Not signed in (Sign In)
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
  1.  
    When doing that booklink tutorial, my scaffolds do not look as nicely as in the screencast.

    The scaffold-generator is making a scaffold.css

    body {
    ..
    background-image: url('/public/booklink/images/bg_page.png');
    ..
    }

    which is not working. Changing to

    background-image: url('../images/bg_page.png');

    does work. Maybe better do a <base href...


    But I hope this helps to enhance the scaffolding.
Add your comments
    Username Password
  • Format comments as