2007-12-16
HTML to CSS: Remove the gaps between cells (cellpadding, cellspacing)
border-collapse: collapse;
If you want to remove all cell padding from all tables on a page, do this:
table {
border-collapse: collapse;
}
There are only br, font, span, p, strong, u, p, blockquote, a, div, img - tags allowed here, other tags will be removed
Search in blogs:
comments: