Change table spacing via CSS

Control the cellspacing and cellpadding with CSS (works in IE too!)
CSS


table {
	border-collapse:collapse;
}
th, td {
	padding:0;
}

Written by Frank Joseph Brefere III

Posted by fbrefere001 on Friday March 27, 2009