Hi, I asked this before but nobody helped me, I am making a forum for someone, they want an ad in the header... I put it there but it doesn't work in IE... This is my CSS for it: div.bannerpadding { border: 0px solid; padding-top: 0px; padding-bottom: 0px; padding-left: 0em; padding-right: 1em; } HTML: This is the PHP: <div class="bannerpadding"><a href="/viewforum.php?f=1"<img src="templates/Jet/images/logo_right.gif" width="468" height="60" alt="" /></a></div></td> HTML: Can anyone tell me how to get it compatible with all browsers? Thanks.
2 notes: 1. This is not PHP related and that code is HTML 2. <a tag is not closed it sould be <a href="">