Hi everyone,
Any suggestions, please?
It does work for me in locally (127.0.0.0), but not in PythonAnywhere.
Thanks, Jon.

On Mon, Jul 22, 2019 at 4:02 PM Jon Subscripted <jonsubscripti...@gmail.com>
wrote:

> Hi everyone,
> I'm experiencing some problems trying to display static images in my
> static html files. Actually I get a 404 error, when I "inspect" what's
> going wrong.
>
> Some of the HTML files in my project are fully static (stored along with
> 403.html, 404.html, 500.html & 503.html) and display images stored in
> static/images folder. So I tried to link them the traditional way. (I
> assumed the URL builder cannot be used as the HTMLs are not processed by
> web2py before being served.)
>
> But it is not working. How should I link those images?
>
> I've tried different approaches but neither of them seems to work.
>
> a) relative path <img src="./images/forks_es3.png" /> (relative inside the
> app)
> b) relative path
>
> <img src="myapp/static/images/forks_es2.png" /> (relative inside the
> web2py site)
>
> c) absolute path <img src="
> https://www.myweb.com.eus/myapp/static/images/forks_es.png"; />
>
> BTW, it may be important to note that I'm using the "routes.py" using the
> "parameter-based system" using:
>
> BASE  = dict(default_application='myapp')
>
> Thanks, Jon.
>
>

-- 
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 web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/CAK8tz33oP3_ici-y4VbN3JihSOMqcNvnghk11Domnex8YLwFng%40mail.gmail.com.

Reply via email to