Font change when changing color !!

Last post 02-02-2006, 5:03 AM by IRIS. 1 replies.
Sort Posts: Previous Next
  •  02-02-2006, 4:24 AM 15480

    Font change when changing color !!

    Hello,
     
    I have a problem...
     
    I select a text (with multiple fonts): When I change the color, all the text change its font ?

    (I have test it in your sample)
    Could you have a look please?
     
    Thanks
  •  02-02-2006, 5:03 AM 15482 in reply to 15480

    Re: Font change when changing color !!

    Apparently, all the formats are deleted and a new span is created with the last format selected
     
    Exemple:

    with this code
     
    <span><portal:html style="FONT-FAMILY: Wingdings" name="test">test</portal:html></span>
    <span style="COLOR: red">
    test2</span>
    Select all the text and select another color (ie. orange)
     
    New code:
     
    <span style="COLOR: #ffcc00"><portal:html name="test">test</portal:html>test2</span>
View as RSS news feed in XML