It only shows a link, but you can edit the HTML to have it show a button instead. Just edit the Toplist_HTML_Code template and replace:
PHP Code:
<a href="$vboptions[bburl]/in.php?id=$sr[id]" target="_BLANK">$_POST[sitename]</a>
With:
PHP Code:
<a href="$vboptions[bburl]/in.php?id=$sr[id]" target="_BLANK"><img src="path_to_image" border="0"></a>
Of course, don't forget to replace path_to_image with the url of the image.
Derek