Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit
https://github.com/akelos/akelos/issues
Akelos PHP Framework Forum
Discussions
Categories
Development - Bug reports
: Paths in scaffold.css
Bottom of Page
1 to 1 of 1
CommentAuthor
pixel-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.
1 to 1 of 1
Back to Discussions
Top of Page