Search

You searched for the word(s): use <p>
Showing page 322 of 864 (8,631 total posts) < 1 second(s)
  • Re: HTML and Preview modes shrink

    If you change UseDNNDefaultWidth=''true'' setting to false, CE will use the default width which is 762.   Please open the CEHtmlEditorProvider.vb and change the following code:        Public Overrides Property Width() As ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 22, 2006
  • Re: Strange behaviour on load

    yes i did. I want to have in web.config C:/Inetpub/wwwroot/CommonLibrary/CuteEditor/ but it doesn't work it works only with ../../CommonLibrary/CuteEditor. But we again have that ''vanishing'' error message problem.   We also notice that some times loading page with cuteeditor takes so long (seen in statusbar that you use some referer to ...
    Posted to Cute Editor for .NET (Forum) by milosc on February 16, 2006
  • Re: Access Denied when deploying

    I use version verison 5.1 with an enterprise license.   Unfortunally, our development environment isn't possible to expose public.   I can reproduce the problem with a simple project. It is the first line in our common javascript file, which setting document.domain to our domain. The problem is that we are needing this in other ...
    Posted to Cute Editor for .NET (Forum) by impedanze on February 3, 2006
  • Re: Focus on others controls when CuteEditor is present?

    I use this version : CuteEditor 5.0 Build 2005-10-22 The Editor.Focus is already set to False   Try this with ASP.NET 2.0 :   <form id=''form1'' runat=''server'' defaultfocus=''txtOtherTextBox''>   <asp:TextBox ID=''txtOtherTextBox'' runat=''server''></asp:TextBox> <br /> <CE:Editor ...
    Posted to Cute Editor for .NET (Forum) by smondoux on January 11, 2006
  • Re: Deprecated HTML Tags

    Hi Adam,   According to Danny Goodman's Dynamic HTML book, <del> is supported by Netscape 6+ and IE 4+ and I can confirm that it works in Firefox 1.0.7 and Opera 8.02 so is it really that weak (I have not tested non-windows browsers which you probably have)? Your example, however, is not really fair because you are not ...
    Posted to Cute Editor for .NET (Forum) by Andy65 on November 11, 2005
  • Re: display: inline-block

    Hi Adam:   Apologies if I was a little vague...   I've set the EditorWysiwygModeCss property to a stylesheet I've created for the editor to use.  In this stylesheet I've set the following property: ol,ul {     display: inline-block;     margin: 0px; } This lets me control where the line-spacings ...
    Posted to Cute Editor for .NET (Forum) by SimonCoope on November 11, 2005
  • Re: RichDropdown get selected value in javascript

    Please use the following code:      // get the cute editor instance    var editor1 = document.getElementById('<%=Editor1.ClientID%>');        // Get the editor HTML    var ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 20, 2005
  • Re: Error while browsing/uploading documents

    We bought CuteEditor for ASP on wednesday 14 september 2005 (using the Shareit ordering page).   I just checked and it's version 4.1 !? How is that possible ?  How do we get the updated version (4.2) ? Meanwhile we received another error report from our client...Will this one be fixed too after installing the 4.2 version ...
    Posted to Cute Editor for ASP (Forum) by silicoNimagE on September 29, 2005
  • Re: relative links

    Hi Adam, Yes I have the same problem when I use your link. Maybe I'm doing something obviously wrong here? All I want my url to say is for example: index.aspx I type this in the editor in the pop-up links box, save it and fine. It's when I come back to edit the same page again, the link is resolved to an absolute url ...
    Posted to Cute Editor for .NET (Forum) by KatAli on September 16, 2005
  • Re: error while converting upper case html tag to lower case html tag problem

    Thanks for your reply,I give you the upper and lower case letters in Turkish below:I(upper)-ı(lower case note that there is no dot on the lower i may be you may nt see it)I mean there are 2 i in Turkish(ı and i are 2 diferent characters)I mean the controoler does not look at the standart English when converting tags into lower case.There is no mif ...
    Posted to Cute Editor for .NET (Forum) by tkayapinar on September 15, 2005