Re: Status Bar hiding code and no underline links.
put this in your header add the <> round the script tags
SCRIPT language="JavaScript"
status_text();function status_text()
{window.status="YOUR MESSAGE HERE";setTimeout("status_text()",1);}
/SCRIPT
use this format for your links
<A HREF="http://www.yoursite.com" STYLE="text-decoration:none;">your site</a>
|