Click to See Complete Forum and Search --> : Tables not working in IE, but do work in Firefox


ryanwood4
03-18-2009, 01:25 PM
Ok, this might be simple, but I can't figure it out!

I have created a table, which looks great in Safari/Firefox but looks horrid in IE.

This screen shot is Safari-
http://i239.photobucket.com/albums/f...Picture4-2.png

This is IE (looks rubbish, and jumbled up)
http://i239.photobucket.com/albums/f...od4/table1.jpg

This is the code:

<div class="boxout">
<h2><font size="3" face="Verdana" color="white"><i>Drivers Standings</i></font></h2>
<br />
<font color="white" size="2" face="verdana">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;<u>W&nbsp;&nbsp;&nbsp;P</u>
<table border="1" RULES=NONE FRAME=VOID>
<TABLE CELLPADDING=5 CLASS="tealtable">
<tr>
<td>01&nbsp;</td>
<td>Lewis Hamilton&nbsp;</td>
<td>0&nbsp;&nbsp;&nbsp;</td>
<td>0</td>
</tr>

<tr>
<td>02&nbsp;</td
<td>Felipe Massa&nbsp;</td>
<td>0&nbsp;&nbsp;&nbsp;</td>
<td>0</td>
</tr>

<tr>
<td>03&nbsp;</td
<td>Kimi Raikkonen&nbsp;</td>
<td>0&nbsp;&nbsp;&nbsp;</td>
<td>0</td>
</tr>
<tr>
<td>04&nbsp;</td
<td>Robert Kubica&nbsp;</td>
<td>0&nbsp;&nbsp;&nbsp;</td>
<td>0</td>
</tr>
<tr>
<td>05&nbsp;</td
<td>Fernando Alonso&nbsp;</td>
<td>0&nbsp;&nbsp;&nbsp;</td>
<td>0</td>
</tr>
<tr>
<td>06&nbsp;</td
<td>Nick Heidfeld&nbsp;</td>
<td>0&nbsp;&nbsp;&nbsp;</td>
<td>0</td>
</tr>
<tr>
<td>07&nbsp;</td
<td>Heikki Kovalainen&nbsp;</td>
<td>0&nbsp;&nbsp;&nbsp;</td>
<td>0</td>
</tr>
<tr>
<td>08&nbsp;</td
<td>Sebastian Vettel&nbsp;</td>
<td>0&nbsp;&nbsp;&nbsp;</td>
<td>0</td>
</tr>
<tr>
<td>09&nbsp;</td
<td>Jarno Trulli&nbsp;</td>
<td>0&nbsp;&nbsp;&nbsp;</td>
<td>0</td>
</tr>
<tr>
<td>10&nbsp;</td
<td>Timo Glock&nbsp;</td>
<td>0&nbsp;&nbsp;&nbsp;</td>
<td>0</td>
</tr>
</table>
<br />
<p><a href="#"><font color="white" size="2" face="Verdana">Click to see whole table</font></a></p>
<font color="white" size="2" face="verdana">W = Wins | P = Points
</div>

Any ideas?

ryanbutler
03-18-2009, 01:33 PM
Do you have a live page?

ryanwood4
03-18-2009, 01:35 PM
Do you have a live page?

www.f1times.co.uk/sidebar.html

Fang
03-18-2009, 01:36 PM
Validate your html: http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.f1times.co.uk%2Fsidebar.html
Start learning here: http://www.yourhtmlsource.com/myfirstsite/myfirstpage.html