Suche im Forum:
Suchen


Autor Nachricht
Beitrag01.06.2009 um 12:01 (UTC)    
Titel: Farbe und Größe der Links festlegen

Hallo!
Kennt jemand einen Code mit dem ich die Größe und Farbe für ALLE Links auf meiner Homepage festlegen kann?

Denn ich möchte, dass alle Links folgende Farbe annehmen:

DFB4FF

... und etwa die Größe von "small".

Kann mir jemand dazu eine Code sagen?
Beitrag01.06.2009 um 15:47 (UTC)    
Titel:

Hallo,

Zitat:
a{
color:#3366ff;
text-decoration: none;
font-family: Arial;
font-size:12px;}

a:hover {
color: #3366ff;
font-size: 12px;
font-family: Arial;
text-decoration: none;}

a:link {
color: #3366ff;
font-size: 12px;
font-family: Arial;
text-decoration: none;}

a:active {
color: #3366ff;
font-size: 12px;
font-family: Arial;
text-decoration: none;}

a:visited {
color: #3366ff;
font-size: 12px;
font-family: Arial;
text-decoration: none;}


Mehr dazu auch bei:
http://free-picture.de.tl/Eigenes-Design-erstellen.htm

Gruss
Allschwil-3F
______________
Signatur entfernt, wegen Beleidung - Supportteam
Beitrag01.06.2009 um 17:08 (UTC)    
Titel:

Vielen Dank!!! Es hat geklappt!
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de