Hyperlink Text Shows Too Small In Email Messages

Discussion in 'HTML & Website Design' started by dr zeus, Sep 7, 2008.

  1. #1
    I thought I had this problem fixed. I'd tested in in Gmail, Yahoo, Google, everywhere. And it was working fine.

    But I see the problem recurring in Godaddy's Web Based Email. The link text is smaller than the rest of the text on the page.

    I'm sure it's the <p> throwing things off, but I've set some inline attributes in my <a> tags to counteract this. It works everywhere but godaddy.

    Here's the code I'm using.

    <a href="http://www.website.com" style="color:ff6600"><font size="3">text</font></a>

    Is there something else I should be doing?

    Color isn't showing either.
     
    dr zeus, Sep 7, 2008 IP
  2. Website Design Perth

    Website Design Perth Peon

    Messages:
    66
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Try like this:

    <p style="color:#FF6600;font-size:12px;line-height:18px;" >your content here</p>
     
    Website Design Perth, Sep 7, 2008 IP