ok let me try that
On Mon, 24 Sep 2018 at 18:44, Leonel Câmara wrote:
> Don't use relative paths for inline styles. Use something like this
>
>
>
> That way web2py will put the absolute url to the file there and it will
> work.
>
> --
> Resources:
> - http://web2py.com
> - http://web2py.com/boo
Don't use relative paths for inline styles. Use something like this
That way web2py will put the absolute url to the file there and it will
work.
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.co
what if the css is embeded in my html folder like wrote:
> An url in css is relative to the place where you have the stylesheet.
> Assuming you have it in static/css then the correct url would be
> url(../images/byo.jpg)
>
> --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Docume
An url in css is relative to the place where you have the stylesheet.
Assuming you have it in static/css then the correct url would be
url(../images/byo.jpg)
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code
4 matches
Mail list logo