Hi I have a code which gives me a navigation table on the left of my web page underneath my header this is the code:
<table id="navtable">
<tr>
<td align="left"><a href="home.html">HOME</a></td>
Instead of the navtable being at the left of my page I want it to be at the top of my page going across the page underneath the header. If somebody could help me with this ASAP I would be extremely grateful.
Bookmarks