View Single Post
Old
  (#4)
elstatec is Offline
Colonel
 
elstatec's Avatar
 
Posts: 9,369
Join Date: Jun 2003
Location: United States of England
   
Default 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]


  
Reply With Quote