Andy,
When you create the cuteeditor instance, you need to configure the ImageGalleryPath property. The default values is "/Uploads"
<%
dim content
content ="<STRONG><EM><U>Easy to Install, Easy to Use</U></EM></STRONG><BR>"
Dim editor
Set editor = New CuteEditor
editor.ID = "Editor1"
editor.Text = content
editor.FilesPath = "CuteEditor_Files"
editor.ImageGalleryPath = "/Uploads"
editor.MaxImageSize = 50
editor.AutoConfigure = "Minimal"
'editor.Template= "Bold,Italic,Underline"
'editor.StyleSheetPath = "/grey2.css"
'editor.Width = 740
'editor.Height = 240
editor.Draw()
'Retrieve the data from editor: Request.Form("Editor1_HTMLContent")
%>
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