Re: [web2py] how to add style in header of current page?

2015-09-21 Thread Selman Kocael
you can do one of these:

1. clone layout.html as layout1.html and edit for the page. use
layout1.html in the page.
2. in layout.html, give id to elements. in the page, change styles using
css.
3. don't use layout.html, create all page from scratch. (not recommended )

2015-09-21 12:44 GMT+03:00 Edward Shave :

> I'm sure this is going to be trivial but I can't seem to find an example...
>
> I want to add some styles into the header of just the specific page I'm
> working on, so not generally wanting to edit layout.htm?
>
> --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> 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 web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Selman Kocael
İsabet Yayınları

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] how to add style in header of current page?

2015-09-21 Thread Edward Shave
I'm sure this is going to be trivial but I can't seem to find an example...

I want to add some styles into the header of just the specific page I'm 
working on, so not generally wanting to edit layout.htm? 

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.