rulesrules*
*Contents  *Index  *Topic Contents
*Previous Topic: rowSpan
*Next Topic: screenX

rules

Description

Specifies which dividing lines are displayed (inner borders).

Syntax

object.rules[ = rules]

Settings

This read-write property takes one of these string values:

all Displays a border on all rows and columns.
cols Displays borders between all table columns.
groups Displays horizontal borders between all table groups. Groups are specified by the THEAD, TBODY, TFOOT, and COLGROUP elements.
none Removes all interior table borders.
rows Displays horizontal borders between all table rows.

The property is not set by default.

Applies To

TABLE, stylesheet

See Also

frame


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.