Text Color

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Stang02GT
    Recognized Expert Top Contributor
    • Jun 2007
    • 1206

    Text Color

    Is there a way that i can make a specific link on a page a different color from all of the rest?

    I have a css file that styles my html file, but there is one link on the page that i would like to have a different color then the rest.

    Could some one help me to figure out how i can do this?
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    Couple of ways. In the anchor you can put 'style="color:y our-color" ' or give the link a class or id and then:
    [code=css]
    #id{color:your-color}
    [/code]

    Comment

    • Stang02GT
      Recognized Expert Top Contributor
      • Jun 2007
      • 1206

      #3
      that worked perfectly thank you very much!

      Comment

      Working...