How can i hide the address when i hold the mouse over links on my page ? thank you :-)
Use a javascript onmouseover event and modify the status bar.
Hi <no name>
here is what you are thinking of,
<A HREF="http://www.phpbuilder.com" onMouseOver="window.status='Visit this excellent site :-)';return true" onMouseOut="window.status='';return true">Link you your favourite site</a>