I am using the following code to create bullet points:
<tr align="left">
<td valign="top" width="40" style="text-align:left; line-height:26px; padding: 0px;">
•
</td>
<td height="20" style="text-align:left;line-height:26px;padding:0px;">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</td>
</tr>
I want it to look like this:

But it looks like this:

Check paddings and margins for 'p' and 'li'.