Help with HTML Background code?

James

New member
Trying to make a website, was going to just tile down the background but internet explorer doesn't like the code and I don't know how to get around it so I was just going to put the background as an image instead of a tile. Does anyone know the code to make a background image stay in the center with no tile, inside the <body> tag?

<body background="images/background_home.gif">

Trying to use no CSS since the alignment for my page goes into death when I use it for the background.

Help would be greatly appreciated!
 
check out this link, it goes through all the basics of setting up the various aspects of using a background... http://www.w3.org/TR/CSS2/colors.html
 
Back
Top