Spell Check and HTML Style

  •  03-02-2010, 12:23 AM

    Spell Check and HTML Style

    I'm having some trouble with the spellcheck functionality where it is reading the styling of html elements to populate its word list.
     
    i.e. with the html element  <div style="FONT-SIZE: 8px; COLOR: #003366; FONT-FAMILY: 'Calibri','sans-serif'" align="center">&nbsp;</div>
    ' it is picking 'Calibri' up as a word for the user to check.
     
    But if i used  <div style="font-family: Calibri,sans-serif; color: #003366; font-size: 8px" align="center">&nbsp;</div>
    then the error is not coming.
     
    Is there a simply way to escape the quotation for the spell check?Please respond ASAP.Thanks in advance
View Complete Thread