Page Colors
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.- If you aren't familiar with Cascading Style Sheets, you can find several primers or tutorials on the Web, or you can pick up a book on the subject at most any bookstore. CSS basics are easy to learn.
- The color tags return a six-digit hex value, they also include the pound sign (#) in front of the value.

