|
Search
You searched for the word(s): font
Showing page 109 of 216 (2,157 total posts)
< 1 second(s)
-
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 = ...
-
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) ...
-
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 = ...
-
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 ...
-
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, ...
-
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 ...
-
>>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 ...
-
>>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 ...
-
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's ...
-
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 ...
... 109 ...
|
|
|