Works find in FF and Chrome but IE it does not. For instance, I will type the EXACT same thing center align one line and left align the other. Here is what happens. Makes it impossible to do anything because anytime you higlight a word and left align it shifts all text.
FIREFOX HTML
<div align="center">asdfsdaf<br />
<br />
<div align="left">asdfsdaf</div>
</div>
IE HTML (IE 8 and 9)
<div align="left">asdfasdf<br />
<br />
sdfgsdfg</div>