I never had this problem.
If the css is in : /init/static/filename.css, then url(images/
myimage.jpg) should translate in /init/static/images/myimage.jpg

which browser are you using?

Massimo

On Aug 11, 5:41 pm, "Sebastian E. Ovide" <sebastianov...@gmail.com>
wrote:
> 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 
> tohttp://127.0.0.1:8000/images/myimage.jpginsteadof being relative to
> where the css file is located (the resulting
> URL should behttp://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