I have sent out a mass email using the Mass Emailer tool. I was able to embed links and a color template, but when it came to embedding the images...they didn't show up. Just a red X.
-
This is the html code that I used. Can anyone see what I have done wrong here?
-
Also, in the PREVIEW in the Mass Emailer...the images show...change the coding and they don't show up. So my images must be in the correct place RIGHT?
-
<title>MySite.com is Relaunched!</title>
<style>
<!--
h1 { font-family: Arial, sans-serif; font-size: 30px; }
h2 { font-family: Arial, sans-serif; font-size: 18px; }
body,p,b,i,em,dt,dd,dl,sl,caption,th,td,tr,u,blink,select,option,form,div,li { font-family: Arial, sans-serif; font-size: 12px; }
/* IE Specific */
body, textarea {
scrollbar-3dlight-color: #DDDED6;
scrollbar-highlight-color: #FDE7A2;
scrollbar-face-color: #FABD05;
scrollbar-shadow-color: #CA9904;
scrollbar-darkshadow-color: #805B32;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #F8EFE2;
}
/* END IE Specific */
a.mainlink:link { text-decoration: none; color: #ffffff; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; }
a.mainlink:visited { text-decoration: none; color: #ffffff; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; }
a.mainlink:hover { text-decoration: underline; color: #ffffff; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; }
-->
</style>
</head>
<body bgcolor="#ffffff" >
<p>
<table cellspacing="1" cellpadding="3" width="780" align="center" bgcolor="#fabd05"
border="0">
<tr>
<td>
<p><br></p></td></tr>
<tr>
<td bgcolor="#000000">
<p align="center"><font
color=#ffffff><strong>
</strong></font></p></td></tr>
<tr>
<td bgcolor="#ffffff">
<p align="center"></p>
<h1 align="center"> MySite.com is Relaunched!</h1>
<p align="center"><img border="0" hspace="0"
alt="View of The Dunes" src="/members/media/images/image1.jpg" width=480 height=640> </p>
<h2 align="center">MySite.com is back and better than ever!</h2>
<h5 align="center"><a
href="http://www.MySite.com/">Come and visit the site for you and see what we have to offer!</a></h5>
<h6 align="center"></h6>
<h5 align="center">Send us an <a
href="http://www.MySite.com/members/contact.php">email</a> or call 1.888.888.8888 with your suggestions or questions.</h5>
<p></p>
<p align="center"><img border="0" hspace="0" src="/members/media/images/logo.gif"
width=451 height=49></p>
<p align="center"></p>
<p align="center"><a
href="http://www.MySite.com/adpeeps/index.php?loc=view_adrates&amp;uid=100000">Click here for advertising rates.</a></p>
<p></p>
<p></p></td></tr>
<tr>
<td></td></tr></table></ P></p>
</body>
</html>