Hi guys.
I have been away for some time and the reason for this is i am creating a new website. I am very new to html and need some help. On the navigation bar there is the button ''about''. I want to make that link to may second page ''Page2.html''.
Here is the bit that i am trying to edit:
I am trying to add the code:
I dont know where to add the link to the code i have tried diffrent positions but nothing has worked. Please help. Thankyou.
http://dezine.comuv.com/
I have been away for some time and the reason for this is i am creating a new website. I am very new to html and need some help. On the navigation bar there is the button ''about''. I want to make that link to may second page ''Page2.html''.
Here is the bit that i am trying to edit:
Code:
<td> <a href="#" onmouseover="window.status='about'; changeImages('about', 'images/about-over.jpg'); return true;" onmouseout="window.status=''; changeImages('about', 'images/about.jpg'); return true;" onmousedown="changeImages('about', 'images/about-over.jpg'); return true;" onmouseup="changeImages('about', 'images/about-over.jpg'); return true;">
<img name="about" src="images/about.jpg" alt="about" border="0" height="33" width="69"></a></td>
I am trying to add the code:
Code:
<a href="url">Page2.html</a>
I dont know where to add the link to the code i have tried diffrent positions but nothing has worked. Please help. Thankyou.
http://dezine.comuv.com/







