Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Email signature

Options
  • 14-05-2009 12:33pm
    #1
    Registered Users Posts: 2,789 ✭✭✭


    I'm having trouble formatting an email signature. Here is the example below – the first is the preview in safari from the HTML in Dreamweaver, the second is the how it is received in my mail app – the same, apart that now the web address becomes a blue hyperlink. My question: is there a way (in HTML) to specify that it can stay a link, but keeps it's original formatting (colour white, no underline)?

    Any help appreciated.


    Picture_1.png


Comments

  • Closed Accounts Posts: 18,163 ✭✭✭✭Liam Byrne


    grizzly wrote: »
    I'm having trouble formatting an email signature. Here is the example below – the first is the preview in safari from the HTML in Dreamweaver, the second is the how it is received in my mail app – the same, apart that now the web address becomes a blue hyperlink. My question: is there a way (in HTML) to specify that it can stay a link, but keeps it's original formatting (colour white, no underline)?

    Any help appreciated.

    Add

    style="color:white;text-decoration:none"

    to the <A> tag.


  • Registered Users Posts: 9,194 ✭✭✭RobertFoster


    Give this a go:

    [html]WEB <a href="http://www.test.com/&quot; style="color:#fff;text-decoration:none">www.test.com</a>[/html]

    edit: beaten to it :p


Advertisement