Using Style Sheets with ACEweb
If the UseStdHeader INI setting is ON, ACEweb will use the Cascading Style Sheets (*.css) style sheets listed in the <head> tag of Standard.htm for all ACEweb generated pages.
ACEweb installs provide the following default style sheets:
- aceweb.css - standard CSS styles (e.g. body, h1-h4 headings, links (A), etc.).
- awDesign.css - design element styles for the default ACEweb design (e.g. header, search box, navigation sidebar, etc.).
- awStyles.css - custom styles for ACEweb page elements ( e.g. system generated tables, enrollment cart table, etc.)
- awPrint.css - styles used when printing pages such as Registration Confirmations or Attendance Sheets.
- AWPstyles.css - styles used by .awp type templates.
IMPORTANT: if you have a custom design applied to your ACEweb installation, you may be using your own campus style sheets in place of the aceweb.css and awDesign.css style sheets.

If UseStdHeader is ON, ACEweb will use the <head> tags from Standard.htm for all generated pages. You can override this behavior by adding a custom CSS tag to the individual templates. ACEweb will use the template's header instead of the standard if it detects the <link rel="stylesheet" tag in the header.

Specify style classes for use with system generated tables are listed in the appropriate INI setting:
- TableClass - styles used for most generated tables including course listings, registration history listings, instructor courses taught listing and instructor rosters.
- ECTableClass - styles used for Enrollment Cart listings.
In each INI setting, two classes can be listed. The first will be applied to the entire table; the second will be applied to alternating rows.
The default awStyles.css style sheet contains two classes called awTable and awAltRow that will be used for most ACEweb-generated tables. The ecTable and ecAltRow classes will be used for the Enrollment Cart tables. These classes may be customized to reflect your own color scheme.