Cascading Style Sheets/Tables

< Cascading Style Sheets

Displaying Tables

W3C Specification CSS2.1

The display property is extended with the following values by CSS2.1:

Adjacent borders of cells can be made one border thin using the border-collapse property, like "border-collapse:collapse;".

The spacing between the borders of cells can be set using the border-spacing property, since CSS2. The setting of the property has no effect if borders have been made look one border thin using "border-collapse:collapse;".

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.