Hey Guys,
I am a newbie to this forum so he everyone. Hopefully you can help me out with this annoying issue!
I have designed and coded a newsletter being sent out from Mailchimp but I keep getting a reoccuring issue of the middle boxes (as shown in the picture) keep breaking apart when there is over a certain amount of text in the box. Does anyone know how I can stop this from happening?
Here is the code for that section and attached in the full code file -
Code:
<!-- // Publications. Articles. Events. \\ -->
<table border="0" cellpadding="10" cellspacing="0" width="100%" style="background-color: #f6f6f6; background-image: url(http://gallery.mailchimp.com/4ae4ca777a691b2469c779ce0/files/ippr_background_72.png); background-repeat: repeat;">
<tr>
<td align="center" valign="top" style="padding-bottom:5px; padding-top:0px;">
<table border="0" cellpadding="10" cellspacing="0" width="600" height="100%">
<tr>
<td align="center" valign="top" style="padding-right:5px; max-width:195px;">
<table border="0" cellpadding="10" cellspacing="0" width="195" class="contentBlock">
<tr>
<td valign="top" width="100%" style="padding-bottom:5px;">
<div class="PublicationsContent" mc:edit="publications_content">
<h4 style="color: #53534C !important;">Publications</h4>
<h3 style="color: #f58025 !important;">Publication Title</h3>
Author <br />
Tags:
<br />
<br />
<h4 style="color: #53534C !important;">Featured Publications</h4>
<h3 style="color: #f58025 !important;">Publication Title</h3>
Author <br />
Tags:
</div>
</td>
</tr>
</table>
</td>
<td align="center" valign="top" style="padding-right:5px; padding-left:5px; max-width:195px;">
<table border="0" cellpadding="10" cellspacing="0" width="195" class="contentBlock">
<tr>
<td valign="top" width="100%" style="padding-bottom:5px;">
<div class="ArticlesContent" mc:edit="articles_content">
<h4 style="color: #53534C !important;">Articles</h4>
<h3 style="color: #f58025 !important;">Article Title</h3>
Author <br />
Tags:
</div>
</td>
</tr>
</table>
</td>
<td align="center" valign="top" style="padding-left:5px; max-width:195px;">
<table border="0" cellpadding="10" cellspacing="0" width="195" class="contentBlock">
<tr>
<td valign="top" width="100%" style="padding-bottom:5px;">
<div class="EventsContent" mc:edit="events_content">
<h4 style="color: #53534C !important;">Events</h4>
<a href="http://www.youtube.com/user/ipprweb" target="_blank"><h3 style="color: #f58025 !important;">Oxford Media Conference</h3></a>
Date <br />
City <br />
Tags:
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- // Publications. Articles. Events. \\ -->