Problem with Bolding text in Firefox

  •  04-24-2007, 10:59 AM

    Problem with Bolding text in Firefox

    Hi,

    When I bold text in firefox it generates the following HTML
    <span style="font-weight: bold;">asdfasdf</span><br>

    When I bold text in IE6 it generates the following HTML
    <b>asdfasdfasdf</b>

    it is possibel to customize the bold element the way we use editor.breakElement = "BR"

    Thanks

View Complete Thread