A.D.: Netscape 4.7 und margin

Beitrag lesen

Hallo...

Ich komme einfach nicht weiter... Netscape4 weigert sich strickt eine Grafik mit nachfolgendem Link-Text richtig zu platzieren...
Die Grafik wird zwar an die richtige Position gesetzt, der Text bleibt aber im wahrsten Sinne des Wortes "links liegen"...

Danke im Vorraus,

MfG

A.D.

Hier der Code: (Ja, ich weiss er ist chaotisch... ;) )

<table border=0 cellspacing=0 width="100%" height="100%">
<tr>
<td height=10 bgcolor="black" align=center>
(...)
<tr><td>
<center>
<p style="margin-top:6%">
<object>
(...)
</object>
</center>
</p>
<nobr>

<p style="margin-left:40%; font-size:15px;font-family:arial,times">
<img src="line.jpg" align="left" hspace="15">

<A HREF ="javascript:winOpen('intro.htm',600,360)"
  title='high-res entrance (recommened)'>
 |Enter high-end (Flash)|
</a></p>

<p style="font-size:12px;margin-left:40%;font-family:arial,times";>
<img src="line.jpg"  align="left" hspace="15">

<A HREF="javascript:winOpen('preload2.htm',600,360)"
title='low-res entrance (NOT recommened)'>
Enter low-end (Html, for slow PC's)
</a></p>

</nobr>

</td></tr>
(...)
</table>
</body>
</html>