<%@ Register Assembly="Obout.Ajax.UI" Namespace="Obout.Ajax.UI.HTMLEditor" TagPrefix="obout" %>
<%@ Register Assembly="Obout.Ajax.UI" Namespace="Obout.Ajax.UI.HTMLEditor.ToolbarButton" TagPrefix="obout" %>
<obout:Editor runat="server" Id="editor" Height="330px" Width="100%" >
<TopToolbar Appearance="Lite" >
<RemovePredefinedButtons>
<obout:Underline runat="server" />
<obout:StrikeThrough runat="server" />
</RemovePredefinedButtons>
<EditPredefinedButtons>
<obout:FixedForeColor runat="server" DefaultColor="#0000FF" />
</EditPredefinedButtons>
</TopToolbar>
</obout:Editor>