After proudly coloring my liststyle bullet without any image url or span tags, via:
ul{ list-style: none; padding:0; margin:0; } li{ padding-left: 1em; text-in
You shouldn't use LIs in email. They are unpredictable across email clients. Instead you have to code each bullet point like this:
• This is the first bullet point • This is the second bullet point
This will ensure that your bullets work in every email client.