I've been struggling with an odd CSS problem and was hoping that you could help me.
Normally for more complex entries I disable format 'rich text' in the editor and just use format 'none'. Here I use
tags for breaking paragraphs.
The only problem with this is that I cannot get these entries to use the same CSS (font) settings as I have for the default 'rich text' format. By default, these use
tags for breaking paragraphs, at least that is what I see when switching to 'none' and back again.
By playing around with the CSS I can get the 'rich text' entries to change but NOT the 'none' entries.
My pages look like this:
WelcomeBlah blah
My 'none' blog entries look like this:
... BlahMore blah
...
And finally, my 'rich text' blog entries look like this:
...Blah
More blah
...What am I doing wrong?
Reported on Movable Type 4.2

What HTML tags are you using for the ones where you disable rich text formatting? If you aren't using any, that would help explain why your posts are getting screwed up. While you're at it, why don't you post a link to an entry created with the RTE and one created without it.