How can you let your readers jump directly to the comments on a ditail page instead of to the top where the item is repeated again?
I think this is quite easy to implement.
add something like this: #comments this should result in: <a href=<%itemlink%>#comments
1) top of the comments already posted: <%comments(templatename)%>
1) top of the commentform (so probably jumping over the [[comments]] already posted): ''<%commentform%>'' - on either of those locations you add: ''<a name="[[comments]]"></a>'' and you're done. When a user clicks the [[comments]] link he will not have to scroll through the [[item]], and start directly with the posted [[comments]], or even lower: with and add [[comments]] form.
Comment by Anne van Kesteren:
If you want to make your weblog validate as XHTML1.0 strict or higher (or HTML4.01 strict) consider this:
<h2 id=”comments“>Comments</h2>
:: [[Howto‘s]] ::