"Christmas - the time to fix the computers of your loved ones" « Lord Wyrm

css frage

that 18.01.2002 - 14:51 743 6
Posts

that

Moderator
Hoffnungsloser Optimist
Avatar
Registered: Mar 2000
Location: MeidLing
Posts: 11338
Das geht auch eleganter:

Code:
<style type="text/css">
table a:link { color:black;}
</style>

Damit sind ALLE Links in Tables schwarz.
Wenn du es nur für manche Tables willst:

Code:
<style type="text/css">
table.black a:link { color:black;}
</style>

und die Tables mit class="black" definieren.

Ezekiel

OC Addicted
Avatar
Registered: Jun 2001
Location: na
Posts: 3329
also folgendes :
Ich will für die ganze seite die links so machen :

Zitat
<style type="text/css">

a:link { color:black;}

a:visited { color:black;}

a:active { color:orange; text-decoration: none; }

a:hover { color:orange; text-decoration: none; }

</style>

Aber in einer Tabelle will ich die Links anders machen , nämlich weiß und fett und nicht unterstrichen. Das müsste doch gehen, indem ich das so in den table tag schreibe ?!!?

Zitat
<table border=0 align=center width=80% style="

a:link { color:white; text-decoration: none; font weight:'bold'; }

a:visited { color:white; text-decoration: none; font weight:'bold'; }

a:active { color:white; text-decoration: none; font weight:'bold'; }

a:hover { color:white; text-decoration: none; font weight:'bold'; }

">

Geht aber nicht ! :(
daher meine frage : wie geht das ??? bzw. was ist da falsch ?
thx für alle antworten im vorraus

Guest

Deleted User
Registered: n/a
Location:
Posts: n/a
nö, du musst das in den < a tag vom link direkt reinschreiben

Ezekiel

OC Addicted
Avatar
Registered: Jun 2001
Location: na
Posts: 3329
thx :D

Ezekiel

OC Addicted
Avatar
Registered: Jun 2001
Location: na
Posts: 3329
thx that ... genau so was hab ich gesucht !
irgendwas stimmt mit der zeit nicht ?!?! :confused:

Guest

Deleted User
Registered: n/a
Location:
Posts: n/a
Zitat von Ezekiel
thx that ... genau so was hab ich gesucht !
irgendwas stimmt mit der zeit nicht ?!?! :confused:
gestern am abend war das board etwas betrunken :D

Ezekiel

OC Addicted
Avatar
Registered: Jun 2001
Location: na
Posts: 3329
:D was hat da h4p3 denn trunken :D :D :D
Kontakt | Unser Forum | Über overclockers.at | Impressum | Datenschutz