So I tried to create a newsletter for our customers and encountered a problem that I can not fix. I have seen posts that have the same question, but no appropriate and correct answer. When editing the newsletter, all is good, everything is spaced out even, nothing is out of order, and the like. Things change when I hit "preview" or send it to the admin email, though; Zen Cart adds a whole bunch of breaks in between each separate table that was made, which makes everything extremely spaced out going up and down. I have done many things to try to fix this, first was to make a template using an another online newsletter creator and put the HTML in the Z.C. editor, second, I tried to create an extremely simple version of that with tables, but the problem did not go away. I saw that the guy who also had this problem had the same Zen Cart version as me, so I'm worried I'll have to go through the hassle of upgrading just to make a stinkin' newsletter.
Here is a portion of the one I created inside of the Zen Cart editor:
<p>
<table style="height: 40px; background-color: #9d9f9e;" border="0" cellspacing="0" cellpadding="0" width="600" align="center">
<tbody>
<tr>
<td>Unsubscribe</td>
<td style="text-align: center;">Web Version</td>
<td style="text-align: right;">31-07-2013</td>
</tr>
</tbody>
</table>
</p>
<p>
<table style="height: 107px; background-image: url(/header.gif);" border="0" cellspacing="0" cellpadding="0" width="600" align="center">
Here is the preview HTML of the same thing (Copied from Inspect Element in Google Chrome):
<p><br>
<br><br><br><br><br><br><br><br><table style="height: 40px; background-color: #9d9f9e;" border="0" cellspacing="0" cellpadding="0" width="600" align="center">
<tbody>
<tr>
<td>Unsubscribe</td>
<td style="text-align: center;">Web Version</td>
<td style="text-align: right;">31-07-2013</td>
</tr>
</tbody>
</table><br>
</p>
<p><br>
<br><br><br><br><br><br><table style="height: 107px; background-image: url(/header.gif);" border="0" cellspacing="0" cellpadding="0" width="600" align="center">
Notice the <br>'s after each table? This is the only thing stopping us from sending out the newsletter before the required date. Thanks for any help.


Reply With Quote
