I have a paragraph followed by an unordered list, with several list items. I also have an image floated to the left of that. The problem I am having is that the list item margin
li style="margin-left: 135px;" Worked best for me.
li style="margin-left: 135px;"
The overflow: auto; looked ok up front but wound up messing with other elements in my HTML.
overflow: auto;
HTML