Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthorpixel-boutique.de
     
    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.