I have a line in my web page that I think should work but it keeps giving me a 404 error. the line is an href as follows
<a href="Guestbook/index.php" title="See tributes to Deanie" onMouseOver="window.status='View tributes'; return true" onMouseOut="window.status=' '">View tributes</a>
I am not...