7.0

Table Of Contents
4.6 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.
4.6.1 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");
}
Objectif Lune Inc. © 2010 27