Hi Adam,
Below is the sample code i try to do , if i put the codes like this, will the dll generates all the div toolbar, iframe and textarea it self based on the id given?
Or I still need put the tag prefix CE Editor?
Below code producing empty result
<%@ Page Language="vb"%>
<%@ Import Namespace="CuteEditor" %>
<html>
<head>
<title>ASP and ASP.NET WYSIWYG Editor - Default Configuration </title>
<link rel="stylesheet" href="../example.css" type="text/css" />
</head>
<body>
<%
dim editor as new CuteEditor.Editor
editor.ID = "Editor1"
%>
</body>
</html>