Highlight a word to left align and it applies to ALL text (not just the word).

  •  09-14-2012, 8:52 AM

    Highlight a word to left align and it applies to ALL text (not just the word).

    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>
     

View Complete Thread