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.
I have tried table { border-collapse:collapse; } but the resulting table height is not the same.