On Mon, Apr 29, 2013 at 9:54 AM, Domagoj Kovač <doctorko...@gmail.com> wrote:
> Where can i open a ticket about this?
>
> I am not sure now. I have an image, lets say logo. I want to display this
> image via:
> {{=IMG(_src=URL("default", "download", args="logo.png"), _width="170px")}}
>
> I thought if i move my image to static/images folder then this would work.
>
> {{=IMG(_src="/static/images/logo.png", _width="170px")}}
>
> But this also doesn't work.
>
> If i want to display image that is manually uploaded, what is the best
> approach?

Choose one:

{{ =IMG(_src=URL('static', 'images/logo.png'), _width="170px") }}

<img src="{{ =URL('static', 'images/logo.png') }}" width="170px">

-- 

--- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to