Dear pdaltonmcsd,
<%@ Page Language="C#"%>
<%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
<html>
<head>
<title>ASP and ASP.NET WYSIWYG Editor - BaseHref</title>
</head>
<body>
<form runat="server">
<table>
<tr>
<td width="20" nowrap></td>
<td valign="top">
<h1>BaseHref</h1>
<p style="width:760px;">Sets or retrieves the baseline URL on which relative links will be based. </p>
<br>
<p>The property is set to "
www.myproductionwebsite.com" in this example.</p>
<br>
<CE:Editor id="Editor1" URLType="Absolute"
BaseHref="www.myproductionwebsite.com" EditorWysiwygModeCss="example.css" runat="server" ></CE:Editor><br />
</td>
<tr>
</table>
</form>
</body>
</html>
Thank you for asking