i have composed an email with Web version (Mirrior page URL).
when we click on the web link in the deployed email the landing page also contains web version link.
can this be removed from web page/version?
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
hey,
you can use this
<% if ( document.mode != 'mirror' && document.mode != 'forward' ) { %><p align=center>
<font style="font-family: Verdana, Arial; font-size: 10px">
If you're having trouble reading this message,
<a href="<%@ include fragment='MirrorPageUrl' %>" _label="Mirror page" _type="mirrorPage">click here</a>
</font>
</p><% } %>thanks,
David
hey,
you can use this
<% if ( document.mode != 'mirror' && document.mode != 'forward' ) { %><p align=center>
<font style="font-family: Verdana, Arial; font-size: 10px">
If you're having trouble reading this message,
<a href="<%@ include fragment='MirrorPageUrl' %>" _label="Mirror page" _type="mirrorPage">click here</a>
</font>
</p><% } %>thanks,
David
Hi @tarunbansal,
Was the given solution helpful to resolve your query or do you still need more help here? Do let us know.
Thanks!
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수