Adam,
I put the folder in the root of my site.
Here is the connection on my test page:
<form name="theForm" action="Get_HtmlContent.asp" method="post" id="Form1">
<h1>Enable All Toolbars</h1>
<hr>
<p>This example shows you all the
predefined <a href="CuteEditor_Files/browse_Document.asp">buttons. </a></p>
<br />
<%
Dim editor
Set editor = New CuteEditor
editor.ID = "Editor1"
editor.Text = "Type here"
editor.FilesPath = "http://www.clansitecentral.com/CuteEditor_Files/"
editor.EditorBodyStyle = "font:normal 12px arial;"
editor.EditorWysiwygModeCss = "asp.css"
editor.Draw()
' Request.Form(ID) access from other page
%>
</form>
Self praise is no recommendation