Thread: HTML help
View Single Post
Old 2008-07-29, 12:47 PM   #11
virgohippy
Madness is like gravity. All it takes is a little... push.
 
virgohippy's Avatar
 
Join Date: Feb 2006
Location: California
Posts: 1,679
The problem is in your CSS style sheet.

Add "background-position:center;" to the body tag. Should look like this:

Code:
body {
	background-image:url('bg.jpg');
	background-position:center;
}
__________________
~Warm and Fuzzy.
virgohippy is offline   Reply With Quote