Re: styling email link in email program

Elana_Shama
Level 2

styling email link in email program

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.
Tags (1)
4 REPLIES 4
Anonymous
Not applicable

Re: styling email link in email program

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 
Elana_Shama
Level 2

Re: styling email link in email program

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.
Anonymous
Not applicable

Re: styling email link in email program

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

Re: styling email link in email program

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"