Having zero luck getting my container and module to work. I've read many discussions.
- August 6, 2018
- 2 replies
- 7406 views
Hey all, I've read forums and forums and can't get modules to work for the life of me. What am I doing wrong? Below is a section that I would like to make a module out of. I've tried placing the container code in the table tag and module in the tr tag but still can't get it right. The second code snippet is a title bar in the email that I need a module out of as well. Can someone please help! Thanks in advance. Very frustrating. Attached is a screenshot of the email and module I'm trying to create.
For some reason my code is rendering and I can't get it to just show as code.
<table class="full_width_700" width="40%" cellpadding="0" align="left" cellspacing="0" style="width: 40%; border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt; text-align:center;" class="full_width_600">
<tr>
<td>
<div class="mktoImg" id="leftarticleimage3" mktoName="Left Article Image"><img src="ryanhallmedia.com/thirdspace/img/email/section.jpg" alt="" title="" border="0" style="width: 100%; max-width: 345px;"/></div>
</td>
</tr>
</table>
<!-- End image -->
<!-- Text -->
<table class="full_width_700" width="60%" cellpadding="0" align="right" cellspacing="0" style="width: 60%; border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt; text-align:center;" class="full_width_600">
<tr>
<td width="25px" height="1px"></td>
<td>
<table class="full_width_700" border="0" cellpadding="0" cellspacing="0" align="center" style="max-width: 345px;border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt; border:0;text-align:center;">
<tr>
<tr><td height="10px" width="100%" style="height:10px;"></td></tr>
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt; border:0;">
<tr>
<td align="left" style="text-align:left; color: #757c8f; font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-size: 25px; font-weight: 400; line-height:30px;"><div class="mktoText" id="articletitle5" mktoName="Article Title">This would be a cool feature</div></td>
</tr>
</table>
</td>
</tr>
<tr><td height="15px" width="100%" style="height:15px;"></td></tr>
<tr>
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="margin:0 auto;border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt; border:0;">
<tr>
<td style="text-align:left; color: #b4c0c5; font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 600; line-height: 20px;"><div class="mktoText" id="articletext5" mktoName="Article Text">
This will be a nice paragraph summing up the email below. This will be a nice paragraph summing up the email below.This will be a nice paragraph. This will be a nice paragraph summing up the email below.This will be a nice paragraph.</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
ANOTHER MODULE I NEED: The isn't in a table in my code so not sure what to do. It’s simple a bar with text.
<tr><td height="60px" width="100%" style="height:60px;background-color: #0091b3;"><div class="mktoText" id="sectioncategory2" mktoName="Section Category"><p style="text-align: center;font-size: 22px;color: #ffffff;">Section 2 Category</p></div></td></tr>