Trouble with a newsletter

Stevehold

New Member
We've created a HTML newsletter for our client. Our previous one worked fine, the new one by a different developer doesn't - the HTML code shows the newsletter correctly for both when dropped into a browser. Trying to figure out where we are going wrong.

The client is getting a red error message that says: Error - no HTML code present in this mail.

We have dropped the same HTML file onto our Bulk Mailer and it works fine.

The client has this version of Max Bulk Mailer : version 4.1.4-US.

Could it be the version?
 

Stevehold

New Member
Thanks for replying. The top of the code looks like this:

<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Focus Music</title></head>
<body bgcolor="#f08b2f" style="background:#ffffff; margin:0;padding:0;"><table border="0" cellspacing="0" cellpadding="0" width="600" bgcolor="#f08b2f" style="width:600px; background:#f08b2f; margin:0 auto;"><tr><td height="120"><table border="0" cellspacing="0" cellpadding="0" width="600"><tr><td width="300"><table border="0" cellspacing="0" cellpadding="0"><tr><td rowspan="2"><img src="header-img-left.jpg" height="80" width="90" style="display:block;border:none;margin-left:20px;" alt="Focus Music" /></td><td style="background:#ffffff;" bgcolor="#ffffff;"><p style="color:#999999;font-family:Verdana, Geneva, sans-serif;font-size:18px;height:32px;line-height:32px;margin-left:0px;margin-right:20px;margin-bottom:0px;padding-bottom:0;margin-top:5px;padding-top:0px;">
<!-- ********************** DO NOT EDIT BEFORE THIS ********************** DO NOT EDIT ********************** DO NOT EDIT ********************** DO NOT EDIT ********************** DO NOT EDIT ********************** DO NOT EDIT ********************** -->


<!-- ***** EDIT DATE ***** -->


March 2012
 

stanbusk

Administrator
Staff member
Put all the following tags on single lines:

<html>
<head>
</head>
<body>
</body>
</html>

That should fix your problem.
 
Top