
05-09-2004, 10:15 AM
dont use that one, use this css style, allows you to control where the background image is and also lets you fix it, allows you to not repeat it if you want etc. any probs aim me. just insert into the head.
[quote:a020a]<style type="text/css">
<!--
body {
background-image: url(../sgs/back.jpg)!important;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
background-position: 0% 0% !important;
background-color: #FFFFFF !important;
}
-->
</style>[/quote:a020a]
|