15 out of 26 rated this helpful - Rate this topic

Tables

This section describes Cascading Style Sheets (CSS) features related to table layout.

In this section

PropertyDescription

border-collapse

Indicates whether the row and cell borders of a table are joined in a single border or detached as in standard HTML.Indicates whether the row and cell borders of a table are joined in a single border or detached as in standard HTML.

border-spacing

Specifies the distance between the borders of adjoining cells in a table. Specifies the distance between the borders of adjoining cells in a table.

caption-side

Sets or retrieves where the caption of a table is located.

empty-cells

Determines whether to show or hide a cell without content.

table-layout

Sets or retrieves a string that indicates whether the table layout is fixed.

 

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.