7.1

Table Of Contents
The edit Web Design page
These values are retrieved from the PrintShop Mail Web database and or calculated based on these values. You can set these
values per company in the companies Web Design page. The first few lines of the Style.php document are as follows:
<?php include_once "../../functions/skin_customization.php" ?>
*
{
margin:0;
padding:0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address
{
margin: 0;
}
li,dd
{
margin-left:1em;
}
generateSkinContrastColor
The generateSkinContrastColor function retrieves the contrast color information set in the Edit Web Design page of the Print-
Shop Mail Web site. In the default skin this color is used for the menu bar items, table subheads and table footers. Below an
example on how this color can be set using this function:
#tableOverview .subhead td {
background-color: <? generateSkinContrastColor(); ?>;
©2010 Objectif Lune Inc - 242 -