Re: Issues with changing font text and size

  •  06-26-2012, 12:21 PM

    Re: Issues with changing font text and size

    Hi Ken,
     
    The original text that I entered was as follows: 
     
    test
    test
    test
    test
     
    which produces the following:
    <div>test</div>
    <div>test</div>
    <div>test</div>
    <div>test</div> 
     
    Then, select all of the text, and click to bold, then unbold, change font size.  Then change the font while all text is highlighted.  Changing the font four times results in the following: (*note the number of times I changed was 4, but this is not consistent. Eventually it will only change select text resulting in html that is not desired.)
     
    test
    test
    test
    test
     
    <div><strong style="font-family: Impact;"><span style="font-family: Verdana; font-size: 10pt;">test</span></strong></div>
    <div><strong><span style="font-family: Courier; font-size: 10pt;">test</span></strong></div>
    <div><strong><span style="font-family: Comic Sans MS; font-size: 10pt;">test</span></strong></div>
    <div><strong><span style="font-family: Verdana; font-size: 10pt;">test</span></strong></div> 
     
     If needed, I would be happy to schedule a WebEx and call with you to demonstrate the issue.
     
    Regards,

    James 
     
View Complete Thread