in Firefox if i left/center/right align a text, I will not beable to align them again in IE. The HTML code showed <div style="text-align: right;"> sample text<br></div> . If I open the editor in Firefox, it will let me align the "sample text" text anyway I want.
Please advise. I need to make this work for IE.
I noticed, if the text was created in IE its html will be <p align="right">sample text</p>. Why is it different in each browser?