Search

You searched for the word(s):
Showing page 1729 of 1,762 (17,611 total posts) < 1 second(s)
  • Re: Downloadable files error message

    HalRau, &nbsp; Please check the folllowing thread: &nbsp; http://cutesoft.net/Forums/ShowPost.aspx?PostID=1019 &nbsp;
    Posted to Cute Editor for ASP (Forum) by Adam on June 26, 2004
  • Re: Problem With Uploads

    BBall, &nbsp; Have you tried uploading the new images to this folder? Please use a *.gif file first. &nbsp; If you still can't find the images,&nbsp; what's your editor.ImageGalleryPath property setting?
    Posted to Cute Editor for ASP (Forum) by Adam on June 26, 2004
  • Re: Table width formatting problem...

    Darrel, &nbsp; Have you tried using the paste from word button? &nbsp; It should strip out all the word style attributes. &nbsp; Keep me posted &nbsp; &nbsp; &nbsp;
    Posted to Cute Editor for .NET (Forum) by Adam on June 26, 2004
  • Re: Newbiw ?s: XHTML, code compaction, table editing

    Yes, the next release will occur&nbsp;at the end of July. This will be mainly a bug fix release for the problems with version 3.0.
    Posted to Cute Editor for .NET (Forum) by Adam on June 24, 2004
  • Re: Newbiw ?s: XHTML, code compaction, table editing

    Aluminum, &nbsp; I've discovered that the problem is if you have a table with border, cellspacing and cellpadding all set to 0, then you can not edit the table as there is no border to double-click on. &nbsp; Yes,&nbsp; that's a bug. We will write a fix to resolve this bug soon. Sorry for the inconvenience.
    Posted to Cute Editor for .NET (Forum) by Adam on June 24, 2004
  • Re: Cell Properties dialog...default sizing.

    BruceD, &nbsp; In WinIE.js, you will find the following code from line 277: &nbsp; var strAttr = ''status:no;dialogWidth:550px;dialogHeight:280px; scroll: yes; resizable: yes; help:no''; &nbsp; You can make the Cell Properties dialog size bigger by change the dialogWidth, dialogHeight values. &nbsp; For ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 23, 2004
  • Re: Fontsize adjust question

    Geoffrey, &nbsp; The fontsite dropdown renders the code as followings: &nbsp; &lt;font size=4&gt;&nbsp;&nbsp;&nbsp;&nbsp; Your text goes here&lt;/font&gt; &nbsp; The SIZE attribute allows you to set your font to an abstract size ranging from 1 to 7. The exact type size corresponding to each of these values is left to your browser. You can't ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 23, 2004
  • Re: forcing paragraphs with one line of text

    Aluminum, &nbsp; You can use Editor.XHTML Property to retrieves the CuteEditor HTML content in well-formed XHTML format. &nbsp; I think that will resolve your problems.
    Posted to Cute Editor for .NET (Forum) by Adam on June 22, 2004
  • Re: cute editor bug!!!!

    Fabiana, &nbsp; It's not a bug. &nbsp; You can defines what happens when the ''enter'' key is pressed in the editor&nbsp;in the following editor properties. Property Name Description UseDivOnCarriageReturn use &lt;div &gt; tags on enter keypress instead of &lt;p&gt;&lt;/p&gt;tags UseBROnCarriageReturn use &lt;br&gt; tags ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 22, 2004
  • Re: forcing paragraphs with one line of text

    You can defines what happens when the ''enter'' key is pressed in the editor&nbsp;in the BreakMode enumeration.This enumeration has three values. Member Name Description UseDivOnCarriageReturn use &lt;div &gt; tags on enter keypress instead of &lt;p&gt;&lt;/p&gt;tags UseBROnCarriageReturn use &lt;br&gt; tags on enter keypress ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 21, 2004