Search

You searched for the word(s):
Showing page 3 of 3 (24 total posts) < 1 second(s)
  • Re: Editor Not Replacing <font> tags with <span>

    Perhaps you should include complete HTML to XHTML cleanup in the next version?&nbsp; Maybe I could even write the code for you?
    Posted to Cute Editor for ASP (Forum) by Maximus5684 on January 17, 2007
  • Re: DataBase relation

    O.B., &nbsp; Here's a couple of suggestions: &nbsp; 1.&nbsp; If you're pulling this from a database and are using a recordset, such as &nbsp; recordsetobject set recordsetobject = Server.CreateObject(''ADODB.Recordset'') &nbsp; to get the data from your DB, you may want to just use &nbsp; editor.Text = ...
    Posted to Cute Editor for ASP (Forum) by Maximus5684 on January 17, 2007
  • Re: Error Messege

    Just a little offer from another user... &nbsp; Try this instead: &nbsp; &lt;script src=''CuteEditor_Files/include_CuteEditor.asp'' language=''vbscript'' runat=''server''&gt;&lt;/script&gt; &lt;script runat=''server'' language=''vbscript''&gt; &lt;%Dim editorSet editor = New CuteEditoreditor.ID = ''Story''editor.Text = ''Hello ...
    Posted to Cute Editor for ASP (Forum) by Maximus5684 on January 13, 2007
  • Editor Not Replacing <font> tags with <span>

    I recently purchased CuteEditor for ASP.&nbsp; I was under the impression that if I enabled editor.XHTMLOutput = ''true'' that the &lt;font&gt; tags would be replaced with &lt;span style=''...''&gt; tags.&nbsp; This is not happening when I load html from my database.&nbsp; Here's my basic ...
    Posted to Cute Editor for ASP (Forum) by Maximus5684 on January 13, 2007