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
try this:
li{ margin-left:5px; }
If you want them to go left, just put in a -##px value.