PDA

View Full Version : how do I center my banner?


JEphotography
Apr-24-2007, 02:10 PM
I can't figure out how to center align my banner...could someone clue me in?
Thanks
http://www.jephotography.net (http://www.jephotography.net/)

apiercy
Apr-24-2007, 05:12 PM
Sure :thumb

Change/add the bold in your CSS:
#my_banner {
width: 800px;
height: 222px;
margin: 0 auto;
background: url(http://jephotography.smugmug.com/photos/146650764-L.jpg) no-repeat;
text-align: center;
}

JEphotography
Apr-24-2007, 07:46 PM
Sure :thumb

Change/add the bold in your CSS:
#my_banner {
width: 800px;
height: 222px;
margin: 0 auto;
background: url(http://jephotography.smugmug.com/photos/146650764-L.jpg) no-repeat;
text-align: center;
}

thanks:clap Perfecto!

jephotography