This code can be used to put a "Make this my homepage" Button on your SMF Board.
This is HTML. Simply Copy and Paste into your headers/footers. Whatever you want!
Works Good in HEADER<FORM>
<INPUT TYPE="button" VALUE="PUT WHAT YOU WANT THE BUTTON TO SAY HERE" onClick="this.style.behavior='url(#default#homepage)'; this.setHomePage('PUT YOUR URL HERE');">
</FORM>
"PUT WHAT YOU WANT THE BUTTON TO SAY HERE"= Put whatever text you would like, it will appear on the button
'PUT YOUR URL HERE': NOTE*: Must have http:// at beginning, if it does not work try removing www
Enjoy.