Jul 29

CSS Tip: CSS Equivalent to CELLSPACING=0

Tag: css, webpmularien @ 11:12 am

Got this from an old post on css-d, and adapted it because it was bothering me that it was hard to find.

To simulate CELLSPACING=0, set this CSS on your table element:
border-spacing: 0px; border-collapse: collapse;

One Response to “CSS Tip: CSS Equivalent to CELLSPACING=0”

  1. CSS İpuçları 13 - CSS’de Cellspacing=”0″ nasıl yakalarız | Rasim Coşkun | Web Tasarım | Web Design says:

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>