View Single Post
  #13 (permalink)  
Old Apr 9th, 2007, 16:45
pa007 pa007 is offline
SuperMember

SuperMember
Join Date: May 2006
Location: North West, UK
Age: 22
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Website Display Size Problem?

That's what I thought. Remove this:

Code: Select all
 BACKGROUND="./assets/images/Cimg4306c.jpg"
from the <body> element and add this:

Code: Select all
style="background: url('bgimage.gif) top left no-repeat;"
in it's place. That should work (i hope so anyway), all you need to do is change that file name (and folder etc.) to the correct one.

Pete.
Reply With Quote