http://www.metsparadise.com Scroll all the way to the bottom until you see the twitter, facebook, and youtube widget. I am trying to Center the pictures but it just isn't working for me, I did include the html Center Code....her's the full code I used: Can someone tell me how to Center is completely?
there are 117 errors on that page which you're probably going to want to address. you're probably going to need to use CSS (margin-left:auto; margin-right:auto or you could use negative padding (padding-left:-20px) or margins (margin-left:-20px
So true. Debugging invalid markup is a waste of time. Make valid first. Um, padding may not be negative, so strike that idea. cheers, gary
Do this: #footer #copyright { color:#9AA1AB; font-size:14px; line-height:18px; margin-top:35px; text-align:center; width:520px; } Code (markup): But before you do anything else, fix your html markup errors. cheers, gary