Search

You searched for the word(s): font
Showing page 109 of 216 (2,157 total posts) < 1 second(s)
  • Re: ok, i'm now going crazy ... "the area you are attempting to access is forbidden" error

    I put the editor calls all in an include file, just my preference, and make changing the site easier when you update. That said, this configuration will work. The hilighted areas should fix your problem.   Set editor = New CuteEditoreditor.ID = ''Editor1''editor.Text = content    editor.DisableAutoFormatting = ...
    Posted to Cute Editor for ASP (Forum) by rcroeder on December 2, 2005
  • Cannot modify table properties if SetSecurityAllowUpload is set to false

    Ok, this is from way out of left field. The editor was working fine, we updated to version 5 and we started getting an error on the page when trying to use any of the buttons that caused pop-up layers (like clean-up HTML, insert images, etc). I had to comment out the following line for it to work: ' 'pageContentEditor.SetSecurityAllowMove(False) ...
    Posted to Cute Editor for .NET (Forum) by Preludean on November 29, 2005
  • Re: Major Problem with code cleaner

    I have included the bit of code I am using... JonathanASP wrote: ok, try creating a link like <a href=''default.asp''> link</a>  then using the code cleaner to remove font tags and see what happends, it even does this in the demo..       editor.CustomAddons = ...
    Posted to Cute Editor for ASP (Forum) by JonathanASP on November 23, 2005
  • Re: Editor refresh slowness?

    Accutitle,>>I don't see the problem with the font drop down on this page but I do see it in my local project.Which version of CuteEditor are you using? If you are not using the version 5.0, can you download it from:http://cutesoft.net/Downloads/default.aspxPlease note that all users of the previous version of Cute Editor are entitled to a ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 11, 2005
  • Re: onkeyup and onblur events

    Simon,   >>(because as far as I can tell, onblur isn't suppored by a html table).   I think the onblur event also apply to html table.   Please check http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/events/onblur.asp Applies To A, ACRONYM, ADDRESS, APPLET, AREA, B, BDO, BIG, ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 27, 2005
  • Re: Need horizontal scroll bar in HTML mode and Wrap off...???

    I added scrollbars=0, or 1 or 2 to the editorSourceStyle string...   HTML editor doesn't change..   Even set it to ''x''.  Did not get an error, so I assume it is ignoring it...var _editorSourceStyle = ''font:normal 11px verdana;background:#ffffff;margin:0;padding:0; scrollbars=1;'';Any other suggestions or more detail ...
    Posted to Cute Editor for .NET (Forum) by JeffBorders on October 25, 2005
  • Re: Need horizontal scroll bar in HTML mode and Wrap off...???

    >>Any way of adding a custom button that would allow me to turn wrap off in HTML mode and display code with a horizontal scroll bar...   Please modify the CuteEditorconstants.js file.// Default style in the source view var _editorSourceStyle = ''font:normal 11px ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 25, 2005
  • Re: Question about functionality before I purchase.

    >>How easy is the integration of the editor with SQL Server?  The text in the TEXTAREA?  The images to the database.   It's very easy. You can extract the content from the editor and write it into your database.   If you want to store images into your SQL server database or access database, here are the ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 27, 2005
  • Re: Changing the Paragraph/Heading style

    Nathan,  I know what you mean.However Headings are Block-level elements. <hX> elements aren't just about setting font size, color, they add structure to your content.When you apply heading directly, the whole paragraph will become the heading of the page.<div><br/>ABB Automation <br/><br/>is the world&#39;s ...
    Posted to Cute Editor for ASP (Forum) by Adam on September 26, 2005
  • CSS bugs in Cute Editor for .NET 5.0

    I have just installed Cute Editor for .NET 5.0. I am experiencing a couple of bugs with the CSS support, as demonstrated by the attached sample from my Web site, which uses ASP.NET 2.0 Beta 2 (I have simplified my Web site so much for this test, though, that I think everything except the ''web.config'' file would work under ASP.NET 1.1). To ...
    Posted to Cute Editor for .NET (Forum) by JFBunch on September 12, 2005