On Wednesday, June 26, 2019 at 8:08:54 PM UTC-7, Ikem Frank Uzoma wrote: > > Good day guys, > I just started using web2py and it is awesome. Thank you for this frame > work. > > I am building a blog app, how do I display images on the view displaying > all my blog content. > > Every tutorial have seen is displaying images on the detail view but I > want to display both on my list view and detail view. > > Ps:Images have been uploaded and is in my upload folder
How are you displaying the list view? The basic answer to your question is that you need to add an IMG() item for each row. How you do may depend on how you do your list view. Is your upload field part of the same table you're displaying in the list? /dps -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/85934288-80de-42e4-a0a9-d79b454b4685%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

