I'd like to have a background image on the index page of
my site. I've tried adding this:
Code: Select all
<body background="[image]" style="background-repeat: no-repeat" bgcolor="#ffffff">
to the index.html file, and voilà, there's the background image. So far so good. However, it's aligned top left, and I'd like it aligned center. Which I can't figure out how to do. When I add:
Code: Select all
<body background="[image]" style="background-align: center; background-repeat: no-repeat" bgcolor="#ffffff">
or anything of the sort, the image stubbornly remains aligned top left.
I don't get it. I've googled for info, but found fuckall on this particular subject.
So. Can anyone tell me what code I need to make a background image center aligned? Pretty please with sugar on top.
Edit: Solved!