> <a name="$fn">$title</a>
>
> Just wondering why story.html (specifically the suggested example at blosxom.com)
> contains the anchor tag for the title but includes no href to make it a legitimate link.
> Or for that matter why make it a link at all?
The above a tag creates an anchor in the most literal sense of the word: You
can link to it. For example, if I write <a name="top" /> at the top of my
page, I can write <a href="#top">Back</a> further below to jump back up. You
should look at some html references on how to use this powerfully.
> I'd be interested in seeing how some of you have your story.html file configured if you
> are so inclined to share.
Well, if you like puzzles, here's my fully CSS layouted sotry.html 
For reference, here is the corresponding blog:
http://katherina.student.utwente.nl/~matthijs/cgi-bin/blosxom
<div class="StoryDateBlock StoryDateBlock<?$storynum::odd>Odd</?><?!$storynum::odd>Even</?>">
$dw, $da $mo $yr
</div>
<div class="StoryContainer">
<div class="StoryHeadBlock">
<div class="Title StoryTitle"><div class="StoryTitlePath">$directorybrowse::browseable_path</div><a name="$fn"></a>$title</div>
</div>
<div class="StoryBodyBlock">
<$body />
</div>
<div class="StoryTagList">
$tagging::tag_list
</div>
<?$feedback::commentform>
<div class="CommentsBlock">
<div class="Title SectionHead">Comments</div>
<a name="comments" />
</?>
<?!$feedback::comments> <?$feedback::commentform>
No comments yet.<br/><br/>
</?> </?>
$feedback::comments
<?$feedback::status_msg ne="OK">
$feedback::commentform
</?>
<p> $feedback::comment_response </p>
<?$feedback::preview>
<div class="CommentPreview">
<div class="CommentPreviewTitle">Preview</div>
$feedback::preview
</div>
</?>
<?$feedback::commentform>
</div>
</?>
<?$feedback::trackbackinfo>
<div class="TrackbacksBlock">
<div class="SectionHead">Trackbacks</div>
</?>
<?!$feedback::trackbacks> <?$feedback::trackbackinfo>
No trackbacks yet.<br/>
</?> </?>
$feedback::trackbacks
$feedback::trackbackinfo
<?$feedback::trackbackinfo>
</div>
</?>
<div class="StoryTail" > </div> <!-- Used to clear remaining floats -->
</div>
<div class="StoryFootBlock StoryFootB