Browse by Tags

All Tags » xhtml
  • XHTML output for a single line of text is not encoded correctly

    I am able to reproduce this issue on the XHTML demo site: http://cutesoft.net/example/xmloutput.aspx On that page, supply this single line of text in the text entry box: This & That  Then click Submit. The produced output is:<div>This &amp;amp; That</div> Note that the text is incorrectly encoded, ...
    Posted to Cute Editor for .NET (Forum) by moskie on September 6, 2011
  • Web Standards

    When utilizing the ImagGallery DLL, the control properties have uppercase letters in them.   This does not validate as even XHTML 1.0. Any site ImageGallery is used in will not pass.   Is this something that will be changing soon? I do not want to purchase if I cannot get a site to pass becuase of my utilization of this product... ...
    Posted to ASP.Net Image Gallery (Forum) by tpotter12 on May 26, 2009
  • Re: unordered lists

    It seems to work in your example.  This is the page I'm working on http://you.pakland.edu/admissions/foms.aspx.  You can see in the code that the ending tags are missing from all but the last item.  I attempted this several different times with the same result.
    Posted to Cute Editor for ASP (Forum) by DrewR on February 19, 2009
  • unordered lists

    I am using the editor to insert an unordered list.  When viewing the source in html panel I noticed that the </li> tags were missing from all but the last item.  What is causing this?
    Posted to Cute Editor for ASP (Forum) by DrewR on February 18, 2009
  • XHTML compliant?

    What is the proper way to ensure that all text entered in CE is XHTML compliant?
    Posted to Cute Editor for .NET (Forum) by Domainscanners on December 9, 2007
  • Text does not get reflected in XHTML property

    Hi!   I've just downloaded the latest version (08-23-2007) of the Editor and created simple page with it, plus Save button. When a user types any text in the editor and clicks on Save right after that, the XHTML does not have typed text. But if a user types the text and either clicks to any editor's button or just moves the focus ...
    Posted to Cute Editor for .NET (Forum) by alvipeo on August 29, 2007
  • Font size decreases when loading from RTF

    When converting the XHTML into RTF the customized font sizes are getting smaller each time you do this.       HTML2RTF h2r = new HTML2RTF(Editor1.XHTML);     Editor1.LoadRTF(h2r.RTF);   See http://bbs.schoolmaster.nl/RTFConvert.zip for an example. Press the button and each time the word ...
    Posted to Cute Editor for .NET (Forum) by freerk on July 10, 2007