/ Published in: CSS
If you want the bullet points to be on the inside of your div, but also keep the 2nd+ lines to not wrap to the left of the bullet point.
Expand |
Embed | Plain Text
ul li { margin-left:15px; list-style:disc outside none; }
You need to login to post a comment.
