Matthias Binninger: blinde Tabellen mit CSS

Beitrag lesen

Bei Bildern als Link kannst du einfach

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}

in den Header schreiben

klappt vieleicht auch mit

img {text-decoration: none;}