2.2

PrintShop Web Skinning Guide | 29
Background
The <body> tag has two attributes to specify backgrounds. The background can be a color and/or an
image. These attributes can be added directly in the Template.php file (bgcolor and background) or to
the Style.php file.
Adding a background image
Background-images can be used in most HTML elements - not just for the whole page (body) and can
be used for simple but effective results, such as rounded corners. Example:
body {
background-image: url("images/main-bg.gif");
}