ok that came out a mess. Here it goes again. They are in a datalist. But the templateItemList property wont hold. I am using the version previous to version 6. Any ideas?
<TR>
<TD vAlign="top" noWrap><STRONG><FONT face="Verdana" size="1">Blurb Text:</FONT> </STRONG>
</TD>
<TD colSpan="4">
<CE:EDITOR id=ceSelectBlurbText runat="server" TemplateItemList="InsertLink, Unlink" Text='<%# DataBinder.Eval(Container.DataItem, "Blurb Text") %>' ShowBottomBar="False" breakelement="Br" autoconfigure="none" RemoveServerNamesFromUrl="false">
</CE:EDITOR></TD>
</TR>
<TR>
<TD vAlign="top" noWrap><STRONG><FONT face="Verdana" size="1">Full Text:</FONT> </STRONG>
</TD>
<TD colSpan="4">
<CE:EDITOR id=ceSelectItemText runat="server" TemplateItemList="InsertLink, Unlink" Text='<%# DataBinder.Eval(Container.DataItem, "Item Text") %>' ShowBottomBar="False" breakelement="Br" autoconfigure="none" RemoveServerNamesFromUrl="false">
</CE:EDITOR></TD>