Polycom 1725-17693-210 Rev. A User Manual

Page of 36
 Application Development
2 - 7
Table Tags
The following table tags are supported:
—Defines a table row
—Defines a table cell
<table>
The <table> tag defines a table. Inside a <table> tag you can put table headers, 
table rows, table cells, and other tables.
The following attributes are supported:
Note
XHTML tables must be properly formatted (should include <tbody> and </tbody> 
tags).
Attribute
Value/s
Description
align Left
center
right
Aligns the table. Deprecated. Use 
styles instead.
border 
Pixels (number, EX: “30” )
Specifies the border width.
Tip: Set border="0" to display 
tables with no borders!
cellpaddin
g
Pixels (number, EX: “30” )
%
Specifies the space between the 
cell walls and contents 
cellspacin
Pixels (number, EX: “30” )
%
Specifies the space between cells.
width %
Pixels (number, EX: “30” )
Specifies the width of the table