How are the paragraphs indented?
Look for some css that has, text-indent: #;
Removing that (or setting # to 0) will remove your indents.
If that isn't there, look for any &nbps; which should appear right after every <p> tag. This is a stupid way of doing indents and very rarely used but you just never know. stands for non-breaking space
|