Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | Problem with my website. (22nd Mar 08 at 7:13am UTC) :P | | 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 | |
|
Marc vChat Developer
     I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 32 Joined:
Additional Groups: Coding Team
  
pmwww | Re: Problem with my website. (22nd Mar 08 at 4:19pm UTC) | | 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>
| |
rroll.to— Shorten a link, rickroll your friends. |
|
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | Re: Problem with my website. (23rd Mar 08 at 3:37am UTC) | | Thanks Marc its fixed ^_^ | |
|
Marc vChat Developer
     I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 32 Joined:
Additional Groups: Coding Team
  
pmwww | Re: Problem with my website. (23rd Mar 08 at 3:41am UTC) | | No worries. | |
rroll.to— Shorten a link, rickroll your friends. |
|