styling email link in email program | Community
Skip to main content
Level 2
December 22, 2014
Question

styling email link in email program

  • December 22, 2014
  • 4 replies
  • 2601 views
I'm trying to style an email link in an email program I'm working on. How do I do that? Any styling I put in the HTML code doesn't help because it's a link, so it's automatically blue and underlined. 

Thanks.
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

4 replies

December 22, 2014
Hi Elana, 

We had this issue, there is a help topic to follow here: 
https://community.marketo.com/MarketoArticle?id=kA050000000L3h6CAC

I hope this helps 
Level 2
December 22, 2014
My problem was that when I styled it the way you say, it caused a blank page to open in the web browser when i clicked on the link. However, I found a solution to this problem. If you click the edit/insert link button and add "mktNo Track" to the advanced tab, in classes, that solves it.

Thank you anyway for your help.
December 22, 2014
We change the color blue that the link is to match our color scheme, here is our HTML from our most recent email... hope this helps! 

<a style="color: #3366cc;" title="The V Foundation" href="http://www.jimmyv.org/">The V Foundation for Cancer Research</a>

(Try changing the color code, that should change the color, not sure about how to remove the underline though.)
Dory_Viscoglio
Level 10
December 22, 2014
In response to Kristen's reply, if you want to do a link without underlining you can use this styling in your HTML: style="text-decoration: none"