psychochick
05-11-2004, 10:26 PM
erm, I feel stupid :lol: how do you center the background image (I know this is possible, I just lost the code :P )
thanks in advance!
thanks in advance!
|
View Full Version : centering background image psychochick 05-11-2004, 10:26 PM erm, I feel stupid :lol: how do you center the background image (I know this is possible, I just lost the code :P ) thanks in advance! weird girl 05-11-2004, 10:33 PM Well you could try having a DIV or table with the desired background image and then centering it... salomeyasobko 05-11-2004, 10:33 PM try SEARCHING THE FORUM!! just kidding :lol: you can do it in CSS: <style type="text/css"> body { background-image: url(filename); background-repeat: no-repeat; background-position: top center; } </style> psychochick 05-11-2004, 10:35 PM thanks :D ! now off to work on my layout :P |