Great them, of course.

When editing the body using a wysiwyg editor, text is aligned center. Then i saw that this is the style for body. Why?

By the way, I am trying to change it to left (or right) and it has no effect...

Comments

mehrpadin’s picture

Hey Amir,

It's actually because of IE6, I mean keeping everything at the middle of the window instead of left or right, anyways you can either override the CSS of your WYSIWYG editor or even better: making it use the "default CSS" instead of "theme CSS"; both WYSIWYG & CKEditor modules do have this option as far as I know.

Let me know if it worked for you.

Amir Simantov’s picture

Hi Mehrpadin,

Yes, you have helped, I use default CSS now in the wysiwyg.
Still, if IE6 is still a concern, this value can be put in a specific CSS file loading for ie6 only.

Thanks!

mehrpadin’s picture

Status: Active » Fixed

Hey,

Well that works too, but as a matter of fact WYSIWYG editors should not expect themes - as their default settings say - to have CSS for their body (in iframe), and you know it's not the text-align alone, it's font size, color, background, padding, etc. whatever body of the theme do have, so they either need to use "default CSS" by default or well not using iframe and body.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.