Thanks Anthony and Matt On Mon, Aug 22, 2011 at 9:24 PM, Matt Gorecki <[email protected]>wrote:
> You can do this. This example comes straight from the web2py book. > http://web2py.com/book/default/chapter/05#Built-in-Helpers > > A(IMG(_src=URL('static','logo.png'), _alt="My Logo"), > _href=URL('default','index')) > > Matt Gorecki > > On Aug 22, 9:11 am, sagar <[email protected]> wrote: > > I have triying like this but not succeeded yet, > > > > table += "<td>"+ str(A(_href=URL('a', 'preview')) , > > IMG(_src=URL(r=request,c='static',f='images/preview.png'),_width="15", > > _height="15" )) +"</td>" >

