Problem with formatting overwrites - span tag issue

  •  03-25-2008, 5:57 PM

    Problem with formatting overwrites - span tag issue

    Hi,
     
    We're running into a problem when making multiple adjustments to one or more lines of content.
     
    In Normal View:
    1. type "hello world"
    2. highlight entire line and make a change to the font size
    3. highlight "world" and change font face
    4. highlight entire line and attempt to make a change to font face
    5. You will note that "hello" changed as expected but "world" didn't change at all
     
    Please note the span tag below:
     
    <span style="font-size: 18pt; font-family: Georgia">hello <span style="font-family: Comic Sans MS">world</span></span>
     
    It seems as though, with multiple changes, the span tags stack vs. overwrite therefore causing inconsistencies in the styles chosen.  Is anyone else having this problem?  Can this be corrected?
     
    Thanks
View Complete Thread