2.1

PrintShop Web Skinning Guide | 39
The edit Web Design page
These values are retrieved from the PSW 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;
}