Search

You searched for the word(s):
Showing page 3 of 3 (29 total posts) < 1 second(s)
  • Re: HTML is changed after it is pasted in cute soft editor

    i tried this new property DisableAutoFormatting (setting it to true) now if i enter the html (in IE): &lt;table&gt;&lt;tr&gt;&lt;td&gt;hello&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt; &lt;div&gt; goodbye &lt;/div&gt; it becomes: &lt;TABLE&gt; &lt;TBODY&gt; &lt;TR&gt; &lt;TD&gt;hello&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt; &lt;DIV&gt;goodbye ...
    Posted to Cute Editor for .NET (Forum) by RodneyLai on April 4, 2005
  • Re: ampersand

    i downloaded the latest trial version last night and the UseHTMLEntities property doesn't seem to do anything. i've tried setting it in code, Editor.UseHTMLEntities=false and in the designer: &lt;CE:Editor EditorWysiwygModeCss=''/cute/example.css,/cute/empty.css'' id=''CuteEditor'' ShowPreviewMode=''False'' Height=''600'' Width=''100%'' ...
    Posted to Cute Editor for .NET (Forum) by RodneyLai on March 26, 2005
  • Re: retain html formatting

    my issuse isn't with the XHTML formatting, but the human readable formatting. i just gave a simple example, if you go to the online demo at: http://www.cutesoft.net/example/general.aspx in IE, I switch to HTML mode and I get nicely formatted HTML: &lt;table cellSpacing=''4'' cellPadding=''4'' bgColor=''#ffffff'' border=''0''&gt; &#160;&#160; ...
    Posted to Cute Editor for .NET (Forum) by RodneyLai on March 26, 2005
  • Re: LoadHtml

    i must've mistyped my original post. the problem html is: &lt;a href=''http://test/test.html?testval0=%testval0%&amp;testval1=%testval1%&amp;junk=1''&gt;this is a test&lt;/a&gt; if i put this in a file and do a LoadHtml, the url DOUBLES when it gets into the CuteEditor the html entity isn't a problem...i understand that...
    Posted to Cute Editor for .NET (Forum) by RodneyLai on March 26, 2005
  • Re: retain html formatting

    something is changing the html code formatting in mozilla if i go to HTML mode and enter: &lt;div&gt; hello &lt;/div&gt; then go to Normal Mode and back to HTML mode, my HTML is now: &lt;div&gt;hello&lt;/div&gt; running in the mozilla browser something compresses all the HTML into ONE line.
    Posted to Cute Editor for .NET (Forum) by RodneyLai on March 26, 2005
  • Re: retain html formatting

    is it possible to turn OFF formatting? i'd prefer no formatting to what i'm getting in mozilla. i'm looking at this as an HTML tool with a WYSIWYG mode as opposed to a WYSIWYG tool with an HTML mode. if the subtle difference makes sense.
    Posted to Cute Editor for .NET (Forum) by RodneyLai on March 25, 2005
  • Re: retain html formatting

    this is really a problem with mozilla/firefox looks like in IE the cuteeditor reformats the html but its still readable in mozilla/firefox the resulting html is NOT readable.
    Posted to Cute Editor for .NET (Forum) by RodneyLai on March 17, 2005
  • LoadHtml

    I'm using LoadHtml to load an html file with the following:&#160; &lt;a href='''&gt;http://test/test.html?testval0=%testval0%&amp;testval1=%testval1%&amp;junk=1''&gt;this is a test&lt;/a&gt; but what i get in the editor is the href link doubled:&#160; &lt;a ...
    Posted to Cute Editor for .NET (Forum) by RodneyLai on March 16, 2005
  • retain html formatting

    how do i retain html formatting when switching modes?for example, if i enter in HTML mode:&#160; &lt;div&gt;&#160; hello&#160; &lt;/div&gt;then&#160;switch to Normal mode and back to HTML modethe html is now:&lt;div&gt;hello&lt;/div&gt;
    Posted to Cute Editor for .NET (Forum) by RodneyLai on March 16, 2005