Andreas Schneider: Unterstrichene Bilder

Beitrag lesen

Hallo Dominik,

<a href="test.html" style="text-decoration: none;"><img src="http://forum.de.selfhtml.org/src/xweb.gif" alt="web" border="0"><u>Dies ist ein Test</u></a>

Warum packst Du das style="text-decoration: none;" nicht einfach ins Image-Tag, oder noch besser in die Style-Datei:

img { text-decoration: none; }

Grüße
Andreas

--
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
(Rich Cook)