Search

You searched for the word(s): stylesheet
Showing page 42 of 61 (604 total posts) < 1 second(s)
  • Looking for clarification on CSS style loading on DNN / CuteEdit

    I noticed in the forums that the style sheets loaded to populate the CSS classes are:                   Dim s1, s2, s3, s4 As String                 s1 = Common.Globals.HostPath & ...
    Posted to Cute Editor for .NET (Forum) by jbegley on June 15, 2007
  • What is this?

    I'm now getting a serious error that confuses me (like so many other things...). I load an HTML file into CE then click [Preview]. The file has a URL link that I click. The url opens inside the preview window. When I then click [Normal], the app fails with the information below. I am running the app on localhost.   The HTML file in ...
    Posted to Cute Editor for .NET (Forum) by fredd on December 1, 2006
  • trouble with links

    how can i stop the editor add any path on my links?   example--   my Input: a href=''aa.htm'' then i saved the submit value, when reopen it and save, the editor will add the path as: /test/test/aa.htm   I had set Editor.RemoveServerNamesFromUrl property to true and Editor.UseRelativeLinks property to ...
    Posted to Cute Editor for .NET (Forum) by kane on November 15, 2006
  • Re: Styles from Style sheets not showing

    Adam: Editor.EditorWysiwygModeCss Property Specifies the location of the style sheet that will be used by the editable area. Multiple Style Sheets are supported. Example EditorWysiwygModeCss=''example.css,~/portal.css,/default.css'' Also make sure you set Editor.AutoParseClasses Property to true.   How come when I do this ...
    Posted to Cute Editor for .NET (Forum) by asiandreads on November 6, 2006
  • How to use Cute ASP with my Scripts for Updating a Database

    Does someone know how to ''Replace Textareas'' with Cute so that the Same Parameters will handshake with Update Scripts... Have a Script that Update my Textarea with Parameter Name and Value. But the Parameter in Cute is Editor.Text. So I can See my Record in Cute perfectly but my update Script does not react on Editor.Text. I do not want to ...
    Posted to Cute Editor for ASP (Forum) by testuser22 on October 27, 2006
  • Re: Required Field Validator is not working Client Side.

    Saurin,   Please try this example:   http://cutesoft.net/example/RequiredFieldValidator.aspx   The source code of the above example is as followings:   <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 14, 2006
  • Re: Styles from Style sheets not showing

    Hi Adam   Thanks for replying.  I have set the Editor.EditorWysiwygModeCss property, but I did set the AutoParseClasses to false, as I don't want the users to be confused by the large number of irrelevant styles in the stylesheet.  Rather I want them to use just headings etc to keep a consistent style.   Does ...
    Posted to Cute Editor for .NET (Forum) by JohnieT on July 20, 2006
  • Minimum height in Firefox and Netscape

    I've noticed that in mozilla the height of the cuteeditor will not go below about 200 pixels. If I set the height to say 100 pixels (I'm not showing many buttons!) then this renders correctly in IE but remains too big in both firefox and netscape. An example of this can be seen here: ...
    Posted to Cute Editor for .NET (Forum) by monkeyboy on May 23, 2006
  • Re: where can I down load the external style sheet example

    This is the source code of the above example:   <!-- #include file = ''CuteEditor_Files/include_CuteEditor.asp'' --> <html>     <head>  <link rel=''stylesheet'' href=''asp.css''  type=''text/css'' />  <script language=''JavaScript''>   function ...
    Posted to Cute Editor for ASP (Forum) by Adam on April 20, 2006
  • CSS

    Just got cuteeditor.  I have this in my header of my cute_edit/defaulf.asp ... <link rel=''stylesheet'' href=''../orientation.css'' type=''text/css'' />How do I get cute editor to use the css sheet inside of edit area.  When my pages are loaded into cute editor, everything is displayed as regular text.  When I look at the ...
    Posted to Cute Editor for ASP (Forum) by kcornwell on August 1, 2005
« First ... < Previous 40 41 42 43 44 Next > ... Last »