Monday, September 24, 2012

The HTML code for my image is showing on Email Preview - Help!

I have an HTML email that has coding and a table before I have an image source tag. When it is delivered, on the iPad, I don't see text, but rather the source for my image [http://www.thisismyimagesource.com].

What is wrong?
Added (1). <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1
-transitional.dtd">
<html>

<head>
<style type="text/css">
.ReadMsgBody {width: 100%;}
.ExternalClass {width: 100%;}
span.yshortcuts { color:#000; background-color:none; border: none;}
span.yshortcuts:hover,
span.yshortcuts:active,
span.yshortcuts:focus {color:#000; background-color:none; border: none;}
</style>
<title>Thank you for your Ultherapy Workshop registration</title>
</head>
<body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">
<table width="600" cellpadding="0" cellspacing="0" border="0" valign="top" align="center"><tr><td>
<img src="http://www.ultherapy.com/uploads/do…
>>> The HTML code for my image is showing on Email Preview - Help!