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"> </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"> </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