Hi,
I want to be able to put text under a centered image in fragments, after a bit of research I've produced the following template code which appears to work. I know very little about HTML so can one of the experts on here be kind enough to tell me if it's OK, I don't want to implement it and cause myself other problems
Thanks,
Peter
<!-- centerImage HTML begin -->
<tr>
<td colspan="3" valign="top">
NETQUOTEVAR:FRAGMENTANCHOR
<table border="0" width="100%" cellspacing="5" cellpadding="1">
<tr>
<td align="center" width="100%">NETQUOTEVAR:BROCHURE_IMAGE</td>
<tr>
<td>NETQUOTEVAR:BROCHURE_TEXT</td>
</tr>
</tr>
</table>
</td>
</tr>
<!-- centerImage HTML end -->
I want to be able to put text under a centered image in fragments, after a bit of research I've produced the following template code which appears to work. I know very little about HTML so can one of the experts on here be kind enough to tell me if it's OK, I don't want to implement it and cause myself other problems
Thanks,
Peter
<!-- centerImage HTML begin -->
<tr>
<td colspan="3" valign="top">
NETQUOTEVAR:FRAGMENTANCHOR
<table border="0" width="100%" cellspacing="5" cellpadding="1">
<tr>
<td align="center" width="100%">NETQUOTEVAR:BROCHURE_IMAGE</td>
<tr>
<td>NETQUOTEVAR:BROCHURE_TEXT</td>
</tr>
</tr>
</table>
</td>
</tr>
<!-- centerImage HTML end -->
Comment