squid
02-28-2004, 08:31 AM
how do I get it to center? it seems that it aligns to the left then becomes a second backround going to the right. =/
|
View Full Version : um...fixed backround alignment.... squid 02-28-2004, 08:31 AM how do I get it to center? it seems that it aligns to the left then becomes a second backround going to the right. =/ bourdelson 02-28-2004, 02:51 PM body{background:url(http://www.yoururlhere.com/picture.ext) background-repeat:norepeat; background-position:center;} Put that in your style sheet and it should stop your background from repeating, and it will center the image. kittycat 02-28-2004, 03:22 PM A few errors in your code there.. body{background:url(http://www.yoururlhere.com/picture.ext); background-repeat:no-repeat; background-position:center;} bourdelson 02-28-2004, 03:30 PM Oops, haha. I knew something didn't look right when I got done with it, but couldn't figure out what it was. Thanks, kittycat. :D |