3 replies
  • WEB DESIGN
  • |
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
#html #tables
  • There has to be someone who can help me out here?
    Signature
    Financial Thing: Peer to Peer Lending Reviews
    Poker Tilt : The Dutch Boyd Story
    {{ DiscussionBoard.errors[1692683].message }}
    • Profile picture of the author osegoly
      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.
      {{ DiscussionBoard.errors[1693064].message }}

Trending Topics