Click to See Complete Forum and Search --> : i need help with backgrounds please:)


naru
03-14-2005, 09:38 PM
yeah, i have a invisionfree forums site, i understand css and the whole colors thing, but i dont understand how to load a background... i have several saved, but i dont know what to do with them... please help :)

andyshep
03-15-2005, 07:06 AM
body {
width: 100px;
height: 100px;
background-image: url(images/bg.gif);
}

will load a bg image apply to any tag/ div
andy