Hyperlink isn't underlined | Community
Skip to main content
November 21, 2017
Question

Hyperlink isn't underlined

  • November 21, 2017
  • 1 reply
  • 2001 views

Any idea why a hyperlink wouldn't be underlining? While in the email editor the text shows as underlined but it doesn't when I send a sample email. My email isn't approved either, does that affect this? The hyperlink sends someone to a website, not an email.

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

1 reply

Grace_Brebner3
Level 10
November 21, 2017

Hey Josh,

This is likely to be caused by something in your code - either a styling applied in line or through CSS. You'll need to look in the code, identify what's setting this styling, and override it (note that this may require changes to the template).

If you're not comfortable in code and have a developer in your team, they'll be able to assist you with this. Otherwise you can paste the code here and we can find the section.

Hope that helps.

Level 6
November 23, 2017

+1 for what Grace said..  

If it helps,  I suspect:    text-decoration: none;    could be the culprit