I need to center the middle logo on our header. www.peterickard.com
I tried everthing I could find & ended up padding the left side and putting this in my stylesheet:
#centerlogo {
float:left;
padding-right:1px;
padding-top:1px;}
#rightlogo {
float:right;
padding-right:1px;
padding-top:1px;}
Any suggestion will be greatly appericated!


Reply With Quote
