vForums Support > Programming & Coding :: Code Requests & Support :: > Background problem

Background problem - Posted By RuhRoe (mezorro) on 12th Feb 08 at 1:31am
I didn't know if this goes in graphics or coding but how do i stop the bars from comming on the right and left side. Just to make them appear once. My website is http://mezgraphics.vforums.co.uk/

Re: Background problem - Posted By Marc (cr0w) on 12th Feb 08 at 1:49am
Add this in your global headers:

Code:
 
  1. <style type="text/css">
  2. <!--
  3. body{
  4. background-repeat: no-repeat;
  5. }
  6. //-->
  7. </style>