Tables

The Table element encloses a table grid. The cells may be separated by border lines, using the Border attribute. A number of pixels value may be applied, such as '3' pixels, and a value of '0' indicates no border and no space for a border (which is different from the effect of not including the attribute). Alternatively, the tag may simply include the word 'border', which can be considered the same as a border value of '1':

<TABLE>           no borders, space for them remains

<TABLE BORDER="0">  no borders, no space for them

<TABLE BORDER>    same as 'border=1' using 'dummy'

<TABLE BORDER="10"> very thick border lines
				

The space between cells can be adjusted. The Cellspacing attribute takes a numeric value that states how much space there is between ...

Get XSL companion, The now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.