Quote:
Originally Posted by chadi
Please see attached screenshot.
How would I make the category list more left aligned, and possibly remove the bullets without ruining the vertical alignment?
My code is this:
Code:
<tr>
<td align="left" valign="top" class="alt1">
<ul style="margin-left:0px; margin-bottom:0px; margin-top:0px;">
$vcategories
</ul>
</td>
</tr>
|
Try setting margin-left:15px;