I'm creating an html email and want to create bullet points without indent. Because it's an email it has to be html and inline CSS. Is there a way to edit your bullet settings? These are multi line bullets.
Just put •
at the start of the line, instead of a list:
• List item here<br />
• Another list item here
Renders as:
• List item here
• Another list item here
This way you can be sure it will be consistent across email clients.
You can assign a choice of two properties to alter position of bullet points:
list-style-position: outside;
list-style-position: inside;
Then adjust padding accordingly.
See this example on Codepen.
You will still need to deal with display differences within individual email clients however.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With