Hi everyone. When i preview the site in firefox, the footerguide is aligned correctly - to the right. However in internet explorer it moves further left and is more centralised. No idea how this came about, i have tried adding tables, changing widths, but to no avail. I'v attached the code for the top 2 tables and also some screenshots of the problem. Hopefully someone can come up with a solution!
Code:
<table width="91%" height="85" border="0" align="center" cellpadding="0" background="bannerbackground.jpg"> <tr> <th height="81" scope="col"><div align="left"><img src="logo1.jpg" width="489" height="81" align="top"></div></th> </tr> </table> <table width="91%" height="34" border="0" align="center" background="middlebarbackground.gif"> <tr> <th width="175" scope="col"><div align="left">NETQUOTEVAR:SIMPLESEARCH</div></th> <th width="525" align="right" scope="col"><div align="right">NETQUOTEVAR:FOOTERGUIDE</div></th> </tr> </table>
Comment