Add Embebded HTML Code withut rendering on HTML Email
Posted
by
Suneth Kalhara
on Stack Overflow
See other posts from Stack Overflow
or by Suneth Kalhara
Published on 2012-09-02T03:28:54Z
Indexed on
2012/09/02
3:38 UTC
Read the original article
Hit count: 801
html
|html-email
I creating HTML email but i need to send some html code without rendering (because this code for user he can copy and paste the code on there website)
i need to send this code without rendering on html email, i tried code and pre tags but no luck
<a href="###"><img src="####" width="300" height="250" border="0" alt="####/><br />Watch Local Cam</a>
is there any way to do this
© Stack Overflow or respective owner