Try this:

{{=TD(A(IMG(_src=URL(r=request,c='static',f='but1.gif')),_href=URL
(r=request,f='but1')))}}

or

<td>
{{=A(IMG(_src=URL(r=request,c='static',f='images/1f2.jpg')),_href=URL
(r=request,f='contact'))}}
</td>

You mentioned a list of images. If you plan on iterating over a list
of image urls (associated to unique links) then you will need to
refactor and include a for loop and change the URL objects above
accordingly.

Don't worry I am new to web2py as well.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to