Text Hyperlink Color

Discussion in 'HTML & Website Design' started by dinrock, Jul 22, 2009.

  1. #1
    Please tell me what is wrong with my HTML for the text hyperlinks at the bottom of this page. I keep trying to make the color as yellow or white (currently at yellow) but as you can see, the links don't appear easy to see.
     
    dinrock, Jul 22, 2009 IP
  2. renzmar

    renzmar Peon

    Messages:
    308
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    you need to add style attribute.. here's how it should look like..

    <a href="" style="color:#FFFF00">TopRecipeSource</a>

    I suggest to use css in styling your site.. It would help you for easier style customization..
     
    renzmar, Jul 22, 2009 IP
  3. dinrock

    dinrock Well-Known Member

    Messages:
    1,150
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    128
    #3
    dinrock, Jul 22, 2009 IP
  4. renzmar

    renzmar Peon

    Messages:
    308
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I think you've missed adding style attribute in TopRecipeSource link..
    <a href="" style="color:#FFFF00">TopRecipeSource</a>

    Cheers! :)
     
    renzmar, Jul 22, 2009 IP