How do I use the URL helper in a CSS stylesheet that I reference in the
landing page.
The CSS example that I have to add a background is the following:
/*header style*/.header{
background-image: url('../images/headerback.jpg');
background-attachment: fixed;
background-size: cover;
background-position: center;}
Can I use the URL helper here? I store my css code in a seperate file
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/web2py/9b79d796-698c-45d7-96e3-75f913ab58e3%40googlegroups.com.