Sams Teach Yourself CSS in 10 Minutes
Styling the <table> Element
Apply border-collapse: collapse to the <table> element to remove cellspacing as shown in Listing 14.10. Listing 14.10. CSS Code for Styling the <table> Element
caption { text-align: left; margin: 0 0 .5em 0; font-weight: bold; } table { border-collapse: collapse; }
|
Категории