Max: Netscape, Bilder und CSS

Beitrag lesen

Hallo,
hatte ich doch. Also HTML-Datei sieht folgendermaßen aus:
<HTML>
....
<Table>
...
    <h1>Geprägte Landschaft</h1>
    <img src="../pic/landschaft.jpg" align="left" width="310" height="206">
        <P>....</P>
</Table>
...
</HTML>

Ist also eigentlich ganz normal (oder?). Kann es daran liegen, dass das ganze in einer Tabelle ist?

Die CSS-Datei sieht folgendermaßen aus:
...
img { border:2px #000000 solid; margin-top:20px; margin-left:20px; margin-right: 20px; margin-bottom: 20px}
...

MAX