Author Topic: HELP PLEASE!!! Link color  (Read 8850 times)

0 Members and 1 Guest are viewing this topic.

Offline soulviver[nBk]

  • Pre-Newbie
  • Posts: 2
    • View Profile
HELP PLEASE!!! Link color
« on: July 24, 2002, 06:22:03 AM »
OKay I have got like a 120 pictures uploaded and am in the process of changing the CSS. However



I see this  line

----------------------
a:hover {
  color: #62875B;
----------------------
which makes the page links hover


how do I change the color of the Link itself

ive copied the same style.css to 3 diffent templates and everything is the same in all 3 templates excpet the color of the links

So this leads me to believe that  the link color isnt in style.css

and if it is what line?
and if not, where is it at?


http://www.nbk4life.com/gg2
http://www.nbk4life.com/visuals

Thank you for your help



---------------------------------------
translation courtesy of google

O.K. I haben wie 120 Antriebskraft Abbildungen und morgens bei dem Ändern des CSS.  Jedoch sehe ich diese Linie ---------------------- a:hover { Farbe:  # 62875B;  ---------------------- welche Marken die Seite verbindet Schwebeflug, wie ich ändere die Farbe des ive der Verbindung selbst kopierte das gleiche style.css zu 3 diffent Schablonen und alles dasselbe in allem excpet mit 3 Schablonen die Farbe der Verbindungen ist, so, das dieses mich führt, zu glauben daß das Verbindungsfarbenisnt in style.css und wenn es ist, was Linie?  an und wenn nicht, wo ist sie?  Danke für Ihre Hilfe
« Last Edit: January 13, 2007, 05:09:58 PM by KurtW »

Offline soulviver[nBk]

  • Pre-Newbie
  • Posts: 2
    • View Profile
HELP PLEASE!!! Link color
« Reply #1 on: July 24, 2002, 06:29:31 AM »
Got it thx
I added.....

a:active {  color: D0E6CB; text-decoration: none}
a:link {  color: D0E6CB; text-decoration: none}
a:visited {  color: D0E6CB; text-decoration: none}
a:hover {  color: D0E6CB; text-decoration: underline overline}



I added that to the bottom of style.css and it worked THX tho

Offline trash

  • Newbie
  • *
  • Posts: 13
    • View Profile
    • http://xander.mine.nu
HELP PLEASE!!! Link color
« Reply #2 on: July 25, 2002, 04:46:40 PM »
The default link colors are in the header.html in the <BODY> tag.
The stylesheet overrides them now, but someone browsing with no CSS support still will see the 'old' colours.
:: Artificial Intelligence is no match for Natural Stupidity ::