If you’re using MovableType to run your blog, here’s the HTML to include ‘Previous’ and ‘Next’ buttons (with a ‘Home’ button in the middle) on your individual entry pages:

<div align=”center”>
<form>
<MTEntryPrevious><input type=”button” value=”<$MTEntryTitle$>” onclick=”window.location='<$MTEntryLink$>’;”></MTEntryPrevious>
<input type=”button” value=”Home” onclick=”window.location='<$MTBlogURL$>’;”>
<MTEntryNext><input type=”button” value=”<$MTEntryTitle$>” onclick=”window.location='<$MTEntryLink$>’;”></MTEntryNext>
</form>
</div>