|
Stylesheets work without any
effort on your part:
 Stylesheets are created by the web unit and stored on
the server.
 The template automatically attaches stylesheets to your
page. A stylesheet works hand in glove with its template;
it supports the type of document the template supports.
A definition: Values of the class attribute are referred to
as "classes."
e.g.. <tag class="class">content</tag>
 It takes less typing to call a class than it does to set up a deprecated font tag.
 Request new classes by contacting the web unit.
CSS stands for Cascading Style Sheets.
 The system of using stylesheets is often referred to as CSS.
 Stylesheets - or Cascading Style Sheets - are web documents that end in the extension .css.
 Stylesheets are said to cascade because each stylesheet or stylesheet-definition supersedes any stylesheet or definition above it (i.e., above it either in hierarchy or in location).
Stylesheets modify tags and create classes...
|