Hi,
I was using a fragment to add an image to the top of a section. In an effort to reduce the space around the image I edited the html of the template.
Now that section [ and all the others on the site with a fragement header image] have all gone to the left hand side. I've tried to repair my mistake but I'm no script kiddy.
Here's what I have :
<!-- ImageOnly HTML begin -->
<td>
<tr>
NETQUOTEVAR:FRAGMENTANCHOR
<table border="0" width="100%" cellspacing="5" cellpadding="0">
<tr>
<td width="100%" align="center">NETQUOTEVAR:BROCHURE_IMAGE</td>
</tr>
</table>
</tr>
<td>
<!-- ImageOnly HTML end -->
What I'm I missing ? I just want it the way it was in default mode.
Any help would be gratefully received, Thanks David
I was using a fragment to add an image to the top of a section. In an effort to reduce the space around the image I edited the html of the template.
Now that section [ and all the others on the site with a fragement header image] have all gone to the left hand side. I've tried to repair my mistake but I'm no script kiddy.
Here's what I have :
<!-- ImageOnly HTML begin -->
<td>
<tr>
NETQUOTEVAR:FRAGMENTANCHOR
<table border="0" width="100%" cellspacing="5" cellpadding="0">
<tr>
<td width="100%" align="center">NETQUOTEVAR:BROCHURE_IMAGE</td>
</tr>
</table>
</tr>
<td>
<!-- ImageOnly HTML end -->
What I'm I missing ? I just want it the way it was in default mode.
Any help would be gratefully received, Thanks David
Comment