Well, the total height is 90+45px of padding which = 135px, not 104.
You also have invalid "px" on the dimensions of your <img> tag and an unclosed <a> around the image itself.
You're using the <center> tag?? Really?? The easiest way to center an image like that is like this - create a class, apply it to the img tag:
Quote:
|
.imgBlock{display:block; margin: xx auto;}
|
Call the class whatever you like, but this easily centers any image w/o the need for that ugly, deprecated <center> tag.
Fix the errors, and see what happens.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|