If you'd like to add it to the top of your forum, put these scripts in your headers (be sure and fill in the two spaces that need your FORUM URL and your FORUM NAME):
<script
language="JavaScript" type="Text/Javascript"><!-- //
Hide script from older browsers // script by http://www.hypergurl.com var urlAddress
= "URL OF YOUR FORUM HERE"; var pageName = "PUT FORUM NAME HERE"; function addToFavorites() { if (window.external) { window.external.AddFavorite(urlAddress,pageName)
} else { alert("Sorry! Your browser doesn't support this function.");
} } // --></script>
<a
href="javascript:addToFavorites()"><font color="#0000FF"
face="Arial">Bookmark Page !</font></a>
(Right now the font is blue, and it will say Bookmark Page!. You can change that to a color that will match your forum by changing the "#0000FF" to something else, and you can also change what it says.)
(im not sure if it will actually work.. its a script I came across. If it doesnt, maybe Moose can tweak it)
