portion of editor code repeating above the Cute Editor

  •  01-12-2005, 4:36 PM

    portion of editor code repeating above the Cute Editor

    I am using Cute Editor for ASP v3.0 and an Access dB for developing, and IE, v6.0.2800.1106IS.
     
    Strange, but when I add an image to the editing area, and then open the editor pulling in that same content via Access dB, I get the following screen shot (click here to see it).

    Actual code getting saved:

    ------------------------
    <OL>
    <LI><FONT color=#000000>Type your BAD TEXT text here...</FONT>
    <LI>more text
    <LI>last one</LI></OL>
    <P><FONT style="BACKGROUND-COLOR: #ff00ff">New paragraph</FONT></P>
    <P><FONT style="BACKGROUND-COLOR: #ff00ff"><IMG style="BORDER-LEFT-COLOR: #ffcc00; BORDER-BOTTOM-COLOR: #ffcc00; BORDER-TOP-COLOR: #ffcc00; BORDER-RIGHT-COLOR: #ffcc00" hspace=5 src="http://localhost/Uploads/j0180668.jpg" align=baseline border=1></FONT></P>
    ------------------------ 
    This also happened in the demo version I downloaded, todatabase.asp and target.asp.

    It seems to only be caused by adding an image to the editor (so far). Is this some sort of parsing error because of double quotes?? Thx!
    ~cubefree
View Complete Thread