Do you mean the buttons like "Post Reply" and "Quote" etc?
If you do, then it's pretty simple, they are juts images, that look like buttons, so the HTML to say "New Thread" would simply be:
Code:
<a href="newthread.html"><img src="newthread.gif" border="none" alt="New Thread" title="New Thread"/></a>
Simple as that, but it will most likely not be a href link, but rather an onclick event as it propably uses javascript or something.
But anyway, that's the basics of it.
You can see the newthread.gif here:

Hope it helps.
Jack
Bookmarks