html / tables help

by 3 replies
4
Hi all..
I'm building this webpage for a client who only wants tables (no CSS boo!) and I cannot get this page to view correctly in Firefox but it looks fine in IE & Chrome.

www.broadstonemedia.com/offer

If I adjust it to look fine in FF then it looks incorrect in Chrome & IE..

Anyone has fix ideas? It's pretty simple code but I'm not a tables guy, only CSS.

Thanks in advance
#website design #html #tables
  • There has to be someone who can help me out here?
    • [1] reply
    • Try setting the cellpadding and cellspacing to 0 within the <table> tag. Also, try utilizing the border-collapse property.

      <table cellpadding=0 cellspacing=0 style="border-collapse:collapse;">...</table>

      I hope that works for you.
      • [1] reply

Next Topics on Trending Feed