information

Community CSS (Style Sheet) Formatting

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 ezboard Admin has 3 choices:

  1. Do nothing and use the default stylesheet (recommended for maximum browser compatibility)
  2. Add a stylesheet to the headsection in the Control Center > My Community Tab > Custom HTML area to use in conjunction with the default
  3. Disable the default stylesheet by unchecking the Use Default Stylesheet in Control Center > My Community Tab > Custom HTML area and specify your own or choose from the options provided in the headsection.

CSS Guide Table

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

 

Pre-made Style Sheet Options

top top