Gegen Bilderklau - Das Original (https://www.gegen-bilderklau.net/index.php)
- Design, Website, Copyright (https://www.gegen-bilderklau.net/board.php?boardid=80)
--- Homepagehilfe (https://www.gegen-bilderklau.net/board.php?boardid=27)
---- Homepagehilfe - Archiv (https://www.gegen-bilderklau.net/board.php?boardid=139)
----- [CSS] Links unterschrichen(fertig) (https://www.gegen-bilderklau.net/thread.php?threadid=167484)


Geschrieben von Allison am 19.01.2010 um 14:58:

  Links unterschrichen(fertig)

Ich hab den Code eingegeben [CSS] damit die Links nicht unterstrichen werden.
das ist die ganze HTML Seite.
Leider sind die unterstrichenen Links, immer noch unterstrichen. Wieso?

Hab ich einen Fehler? Oder muss ich das ganze weiter unten einfügen?

PS: Der Code istfängt bei 7: an und hört bei 11: auf fröhlich

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="content-type">
  <title>menu</title>
  <style type="text/css">
<!--
A:link { text-decoration: none; }
-->
  </style>
</head>
<body>
<div
 style="text-align: center; font-weight: bold; font-family: Helvetica,Arial,sans-serif; color: rgb(103, 136, 98);"><big><big><a
 href="http://linafilipits.square7.ch/willkommen.html"
 target="willkommen" style="color: rgb(85, 107, 47);">Clear</a>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
<a href="http://linafilipits.square7.ch/Impressum.html"
 target="willkommen" style="color: rgb(85, 107, 47);">Impressum</a>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
<a href="http://www.guestbook-free.com/books3/linaf"
 target="willkommen" style="color: rgb(85, 107, 47);">G&auml;stebuch</a></big></big></div>
</body>
</html



Geschrieben von Skadi am 19.01.2010 um 15:09:

 


Das liegt daran, dass du nur a:link definiert hast.
Theoretisch gesehen müsstest du nach a:active,a:visited & a:hover bestimmen. :>

Mfg; Skadi



Geschrieben von Allison am 19.01.2010 um 15:15:

 

Super danke.
Jetzt ist das unterstrichene weg!

- Allison


Forensoftware: Burning Board, entwickelt von WoltLab GmbH