Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Links with <a> or href attribute on mj-image doesn't work - Outlook.com #827

Closed
JustineCosson opened this issue Oct 5, 2017 · 2 comments

Comments

@JustineCosson
Copy link

JustineCosson commented Oct 5, 2017

Hello everybody,
I have a problem on link integration on Outlook.com

Here is my mjml:

<mj-section padding-left="0" padding-right="0">
        		<mj-column>
        			<mj-text align="center" padding="20 0 15 0" container-background-color="#E3E3E3"><a href="google.com" style="color:black;">Read news</a></mj-text>
          			<mj-image src="quot_top.svg" />
          			<mj-text font-size="16" align="center" padding="15 0" container-background-color="#001840" color="white">EDITION DU 1ER SEPTEMBRE 2017</mj-text>
        		</mj-column>
      		</mj-section>

The link does not work on Outlook.com.
In the mail, this appears like this:
[google.com]Read news
and the link is not clickable.

In addition, the "href" attribute of the mj-image tag does not work on Outlook.com.
Has anyone ever encountered these problems?

Thank you for your help,

@iRyusa
Copy link
Member

iRyusa commented Oct 5, 2017

Hi @JustineCosson

Well it does, but you need to add an http:// before it. Outlook.com breaks if the link isn't "valid", you can check the problem here hteumeuleu/email-bugs#10

@iRyusa iRyusa closed this as completed Oct 5, 2017
@JustineCosson
Copy link
Author

Thank you so much for your help !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants