

Sorry Ray, not sure how to see the default value, do you mean the source code on a blank field? Or the html on the update page in the iRite field in dreamweaver?
In dreamweaver the code for iRite is:
<%
' WebAssist iRite: Rich Text Editor for Dreamweaver
Dim WARichTextEditor_1 : Set WARichTextEditor_1 = CreateRichTextEditor ("content", "../WA_iRite/", "500px", "400px", "Default", "../custom/BB1_Update_content1.js", "" & cStr(Replace((WADANeilgww_adminBB1.Fields.Item("content").Value)&"", """", """)) & "")
%>
In a new record with just a space entered the source shows:
<html dir="ltr">
<head>
<title></title>
</head>
<body>
<p> </p>
</body>
</html>
Not sure what that dir "ltr" means..