Quote:
Originally Posted by mateo
fixhtml makes everything left aligned, even the parts that are supposed to be centered. which i guess is preferrable to everything being center aligned. but i think i'll try some find and replace find. if what you are saying is that </p> is being ignored because it is on the same line as a new paragraph that's not supposed to be inside the p tag, i might be able to fix this.
|
No, I am saying that maybe the parser is simple so it looks for the next <p> to see were the paragraph ends. The error is the that body text is not inside <p> </p>.