> You can also use <a href="<dtml-var "AFolder.absolute_url()"
> url_quote>">link here</a>, which will find the correct URL for
Uhm... just rember to use this syntax:
<a href="<dtml-var 'AFolder.absolute_url()' url_quote>">link here</a>
since if you use double quotes in the internal part the parser can't
distinguish when the 'href' part of the tag starts and ends.
Alex