Wenn man auf einen Link mit dem Mauszeiger kommt, wird die Überschrift unterstrichen. Ebenfalls hier im Forum. Kann man das irgendwo abstellen?
Links unterstrichen
-
-
Da Du in Smalltalk postest - meinst Du Firefox oder andere Programme? Falls ja, meinst Du vllt. sowas? Dann entweder in die stylish.rdf einschließen oder in die userContent.css schubsen:
CSS
Alles anzeigen@namespace url(http://www.w3.org/1999/xhtml); body a { text-decoration: none !important; } body a:visited { text-decoration: none !important; } body a:hover { text-decoration: none !important; } body a:active { text-decoration: none !important; }
Gibt da aber bestimmt auch Extension. -
Zitat von pcinfarkt
...oder in die userContent.css schubsen:
Lässt sich gut mit <a href="http://www.erweiterungen.de/detail/281"> Edit Config Files</a> bearbeiten.