Dear Sue,
Please set "UseSimpleAmpersand" to true and try it again:
<!-- #include file = "cuteeditor_files/include_CuteEditor.asp" -->
<html>
<head>
</head>
<body>
<form name="theForm" action="Get_HtmlContent.asp" method="post">
<br />
<%
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.UseSimpleAmpersand = "true"
editor.Draw()
%>
<br>
<input type="submit" value="Submit" ID="Submit2" NAME="Submit1">
</form>
</body>
</html>
Thank you for asking