Kann mir jemand sagen, warum Opera die Bildabstände zueinander nicht gemäß HTML Code wiedergibt? Hat jemand eine Idee, wie ich es hinbekomme, die Abstände zwischen der 1. und 2. sowie der 2. und 3.Tabellenspalte trotzdem gleich hinbekomme? Oder ist ein Fehler im HTML Code der Grund?
Seite: http://www.runningriot.de/FotoTazmanian.html
HTML Code:
ZitatAlles anzeigen<HTML>
<HEAD>
<TITLE>Fotos</TITLE>
<SCRIPT LANGUAGE="JavaScript">
function NeuFenster(datei, hoehe, breite)
{FotoFenster=window.open("Fotos/"+datei,"Fotofenster","height="+hoehe+",width="+breite+",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no");FotoFenster.focus();}
</SCRIPT>
</HEAD>
<BODY text="white" bgcolor="black" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">
<center>
<table width="75%">
<tr bgcolor="#006F00">
<th colspan="3"><font color="#FFFFFF" size="-1">14.02.2004: Backstreet Firm, Ruhestöhrunk, Boigrub usw. in der GS "Drei Linden" Schmatzfeld</font></th>
</tr>
<tr>
<th><font size="-1"><a href="javascript:NeuFenster('Tazmanian0001.jpg',408,602)">
</a></font></th>
<th><font size="-1"><a href="javascript:NeuFenster('Tazmanian0002.jpg',408,602)">
</a></font></th>
<th><font size="-1"><a href="javascript:NeuFenster('Tazmanian0003.jpg',408,602)">
</a></font></th>
</tr>
<tr>
<th><font size="-1"><a href="javascript:NeuFenster('Tazmanian0004.jpg',408,602)">
</a></font></th>
<th><font size="-1"><a href="javascript:NeuFenster('Tazmanian0005.jpg',408,602)">
</a></font></th>
<th><font size="-1"><a href="javascript:NeuFenster('Tazmanian0006.jpg',408,602)">
</a></font></th>
</tr>
</table>
</center>
</BODY></HTML>