Hi guys,
Please visit my site and take a look at the side bar on the right there there are several banners within a table. The problem is I tried to figure out why the web browser wont show space between banners.
I have tried <br /> (see codes below) and <td> or <tr> height space &nsp. Still does not work. It looks fine on dreamweaver but does not work on chrome, IE, and firefox. So I wondering if you can help correct the following codes that I might overlooked:
Thank you!Code:<table width="250" border="0" cellspacing="0" cellpadding="0" bgcolor="#f0eddc" align="center"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="5" bgcolor="#373737"> <tr> <td align="center" style="font-family: Helvetica, sans-serif; font-size: 11px; color: #373737; line-height: 10px;"> <img src="http://www.tribulationsigns.com/usana/img/healthaa.jpg" width="248" height="70" alt="banner1" /> <br /> <img src="http://www.tribulationsigns.com/usana/img/resetbanner.png" width="248" height="70" alt="banner1" /> <br /> <img src="http://www.tribulationsigns.com/usana/img/diet.png" width="248" height="70" alt="banner1"> <br /> <img src="http://www.tribulationsigns.com/usana/img/sense.png" width="248" height="70" alt="banner1" /> <br /> <img src="http://www.tribulationsigns.com/usana/img/discount248x190.png" width="248" height="190" alt="banner1" /> <br /> <img src="http://www.tribulationsigns.com/usana/img/opp248x190.png" width="248" height="190" alt="banner1"> </td> </tr> </table> </td> </tr> </table> <!-- END OF sidebar Table -->


Reply With Quote

Bookmarks