Nick Very Senior Member
      
 
 ![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg)  Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:  
  pmwww | | "Fixed" Background (29th Nov 07 at 12:02am UTC) |  |  Will "Fixed" Backgrounds be implemented?
  It would make the forum look better when the wallpaper is not repeating.
  ~Darkmage |  |
 
  | 
Ross Administrator
      
 
 ![[Avatar]](http://uploads.virtualforums.co.uk/forums/pokemon/vforums-qr1.png)  Posts: 3,709 Status: Offline Gender: Male Age: 9 1⁄4 Joined:  
  Additional Groups:  Support Team
    
 
 
  pmwwwgtalkvForum | | Re: "Fixed" Background (29th Nov 07 at 12:20am UTC) |  |    Will "Fixed" Backgrounds be implemented?
  It would make the forum look better when the wallpaper is not repeating.
  ~Darkmage 
  At this very moment, it's unlikely any changes will be happening to the options found on the modify colors page. Although that is an area I have some ideas for to give it a total revamp. However, it's easy to accomplish the fixed background with just a line or two of CSS in your Global Header:
  <style type="text/css"> <!-- body { background-attachment: fixed; } --> </style> |  |
 
  |  
  | 
Nick Very Senior Member
      
 
 ![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg)  Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:  
  pmwww | | Re: "Fixed" Background (29th Nov 07 at 12:22am UTC) |  |  ok thanks, I did use this 
 
  <body background="" bgproperties="fixed">
  But it did not work. |  |
 
  | 
Ross Administrator
      
 
 ![[Avatar]](http://uploads.virtualforums.co.uk/forums/pokemon/vforums-qr1.png)  Posts: 3,709 Status: Offline Gender: Male Age: 9 1⁄4 Joined:  
  Additional Groups:  Support Team
    
 
 
  pmwwwgtalkvForum | | Re: "Fixed" Background (29th Nov 07 at 12:42am UTC) |  |  | All web pages should only have 1 <body> tag. Since the source code already adds a body tag of its own, a second <body> tag would just cause problems. |  |
 
  |  
  | 
Nick Very Senior Member
      
 
 ![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg)  Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:  
  pmwww | | Re: "Fixed" Background (29th Nov 07 at 1:24am UTC) |  |  | oh ok, I see. |  |
 
  |