Hi All,

I have some images in some css:  background: url(images/myimage.jpg)
no-repeat;

the css is in : init/static

and the images is in : init/static/images

the image URL is translated to
http://127.0.0.1:8000/images/myimage.jpginstead of being relative to
where the css file is located (the resulting
URL should be http://127.0.0.1:8000/init/static/images/myimage.jpg). That
means that all the templates made by the UI designer must be changed by hand
adding the full URL.

Is it working as expected ?

Thanks
-- 

Sebastian E. Ovide

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to