You can just use your simple layout and then include whatever you need from
web2py (e.g., web2py.css, etc.). You may need to edit the web2py CSS files
(or copy the parts you need into your own CSS files) if you only need some
of the styling (e.g., for the grid).
Anthony
On Wednesday, March 20, 2013 8:53:50 AM UTC-4, 黄祥 wrote:
>
> already included in head (copy from layout.html) :
> <script src="{{=URL('static','js/modernizr.custom.js')}}"></script>
>
> <!-- include stylesheets -->
> {{
> response.files.append(URL('static','css/web2py.css'))
> response.files.append(URL('static','css/bootstrap.min.css'))
> response.files.append(URL('static','css/bootstrap-responsive.min.css'))
> response.files.append(URL('static','css/web2py_bootstrap.css'))
> }}
>
> {{include 'web2py_ajax.html'}}
>
> it's seems it was my css that cause an error. i create my simple css
> layout through http://www.cssportal.com
> is there any way to easily create simple layout for web2py?
>
> thank you so much for your detail explaination, anthony
--
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.