Author Topic: Wo ändere ich die Farbe der Links??  (Read 3722 times)

0 Members and 1 Guest are viewing this topic.

Offline DaMIKE

  • Pre-Newbie
  • Posts: 8
    • View Profile
Wo ändere ich die Farbe der Links??
« on: June 21, 2002, 11:27:23 AM »
s.o.

Offline Vienix

  • Full Member
  • ***
  • Posts: 144
    • View Profile
    • com.municate.nl
Style
« Reply #1 on: June 21, 2002, 12:28:25 PM »
Its in the stylesheet. ( style.css in your template/default )

f.i. this:

Quote
.smalltext {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: normal;
  color : #666666;
 
}


Is the color of the "smalltext"


check your html source wich text is handled by what style class.
Thats It !