Civics Renewal Network

How To Post a CRN newsletter to the CRN site as a Featured Content page
Zachary Reese, Uncategorized

* Add newsletter images to Drupal.
* Copy and paste the content from Mailchimp to a new Featured Content item. Wrap text blocks in p tags for proper line breaks.
* Insert images using img tags. Be sure to include alt and title properties.
* Our Drupal site doesn’t currently support Bootstrap, so you need to apply any styles inline. Use this code for the CTA button.

<table border="0" cellpadding="0" cellspacing="0" class="mcnButtonContentContainer" style="border-collapse: separate !important;border-radius: 5px;background-color: #5CB85C;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<tbody>
<tr>
<td align="center" valign="middle" class="mcnButtonContent" style="font-family: Arial;font-size: 16px;padding: 16px;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
<a class="mcnButton " title="BUTTON TITLE" href="BUTTON LINK" target="_blank" style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-align: center;text-decoration: none;color: #FFFFFF;word-wrap: break-word;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">BUTTON TEXT</a>
</td>
</tr>
</tbody>
</table>