http://freunion-home.co.nr/
I have this problem with viewing my site in IE, it shows the navigation part beside the CBox, but in FF it looks the way it is supposed to Navigation above the Cbox,
Thanks,
Darkmage
The tables on your site are nested completely wrong; they're only running fine in FF because FF is smart enough to auto-correct the errors for you.![]()
Anyway, replace this:
Code:
- <font size="2"> <table border="1">
- <tr>
- <th><font color="#FFFFFF">.:Navigation:.<font></th>
- </tr>
- <tr>
- <td><CENTER><A href="http://freunion-home.co.nr" target="_parent"><font color="#FFFFFF">Home</A></CENTER></td>
- </tr>
- <tr>
- <td><CENTER><A href="http://freunion.vforums.co.uk" target="_parent"><font color="#FFFFFF">Forum</A></CENTER></td>
- </tr>
- <tr>
- <td><CENTER><A href="http://freunion-plot.co.nr" target="_parent"><font color="#FFFFFF">Plot</A></CENTER></td>
- </tr>
- </tr>
- <td><CENTER><A href="http://www.freewebs.com/forbiddenreunion/myspace.html" target="_parent"><font color="#FFFFFF">Myspace</A></CENTER>
- <tr>
- <td><CENTER><A href="http://freunion-affiliates.co.nr" target="_parent"><font color="#FFFFFF">Affiliates</A></CENTER></td>
- </td>
- </CENTER>
- </td>
- <BR>
- <BR>
- </table></tr>
- <td class="windowbg" align="center" class="bordercolor" >
- <font size=2> <border="1">
With this:
Code:
- <font size="2"> <table border="1">
- <tr>
- <th><font color="#FFFFFF">.:Navigation:.<font></th>
- </tr>
- <tr>
- <td><center><A href="http://freunion-home.co.nr" target="_parent"><font color="#FFFFFF">Home</A></center></td>
- </tr>
- <tr>
- <td><center><A href="http://freunion.vforums.co.uk" target="_parent"><font color="#FFFFFF">Forum</A></center></td>
- </tr>
- <tr>
- <td><center><A href="http://freunion-plot.co.nr" target="_parent"><font color="#FFFFFF">Plot</A></center></td>
- </tr>
- </tr>
- <td><center><A href="http://www.freewebs.com/forbiddenreunion/myspace.html" target="_parent"><font color="#FFFFFF">Myspace</A></center></td>
- </tr>
- <tr>
- <td><center><A href="http://freunion-affiliates.co.nr" target="_parent"><font color="#ffffff">Affiliates</A></center></td>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td class="windowbg" align="center" class="bordercolor" >
- <font size=2>
Thanks Marc its fixed ^_^
No worries.![]()