<ASPNetSpell:SpellTextBox ID="SpellTextBox1" runat="server" CSSTheme="bright">
The ASPNetSpell SpellButton can be rendered as an Image Button, a regular button or a link using the ButtonType property.
In addition - you can change the ImageButtons images by changing the Image and RolloverImage properties... as well as the rollover tooltip using the Text property.
In addition you can add a style attribute to modify the look in any way permitted by CSS.
Using themes - you can completely re-arrange and re-skin ASPNetSpell, incluing the context menu and dialog.
1. Create a Custom Theme Directory
2. Customize The Theme
3. Implement Your Theme
To implement your theme - just set the CSSTheme property of either the SpellButton or SpellTextBox Class to the name of you theme (its folder name)
An example theme - "Bright" has been implemented as an example for you.
<ASPNetSpell:SpellTextBox ID="SpellTextBox1" runat="server" CSSTheme="bright">