The interface of Melon Forum Component is formed by user controls (.ascx). This gives possibility for easy customization of the templates and styles of the web controls in the user controls.

All styles that are that applied to the controls in Melon Forum Component are separated in css file Styles.css. The defined cascading style sheets (css) classes are with prefix "mc". The styles together with the images from sub-folder Images form the final appearance of the component.

The styles (Styles.css) and images (folder Images) are placed in one folder ForumStyles.

When you integrate Melon Forum Component in your web site you may want to customize the appearance of the forum and even use themes feature from ASP.NET 2.0.