Comment Box Skins
Custom "skins" for the HTML Comment Box are stylesheets (CSS) which define a custom look and feel for the comment box. To import a custom skin, just include a link to that css file in your html code, as shown in the next section.
Installing a custom skin
There's currently only one custom skin, depicted in the comment box at the bottom of this page. The following code will apply the skin to your comment box.
<link rel='stylesheet' type='text/css'
href='https://www.htmlcommentbox.com/static/commentbox.css' />
Creating your own skins
The easiest way to create your own skin is probably to download the default custom skin, edit it, and include it in your html code. For an introduction on creating your own skins, see the CSS guide.
We need more skins!
If you want to share a skin you've created, please post a link to it in the comments box on this page. If I like it, I'd be happy to add it to this demonstration.