View Full Version : Hello! Remember me?


jacob502
03-25-2003, 03:20 PM
Remember me? It's been sooo long since I've been here, but it seemed like life caught up with me. Well, I'm back again, and I need help :)

I have a background, but I don't want it to be tiled.. I'd like it to stay in the center. Is there a way I can do this without using CSS? Maybe with just the background code?

Thanks!!
Jacob

metallibluegurl
03-25-2003, 10:38 PM
body
{background-repeat:no-repeat;
background-position:center center;}


i dunno i'm just tryin 2 help...dunno what i'm doin so yeah

epolady
03-25-2003, 10:47 PM
There isn't a way to do it without CSS unless someone knows something I don't.

You can eliminate the CSS in the <head> by doing something like

<body style="background-image: url(image.gif); background-repeat: no-repeat; background-position: center center;">