Page Colors

[-- PAGE.TextColor --]
[-- PAGE.BackgroundColor --]
[-- PAGE.LinkColor --]
[-- PAGE.ActiveLinkColor --]
[-- PAGE.VisitedLinkColor --]

Your template can use the colors selected by the merchant, or you can hard-code color values. The best way to define colors in your template is with a cascading style sheet. This example adds a simple embedded style sheet to the Required Tags example. The style sheet uses the colors defined by the merchant.

You may want to create one style sheet and use it in all of your page templates. The easiest way to do that is to make the style sheet a separate file and use an [-- INCLUDE --] tag in the section of each page. See the include file examples for more information.