Font formatting is controlled by a default stylesheet. CSS (Cascading Style Sheets) is now the W3C standard and compliant way to format text. In keeping with the latest standards, ezboard has switched to this format for reasons of power and flexibility. Having the fonts controlled by CSS gives ezboard ADMINS much more control in displaying their ezboard text than previously possible.
The following table is a guide to make your own stylesheet for your ezboard.
A few links for helpful information on stylesheets:
Official Home of CSS Tutorial
Webmonkey's Stylesheet Tutorial
| element name | controls/formats |
|---|---|
| a:link | all links |
| a:visited | visited links |
| a:hover | hover links |
| a:active | active links |
| body | default - any text within the body tag not controlled by any other style |
| td | any text within a td tag |
| h4 | text for the title of your ezboard on the main page |
| .title | text for forum titles and usernames in topic listing area. |
| .usertitle | text for the user title under the post author name |
| .m | any text in the messages / posts area |
| .headings | table heading text, topic title text, forum title text |
| .inputbox | all dropdown menus, texfields and the message box textarea |
| .inputbutton | all form buttons |