Search

You searched for the word(s):
< 1 second(s)
  • Re: Spell Check and HTML Style

    Its nothing to do with mso-bidi-font-family being an 'invalid' HTML attribute.&nbsp; Its to do with the comma as the following also raises the error. &nbsp; &lt;span style=''font-size: 12pt; font-family: 'Times New Roman'''&gt;Content&lt;/span&gt; &nbsp; Is there a simply way to escape the commas for the spell check?
    Posted to Cute Editor for .NET (Forum) by rusty101 on March 25, 2008
  • Re: Spell Check and HTML Style

    Hi Adam, &nbsp; Thanks for the reply.&nbsp; Have narrowed the error down and tested in the above example.&nbsp; Problem is with the html: &nbsp; &lt;span style=''font-size: 12pt; mso-bidi-font-family: 'Times New Roman'''&gt;Content&lt;/span&gt;&nbsp; &nbsp; Perhaps it has something to do with the 'Times New Roman' not being escaped properly?
    Posted to Cute Editor for .NET (Forum) by rusty101 on March 24, 2008
  • 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. &nbsp; i.e. with the html element '&lt;span style=''font-size: 12pt''&gt;Content&lt;/span&gt;' it is picking '12pt' up as a word for the user to check. &nbsp; Does anyone know why this is happening and how to ...
    Posted to Cute Editor for .NET (Forum) by rusty101 on March 24, 2008