Re: [web2py] creating links to '#blah'

2010-04-19 Thread Jonathan Lundell
On Apr 19, 2010, at 5:38 AM, G. Clifford Williams wrote: > I'm trying to figure out how to get links created in web2py that point to an > anchor name here is the code I'm using: > >{{=DIV(SPAN(gripe.created_on, _class='gripe-date'), >A(SPAN(SPAN('Comments:'), >

Re: [web2py] creating links to '#blah'

2010-04-19 Thread Thadeus Burgess
You probably want, XML('#comments', sanitize=False) -- Thadeus On Mon, Apr 19, 2010 at 7:38 AM, G. Clifford Williams wrote: > I'm trying to figure out how to get links created in web2py that point to an > anchor name here is the code I'm using: > >            {{=DIV(SPAN(gripe.created_on,

[web2py] creating links to '#blah'

2010-04-19 Thread G. Clifford Williams
I'm trying to figure out how to get links created in web2py that point to an anchor name here is the code I'm using: {{=DIV(SPAN(gripe.created_on, _class='gripe-date'), A(SPAN(SPAN('Comments:'), SPAN(gripe.comments, _class='comment-num