Hi to all

I'm absolutely new to web2py and I'm in front of a little problem.
I need to make a list of image, every image is a link to another page
of the app.
I've tried this:

<td>{{=A('<img src="{{=URL(r=request,c='static',f='but1.gif')}}"
alt="Calcolo 1" />', _href=URL(r=request, f='but1'}}</td>

where "but1" is my controlles on the default.py page

Where I'm wrong?
Can you help me?

Tanks

--~--~---------~--~----~------------~-------~--~----~
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