Guest Posted February 9, 2008 Posted February 9, 2008 I have implemented the centering store code in the stylesheet file and want to make an image the background for the body tag. Is this possible, if yes what is code. Currently looks like this: BODY { text-align: center; background: #ffffff; color: #000000; margin: 0px; } .fixcenter { width: 758px; border: solid; border-width: 1px; background: #ffffff; color: #000000; margin: auto; margin-top: 20px; text-align: left; } Thanks for support. Shelley
Guest Posted February 9, 2008 Posted February 9, 2008 Just tried this, but to no avail. What am I missing? :huh: BODY { text-align: center; background-image: images/backgrounds/BGTile.gif; color: #000000; margin: 0px; } Thanks Shelley
Guest Posted February 9, 2008 Posted February 9, 2008 Silly syntax: Hee hee all fixed. Thank god for forum. Poopee for how much I had to read to find it. BUT, still thank god, BODY { text-align: center; background-image: url(images/backgrounds/BGTile.gif); background-repeat: repeat; color: #000000; margin: 0px; } Thanks Shelley
Recommended Posts
Archived
This topic is now archived and is closed to further replies.