Re: [web2py] Re: Customising my views

2018-09-25 Thread elisha bere
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 > -

[web2py] Re: Customising my views

2018-09-24 Thread Leonel Câmara
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) -

Re: [web2py] Re: Customising my views

2018-09-24 Thread elisha bere
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

[web2py] Re: Customising my views

2018-09-20 Thread Leonel Câmara
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) -