I have started using connect for real only about a month ago, when I decided to post my PMS Automation article (after I had to use it happily, I thought it was silly to keep it for myself only).
Since I have written a few articles, and one major feature that came out of it is the template I do use for formatting the articles with standard table of content, introduction, content and conclusion, so I thought I'd share the template here in case others are interested.
Here's the html (also attached to this post for a quick view of the results), you'll notice it's short and sweet (well, me saying it's sweet is like self praising, but I really value efficient when it comes to code):
<h3 id="home">Content:</h3>
<ul>
<li><a href="#introduction">Introduction</a></li>
<li><a href="#paragraph1">Paragraph 1 title</a></li>
<li><a href="#...