This is the code for the basic table. Copy and then paste directly into your custom html box.
The table exactly as seen here will show. You can then change the widths, colors, words, borders, cellpads, cellspaces, and upload your images as desired.
<table width="80%" border="2" align="center" cellpadding="2" cellspacing="3" bgcolor="maroon">
<tr><td>
<table width="100%" border="2" align="center" cellpadding="2" cellspacing="3" bgcolor="green">
<tr><td>
<table width="100%" border="2" align="center" cellpadding="2" cellspacing="3" bgcolor="navy">
<tr><td>
<table width="100%" border="2" align="center" cellpadding="15" cellspacing="3" bgcolor="beige">
<tr><td>
Your text or images go here. The box will grow with your contents.
</td></tr></table>
</td></tr></table>
</td></tr></table>
</td></tr></table> |