Hi,
With the code below I want the LI image to align to the beginning of the TD. There is an indent, I've tried setting margin / padding to 0 on UL but then the images disappears.
Thanks inadvance
Tim.
<table cellpadding="2" cellspacing="2">
<tr>
<td style="font-family:Arial; font-size:14px;">
<ul style="list-style:none;">
<li style="list-style-image: url('../../images/SmallArrow.gif');"><a id="ExecInterviewsRepeater_ctl01_ExecInterviewsHeadlineHyperLink" href=" target="_blank">Digby Jones </a></li>
</ul>
</td>
</tr>
</table>
With the code below I want the LI image to align to the beginning of the TD. There is an indent, I've tried setting margin / padding to 0 on UL but then the images disappears.
Thanks inadvance
Tim.
<table cellpadding="2" cellspacing="2">
<tr>
<td style="font-family:Arial; font-size:14px;">
<ul style="list-style:none;">
<li style="list-style-image: url('../../images/SmallArrow.gif');"><a id="ExecInterviewsRepeater_ctl01_ExecInterviewsHeadlineHyperLink" href=" target="_blank">Digby Jones </a></li>
</ul>
</td>
</tr>
</table>