I have set up my newsletter to have an index of items but putting an anchor in a list in the first block.
1. newsletter item 1
2. newsletter item 2, etc
in order to jump to these items, I have put a piece of html in an html block like this:
Now, I want this html block to be unnoticeable, so I change the point size to 1 and when I view the source I see this:
<tr>
<td style=”font-family: Helvetica, Arial, sans-serif; font-size: 16px; color: #000;” class=”html-td-global” width=”100%” valign=”top” align=”center”>
<p style=”font-size: 1px;font-family: Helvetica, Arial, sans-serif”> </p></td>
</tr>
In the td block the font size is set to 16, and I don’t want this. Can someone help with what I need to do to make this anchor unnoticeable?
many thanks,
Tony