PaulNewRiver,
Thanks for the interest.
>>will the HTML output from your editor taken from the Oracle field display in the Col B table cell with formatting intact?
Yes.
>>Will it look the same as it did when the user formatted it in the editor?)
Yes.
>>Are there header or body tags that are inserted, or is the HTML stored exactly as it shows in the HTML viewer in the editor?
Header and body tags are inserted only when you edit a complete HTML document.
Editor.EditCompleteDocument Property
Specify whether a complete HTML document is being edited.
Example Code
<%
Dim editor
Set editor = New CuteEditor
editor.ID = "Editor1"
'SSpecify whether a complete HTML document is being edited.
editor.EditCompleteDocument = true
editor.Text = "Hello World"
editor.Draw()
%>
Remarks
If false, the editor will only process content inside the page body i.e. all content inside of the <body>...</body> tags of a page. If true, the editor will process content outside the page body and preserve header tags (e.g. <head>...</head>, <title>...</title>, etc.).
>>Also, can we restrict the font styles that show in the Font control? Can we restrict the font sizes that appear in the Font control?
Yes.
Please check the following articles:
Font Name dropdown Customization
The developer's guide is here:
Hope it helps.
Let me know if you have any further questions.
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx