Search

You searched for the word(s):
Showing page 50 of 1,765 (17,645 total posts) < 1 second(s)
  • Re: paste from word icon

    When text is pasted from Microsoft Word a lot of unnecessary word specific markup is carried across. The Paste from Word function solves this by removing word markup before pasting the text into your page. &nbsp; However the above examle provided is clean html code, even it's from Word, so Paste from Word function will not change your code.
    Posted to Cute Editor for .NET (Forum) by Adam on October 14, 2010
  • Re: any way to prevent the picture from word by the paste from word button?

    Word stores the image in its own file system. As as web solution, we don't have permission to access it directly. So your users cannpt paste any picture from word. &nbsp; For your situation, I suggest you check the following example: &nbsp; http://cutesoft.net/example/editor-onpaste.aspx &nbsp; Maybe you need to consider set EditorOnPaste ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 14, 2010
  • Re: IE ONLY - convert text to bullets

    wzs5011, &nbsp; Please check the following thread: &nbsp; http://cutesoft.net/forums/permalink/5927/5927/ShowThread.aspx#5927
    Posted to Cute Editor for .NET (Forum) by Adam on October 13, 2010
  • Re: Can you help me simplify the Word workflow?

    davedr: pbmartin: &nbsp; Unfortunately, when I use the Paste from MS Word option in CuteEditor, the margins and font styles from the Word document are&nbsp;transferred in the HTML.&nbsp; So I tried another way: When I use the Paste as Plain Text option in CuteEditor, the Word Doc converts into HTML with BR tags so that I can't use CSS without ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 12, 2010
  • Re: Paste from MS Word problems

    davedr, &nbsp; We will resolve this issue in the coming new version. Sorry for the inconvenience. &nbsp; For the time being, please create the html filter to remove the above code.
    Posted to Cute Editor for .NET (Forum) by Adam on October 12, 2010
  • Re: Editor .Text property doesn't change after being set in Page_Load

    Can you try the following code? &nbsp; &lt;%@ Page Language=''C#''%&gt; &lt;%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %&gt; &lt;html&gt; &nbsp;&nbsp;&nbsp; &lt;head&gt; &nbsp;&nbsp;&lt;title&gt;&lt;/title&gt; &nbsp;&lt;/head&gt; &nbsp;&lt;body&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;form ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 1, 2010
  • Re: Silverlight: The upload task is interupted on Windows 7 & IIS7

    johansec: It works fine with Silverlight disabled?&nbsp;&nbsp; Is there a way to figure out why it doesn't work with Silverlight? &nbsp; johansec, &nbsp; We are investigating this issue. &nbsp; The problem is we cannot reproduce this issue in our end. &nbsp; Is your site online? &nbsp; If so, can you set up FTP access to your server ...
    Posted to Ajax Uploader (Forum) by Adam on October 1, 2010
  • Re: RTE Dropdown Colors error

    Please open cuteeditor_files\Themes\Office2007\style.asp and modify the following code: &nbsp; &lt;%=editorid%&gt; .CuteEditorSelect { font:normal 11px Tahoma; margin-left:1px; margin-top:1px; height:20px; vertical-align:middle;} &lt;%=editorid%&gt; .CuteEditorDropDown { float: left; border: #7E9DB9 1px solid; margin:1px 1px 1px ...
    Posted to Cute Editor for ASP (Forum) by Adam on October 1, 2010
  • Re: WYSIWYG view does not show all videos embedded

    adamliptrot, &nbsp; I just tested 3 flash videos in the following example: http://cutesoft.net/example/general.aspx &nbsp; It works for me. &nbsp; Can you try this example? &nbsp; Which version of Cute Editor are you using? This demo is running version 6.6 latest build. &nbsp; Keep me posted
    Posted to Cute Editor for .NET (Forum) by Adam on October 1, 2010
  • Re: Silverlight: The upload task is interupted on Windows 7 & IIS7

    johansec, &nbsp; We have tested 64bit IIS7 server. It works fine in our side. &nbsp; Can you try disabling siliverlight then try again? &nbsp; uploader.SetAdvancedOption(UploaderAdvancedOption.NoSilverlight, ''true''); &nbsp; Keep me posted
    Posted to Ajax Uploader (Forum) by Adam on October 1, 2010
« First ... < Previous 48 49 50 51 52 Next > ... Last »