I have an (XHTML Strict) page where I float an image alongside regular paragraphs of text. All goes well, except when a list is used instead of paragraphs. The bullets of th
Add display:table; to ul:
display:table;
ul
ul{display:table;}