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.
Printable View
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.