matthias konzelmann: Browser Kompatibilitätsproblem

Beitrag lesen

ich will im head bereich einer website unter der ortsangabe einen balken dessen größe je nach länge der zeile darüber variiert.gebastelt hab ich das:

<html>
<body>
<table border="1" align="left" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3">
<a href="index.php?cat1=2">
Die Band
</a>
&nbsp;&nbsp;
<img src="pics/pfeil.gif">
&nbsp;&nbsp;
<a href="index.php?cat1=2&cat2=2">
Mitglieder
</a>
</td>
</tr>
<tr>
<td>
<img src="pics/linielinks.gif" hspace=0 vspace=0 width=4 height=8 align=right>
</td>
<td width=80%>
<img src="pics/linie.gif" hspace=0 vspace=0 width=100% height=8 align=center>
</td>
<td>
<img src="pics/linierechts.gif" hspace=0 vspace=0 width=4 height=8 align=left>
</td>
</tr>
</table>
</body>
</html>

http://supermattze.dyndns.org/bigband/main/test.php
soll im endeffeekt ohne border laufen, habs imo drinne weil mans dann besser erklären kann.
IE6: tut
Firefox 0.9 -> wird total falsch dargestellt.

kann mir da jemand weiterhelfen?

Eine Bildergalerie darf natürlich auch nicht fehlen.
folgender code wurde von mir erstellt:

<html>
<body>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3">
<img src="bilder/bildoben.gif" hspace="0" vspace="0">
</td>
<td colspan="3">
<img src="bilder/bildoben.gif" hspace="0" vspace="0">
</td>
<td colspan="3">
<img src="bilder/bildoben.gif" hspace="0" vspace="0">
</td>
</tr>
<tr>
<td>
<img src="bilder/bildlinks.gif" hspace="0" vspace="0">
</td>
<td>
<img src="bilder/CD-Aufnahme_in_den_Bauer_Tonstudios_in_Ludwigsburg/t/DSCF0002.JPG" hspace="0" vspace="0">
</td>
<td>
<img src="bilder/bildrechts.gif" hspace="0" vspace="0">
</td>

<td>
<img src="bilder/bildlinks.gif" hspace="0" vspace="0">
</td>
<td>
<img src="bilder/CD-Aufnahme_in_den_Bauer_Tonstudios_in_Ludwigsburg/t/DSCF0005-1.JPG" hspace="0" vspace="0">
</td>
<td>
<img src="bilder/bildrechts.gif" hspace="0" vspace="0">
</td>
<td>
<img src="bilder/bildlinks.gif" hspace="0" vspace="0">
</td>
<td>
<img src="bilder/CD-Aufnahme_in_den_Bauer_Tonstudios_in_Ludwigsburg/t/DSCF0013-1.JPG" hspace="0" vspace="0">
</td>
<td>
<img src="bilder/bildrechts.gif" hspace="0" vspace="0">
</td>
</tr>
<tr>
<td colspan="3">
<img src="bilder/bildunten.gif" align="top" hspace="0" vspace="0">
</td>
<td colspan="3">
<img src="bilder/bildunten.gif" align="top" hspace="0" vspace="0">
</td>
<td colspan="3">
<img src="bilder/bildunten.gif" align="top" hspace="0" vspace="0">
</td>
</tr>
</table>
</body>
</html
http://supermattze.dyndns.org/bigband/main/test2.php

die bilder erscheinen im IE nicht 100%ig aneinandergereiht. welche tags gibt es die es erlauben das die bilder exakt aneinander sind?

danke für eure antworten