I have the following site, and the image at the top right is clipped. I have it in a css sheet as
#body {
margin-right: 2px;
background: url("graphics/picture.gif") no-repeat top right;
text-align: left;
height: inherit;
}
A template is then built on this style sheet, which the htm page is based on.
Thanks,
#body {
margin-right: 2px;
background: url("graphics/picture.gif") no-repeat top right;
text-align: left;
height: inherit;
}
A template is then built on this style sheet, which the htm page is based on.
Thanks,