So this myspace code:
table table table {
border: 2px solid; border-color:E5E5E5; background-color: 567966; padding: 0;}
Should target this:
<table>
<tr>
<td>
<table style="width:100%;" cellpadding="4" cellspacing="8">
<tr>
<td style="width:45%;vertical-align:top;">
<table>
<tr>
<td style="vertical-align:top;text-align:center;font-size:8pt;">
{%USER%}
</td>
<td style="vertical-align:top;font-size:9pt;">
</td>
</tr>
<tr>
<td style="vertical-align:top;font-size:8pt;text-align:center;">
{%IMAGE%}
</td>
<td style="vertical-align:top;font-size:9pt;">
{%user%}
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
Can't seem to get myspace codes to work with my template. What am I doing wrong? There are three <table>, but nothing shows up when I try displaying the myspace code.