Announcement

Collapse
No announcement yet.

Changing the Color of a Link

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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

  • #2
    Re: Changing the Color of a Link

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

    Comment


    • #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