Jan K.: Iexplorer zeigt fügt pixel unter <img> hinzu

Hallo zusammen,

kann mir jemand erklären, wieso der iexplorer hier http://12monkeys.dyndns.org/pics/nlay/neu1/index.php unter fast jedem image ein paar pixel freiraum einfügt?.
Z.b. im linken menü unter jedem link wird ein bisschen platz reingemacht.
Opera und Firefox zeigen das ganze einwandfrei an, wie kann ich das umgehen?

Ausserdem bräuchte ich nen tip für die zentrierung meines Page-Kopfes,
komme da nur schwer vorwärts. Allen elementen eine absolute grösse geben, oder als <td background='..'> einbinden hat nichts gebracht.
 Wenn einer nen moment zeit hat einfach mal den code durschaun.Danke.

<table cellpadding='0'cellspacing='0'border='1'width='100%'>
<tr>
<td><img src='images/news.gif'> ";
</td>
<td><img src='images/space1.gif'> ";
</td>
<td style='background:url(images/filler1.gif);
background-repeat:repeat-x;'>
</td>
<td>
 <table border='0'cellpadding='0'cellspacing='0'width='307'>
 <td><img src='images/b1.gif'></td>
 <td>
  <table cellpadding='0'cellspacing='0'border='0'width='25'>
  <tr><td height='35'background='images/b2oa.gif'></td></tr>
  <tr><td height='177'background='images/b2u.gif'></td></tr>
  </table>
 </td>
 <td align='center'><img src='images/b3.gif'></td> "
 e<td>
  <table cellpadding='0'cellspacing='0'border='0'width='25'>
  <tr><td height='35'background='images/b4oa.gif'></td></tr>
  <tr><td height='177'background='images/b4u.gif'></td></tr>
  </table>
  </td>
 <td><img src='images/b5.gif'></td>
 </tr>
 </table>
</td>

<td style='background:url(images/filler1.gif);background-repeat:repeat-x;'>
</td>

<td><img src='images/space2.gif'>
</td> ";
<td ><img src='images/newsr.gif'>
</td>
</tr>

<!--ende kopf,danach linkes menü, hauptfenster, rechtes menü, in 3 <td>`s verpackt-->

Gruß,

Jan