My website woes

  • Thread starter Thread starter superhodge
  • 4 comments
  • 511 views
Messages
155
Having a little trouble with my website http://myweb.tiscali.co.uk/superhodge
On some screens it looks fine but on bigger ones the background starts to tile (like if you set your desktop background on tile and it dosent fit the screen).
I used ms front page to maje the site.
Please tell me what could be wrong
 
Won't setting it as the background img just make it tile as well?

Just divide that big image into separate images, so you can place them at specific coordinates.
 
Code:
body { background: url(images/Index.gif) 0 0 no-repeat; }
 
Back