zipster1967
New Member
- Messages
- 1
- Reaction score
- 0
- Points
- 0
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 sure the folden Guestbook is in the right place. Shouldn't it be in the public_html folder?
<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 sure the folden Guestbook is in the right place. Shouldn't it be in the public_html folder?