Hartmut: style... unter Netscape

Beitrag lesen

Hi

<a href="../index.html" target="_top"><font style="color: #ff0000; > font-family: Arial; font-weight: bold; font-style: normal;
font-size: 60;">Hier ist der Link....</font></a>

Schieb den style direkt in den Anker! Wozu ein font-Tag wenn das nichts macht?
Die Font-Size im Style sollte schon eine Einheit haben.

<a href="../index.html" target="_top" style="color: #ff0000; font-family: Arial; font-weight: bold; font-style: normal; font-size: 60px;">Hier ist der Link....</a>

bei mir funktionierts dann.

Hartmut