Search

You searched for the word(s): EditorBodyStyle
Showing page 4 of 20 (191 total posts) < 1 second(s)
  • Re: Example of Css file for FrameStyle

    Border Color:   http://richtextbox.com/test/BackColor.aspx   Border Style:   http://richtextbox.com/test/BorderStyle.aspx   Border Width:   http://richtextbox.com/test/BorderWidth.aspx   Back ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 16, 2007
  • Re: Can't get background image to appear using EditorBodyStyle

    Hi TimBurns,   Please make sure that you write the correct image file path, if your web site is a virtual directory application, you should add  the virtual directory application name to the background-image-url attribute   background-image:url(/APPLICATION  NAME/images/26_b.jpg)     Regards, Jeff 
    Posted to Cute Editor for .NET (Forum) by Jeff on March 13, 2011
  • Re: Document selection does not work in Firefox 2.x

    I am not sure...yes, looks like your end it works. I will see if its something to do with the OS or service pack upgrade. Anyway here is the code from the sample page....to see if there is anything wrong in this....   <HTML>  <HEAD>   <title>ASP and ASP.NET WYSIWYG Editor - Use CuteEditor as a document ...
    Posted to Cute Editor for .NET (Forum) by tcshekar on June 19, 2009
  • Re: CSS Stylesheet Craziness!

    Following is the htmlEditor Provider part of my web.config file.   <add name=''CEHtmlEditorProvider'' type=''DotNetNuke.HtmlEditor.CEHtmlEditorProvider, DotNetNuke.CEHtmlEditorProvider'' providerPath=''~\Providers\HtmlEditorProviders\CEHtmlEditorProvider\CuteSoft_Client\CuteEditor\'' UseDNNRoleASFileNamePrefix=''false'' ...
    Posted to Cute Editor for .NET (Forum) by Tugboat on August 21, 2008
  • Re: Style: no-repeat

    Adam, Thanks for the reply. That piece of code worked, but isn't it a bit much to ask my clients to recode their page if they use an image as a background. I want to make it as easy as possible for them because most are not code savy. How difficult would it be to place a style dialog on the page properties? ...
    Posted to Cute Editor for .NET (Forum) by LearnerNM on October 22, 2007
  • Re: Get values from dropdown in toolbar - to insert into database

    No, I'm afraid that didn't help. I cannot see how the code refers to a dropdown in the toolbar or how it gets the value of the selected item of the dropdown in the toolbar. The example you show gets the information from the Editor textarea. I can do that, but I cannot get the value from the dropdown in the toolbar.   This is the code of the ...
    Posted to Cute Editor for .NET (Forum) by the4bs on June 27, 2006
  • Re: CSS styles not showing correctly

    Gerardicus,   Have you used Editor.EditorWysiwygModeCss Property and apply style sheet filesto the editable area?   Please check the Editor.EditorBodyStyle Property as well.   Editor.EditorBodyStyle PropertyThe style to be applied to the Editor body. Example Code       ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 10, 2006
  • When using EditorBodyStyle = "background-color: XXXX" puts it in <font> Tag

    Hello CuteSoft,   when using in my code for example this: EditorBodyStyle = ''background-color: #cccccc''   And then I am writing a text like ''My Text'' in the editor, it always puts automatically a <font> tag like this: <font style=''background-color: #cccccc''>My Text</font>   How can I disable ...
    Posted to Cute Editor for .NET (Forum) by Dev65 on January 17, 2010
  • Re: AutoConfigure

    Luis, OK. Check this configuration:    <add name=''CEHtmlEditorProvider''     type=''DotNetNuke.HtmlEditor.CEHtmlEditorProvider, DotNetNuke.CEHtmlEditorProvider''     providerPath=''~\Providers\HtmlEditorProviders\CEHtmlEditorProvider\CuteSoft_Client\CuteEditor\'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 9, 2006
  • Re: When using EditorBodyStyle = "background-color: XXXX" puts it in <font> Tag

    Adam,   I just tested your link and typed something in. This is the result in HTML:   <div><font style=''background-color: #000000''>wqeqweqwewqeqweqwe</font></div>   I am using IE 8.   Hope this helps to find the problem.   Thank you!
    Posted to Cute Editor for .NET (Forum) by Dev65 on January 18, 2010
« First ... < Previous 2 3 4 5 6 Next > ... Last »