Search

You searched for the word(s):
< 1 second(s)
  • Alt text for emoticons

    Is it possible to generate alt text for emoticons?&nbsp; Some people don't download images in email&nbsp;and it would be good to have the alternate text. &nbsp; Thanks. &nbsp;
    Posted to Cute Editor for .NET (Forum) by mushroom on March 23, 2010
  • removing span tags

    I would like to remove all span tags from the editor text.&nbsp; I added this to the bottom of the aspx page: &nbsp; &lt;script type=''text/javascript'' language=''javascript''&gt; function CuteEditor_FilterHTML(editor,code) { return code.replace(/(&lt;span[^\&gt;]*\&gt;)([\s\S]*)(\&lt;\/span\&gt;)/i, ''$2''); } function ...
    Posted to Cute Editor for .NET (Forum) by mushroom on March 23, 2010
  • HTML entity conversion

    If I insert an em dash (HTML entity &amp;#8212;) in the text and then run CleanUpHTMLCode() or CleanUpMicrosoftWordHTML(), the entity is changed&nbsp;to the unicode char 0x2014. &nbsp; When I send the entity &amp;#8212; in email the em dash is displayed correctly; however, if I send the char 0x2014 in email it shows up as a regular ...
    Posted to Cute Editor for .NET (Forum) by mushroom on March 22, 2010