PDA

View Full Version : Help Center Banner


PictureThis!
Apr-15-2007, 09:54 AM
I made a new banner and when I replaced the location of my old one, this one won't center. Any help from you guys?

richW
Apr-15-2007, 10:07 AM
Change this:

#my_banner {
height: 250px;
width: 1500px;
background: url(http://michellesphotos.smugmug.com/photos/143918123-M.jpg) no-repeat;
margin: 0AUTO;
display: none;
}


To this:

#my_banner {
height: 240px;
width: 600px;
background: url(http://michellesphotos.smugmug.com/photos/143918123-M.jpg) no-repeat;
margin: 0 auto;
display: none;
}

PictureThis!
Apr-15-2007, 10:33 AM
Thanks!!! That did the trick. I appreciate it! :)

richW
Apr-15-2007, 10:45 AM
Thanks!!! That did the trick. I appreciate it! :)Your Welcome....:thumb