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%>
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]] ::