Log in

View Full Version : CSS Table Padding & Spacing



jdadwilson
03-06-2013, 09:24 PM
What is the CSS equivalent for <table border="0" cellpadding="0" cellspacing="0">?

I have tried table { border-collapse:collapse; } but the resulting table height is not the same.

Beverleyh
03-06-2013, 09:35 PM
http://www.quackit.com/css/css_cellspacing.cfm

Or

http://quirksmode.org/css/css2/tables.html