Changing the Color of a Link

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • tee71
    Master Sergeant

    • Jul 2009
    • 65

    Changing the Color of a Link

    Hello,

    Does anyone know how to make a link appear white so it can appear on a dark background? I tried highlighting the text
    and selecting "text color" from the menu but it didn't work.

    Thanks,
    Teresa
  • tee71
    Master Sergeant

    • Jul 2009
    • 65

    #2
    Re: Changing the Color of a Link

    That's ok. I found the code after doing some research.

    Comment

    • tee71
      Master Sergeant

      • Jul 2009
      • 65

      #3
      Re: Changing the Color of a Link

      In case anyone needs to know add <font color=" #insert hex number for color"> in front of the text. End it with </font>

      Ex. < a href= "http://www.domain.com.html" <font color = "#ffffff"> text </font> </a>

      Teresa

      Comment

      Working...
      X