Search

You searched for the word(s): color'
Showing page 19 of 160 (1,595 total posts) < 1 second(s)
  • fontstyle gets the background-color from css

    i start a new emtpy cutesoftedior and the text gets   <div><font style=''background-color: #99aaff''>this is text</font></div> i do not want a font style background-color.   the background-color comes from the stylesheet   BODY   { background-color: #99aaff; }   i am useing ...
    Posted to Cute Editor for .NET (Forum) by cruhland on June 17, 2009
  • Background color: Simple question, Simple answer required

    OK, I want the background color to always be white. I can easily set this for the control using various properties 'back-color'. However, before and after uploading the color is white, but DURING uploading it changes to color #ededed.   I cant seem to find the 'back-color' property for the uploader during uploading. I know its ...
    Posted to Ajax Uploader (Forum) by blacks_82 on April 23, 2009
  • Background color disappears

    I'm using EditCompleteDocument=''true'' to edit a complete web page. In FF2 I click ''Page Properties'' and choose background color. If I go to Preview and then back to Normal, the background color is removed from the body tag. It's working in IE7 but not FF2.  v6.3, downloaded today.
    Posted to Cute Editor for .NET (Forum) by mxsurf on April 29, 2009
  • Re: Textarea disabled on first load

    No, it doesn't change things any for us.  The code above was the solution to a previous problem.  Now there is the new ''readonly'' problem in FF2.0 and older.... here is the html that produces this problem, could you please tell me if you see anything <!DOCTYPE HTML PUBLIC ''-//W3C//DTD HTML 4.01 Transitional//EN''> <HTML ...
    Posted to Cute Editor for .NET (Forum) by OlegS on March 30, 2009
  • Re: Color selector disabled ActiveX error

    Hi   Had a look at the code and all you are using AJAX for is to load a code file and execute it! I guess you are doing it this way to cut down on the amount of js files that need to be loaded at the start.   I have uploaded a zip file with dialoghead.js and ieimplementaion.js changed. Its pretty obvious the code i have changed cos ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on June 26, 2008
  • Re: Cute Editor changing hex color style values upon saving

    I figured out the problem...  I was getting the CuteEditor text in the code behind like this...         string body = Editor1.Text;     I changed it to this...         string body = Request.Params[''Editor1''];       ...and now it ...
    Posted to Cute Editor for .NET (Forum) by bigdoggy007 on April 4, 2007
  • Re: Font Color Pallette

    oops... sorry... here's the code content = strBody Dim editor1 Set editor1 = New CuteEditor editor1.ID = ''strBody'' editor1.Text = content editor1.FilesPath = ''CuteEditor_Files'' editor1.ImageGalleryPath = ''/Uploads'' editor1.MaxImageSize = ...
    Posted to Cute Editor for ASP (Forum) by marvin_tyrone on November 16, 2004
  • Re: GAC Install

    Hi,   Thanks for the reply.  Yep, I double and triple checked I had the correct .net 2.0 dll's in the gac.  I also deleted all the dll's from the gac and started over and the same error appears when I run the app as seen below.   Is there a working example of the CuteEditor running from the GAC in .net 2.0 and no dll's for ...
    Posted to Cute Editor for .NET (Forum) by scottle on January 18, 2008
  • Programmatically color-highlighting the text contained in the editor

    Hello, I was wondering if anyone knew what the approach would be to programmatically highlight text in the editor in asp.net.  By ''highlighting'' the text, I mean the equivalent of text highlights in Microsoft Word or the use of background-color in html lingo (they both look the same).  For example, let's say my editor contains this ...
    Posted to Cute Editor for .NET (Forum) by s2kdriver80 on April 13, 2010
  • Issue with Font Color on Adjacent Paragraphs

    Our QA uncovered a bug and I have narrowed it down to something I can reproduce using the demo.  It seems to occur when there are two adjacent paragraphs. To reproduce: 1) Go to the online demo http://cutesoft.net/example/General.aspx2) Switch to HTML and remove everything that is there, and paste in the following:  <STYLE ...
    Posted to Cute Editor for .NET (Forum) by robingwynn on March 30, 2009
« First ... < Previous 17 18 19 20 21 Next > ... Last »