Search

You searched for the word(s): stylesheet
Showing page 2 of 61 (604 total posts) < 1 second(s)
  • Fixed: After Applying EditorWysiwygModeCss stylesheet the font is extremely small

    After closing all browsers it seemed to have relieved this issue.. My bad.I followed the directions in post: http://www.cutesoft.net/forums/14518/ShowPost.aspx   And now the font is switching from Verdana to Times New Roman prefectly.   NOW the new problem is: When i start typeing in the editor the font is extremely small even ...
    Posted to Cute Editor for .NET (Forum) by Bensch on January 26, 2006
  • Re: Link stylesheet changes background color

    Adam, Thank you for your reply. I don't define the .container class in my stylesheet at all. Here is my stillsheet content: .h1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-style: normal; font-weight: bold} .h2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: ...
    Posted to Cute Editor for .NET (Forum) by vikbol on September 17, 2004
  • Re: CssClass dropdown automagically populated but stylesheet not applied to edit window

    I have found a way to make this work:   If I use the path /projectname/css/style.aspx it works so this issue seems to be caused by the tilde(~). From what I see the css attached to the frame has the path ~/blah/blah ... this path should really be expanded to the full path.   Anyhow, I have a way that even lets me import external ...
    Posted to Cute Editor for .NET (Forum) by Flintstone on July 11, 2008
  • Re: Stylesheet default

    Great. So how do I go about doing that? I tried by changing the items inside the style tags (see below), but that didn't seem to have any effect. Please advise. Thanks, Kris. <style>   html, body, button, div, input, select, td, fieldset { font-family: arial; font-size: 11px; vertical-align: top;};   .colorPreview{ height:16px; ...
    Posted to Cute Editor for ASP (Forum) by Anonymous on March 4, 2005
  • CSS Stylesheet Craziness!

    Hi,   Please help me save part of my sanity! I have been trying to get the CSS styles that show up in the WSIWYG editor to actually appear the same when the page renders for hours now. I have changed the web.config file to point to my skin's CSS file and removed any duplicate styles from the default.asp.   When I create text and ...
    Posted to Cute Editor for .NET (Forum) by Tugboat on August 17, 2008
  • Re: Toolbar rendering with full width

    Hi syedrazi, Please remove all stylesheet files on your page, does it work? What I mean the stylesheet is like below <link rel=''stylesheet'' href=''xx.css'' type=''text/css'' />  If it works, please add the stylesheet back one by one to find out which one cause it. Then please post the code of this ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 24, 2011
  • Re: Problem in applying external stylesheet

    Hello Adam,   I am using Cute Editor 5.3, perhaps this problem is in that version only...   I have tested the same issue in your link i.e Cute editor 6.0 but its working fine there. Actually I compared the generated HTML by Cute Editor 5.3 and Cute Editor 6.0, the difference is as follows...   In Cute Editor ...
    Posted to Cute Editor for .NET (Forum) by Survi on March 28, 2007
  • Re: CssClass dropdown automagically populated but stylesheet not applied to edit window

    Hmmm ... unfortunately that would be awkward. I assume that this is a known problem and that calling it from OnInit would solve the problem.   The problem is obviously that the stylesheet is not applied to the iframe. Is there any way to assign the new stylesheet to the iframe using Javascript?
    Posted to Cute Editor for .NET (Forum) by Flintstone on July 10, 2008
  • Re: stylesheet - MY BAD

    Oh man... my bad. And I _do_ mean BAD. Like amateur-hour bad... I uploaded the new Editor Client files, but when I updated I forgot to update the bin/ files (dll, etc). Sorry to have taken up your time. Very bad. Quite embarrassing. Humbly going away now.... Thanks for your extensive efforts at resolving my silly error. Dean
    Posted to Cute Editor for .NET (Forum) by deanfriesen on April 4, 2005
  • CssClass dropdown automagically populated but stylesheet not applied to edit window

    I am trying to use the following code to populate CssClass:   If Not ce.ToolControls(''CssClass'') Is Nothing Then             ce.AutoParseClasses = True             ce.EditorWysiwygModeCss = ...
    Posted to Cute Editor for .NET (Forum) by Flintstone on July 10, 2008