Do you use Word? Word formats paragraphs differently than HTML and it causes garbage in the code if you are auto-formatting paragraphs using space before/space after format spaces.
Turn off any funky Word paragraph settings and use actual double spacing between paragraphs, and this should translate into two regular line break codes in HTML (these if you use the code view: ).
You could also use Dreamweaver to do a code find-and-replace to remove the extra weird paragraph spacing code.
no subject
Date: 2011-08-07 09:57 pm (UTC)Turn off any funky Word paragraph settings and use actual double spacing between paragraphs, and this should translate into two regular line break codes in HTML (these if you use the code view:
).
You could also use Dreamweaver to do a code find-and-replace to remove the extra weird paragraph spacing code.