Table Tags - Polycom SIP 2.2.0 Developer's Manual

Sip 2.2.0 web application
Hide thumbs Also See for SIP 2.2.0:
Table of Contents

Advertisement

Table Tags

Note
The following table tags are supported:
<table>—Defines a table
<tr>—Defines a table row
<td>—Defines a table cell
<tbody>—Defines a table body
XHTML tables must be properly formatted (should include <tbody> and </tbody>
tags).
<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:
Attribute
Value/s
align
Left
center
right
border
Pixels (number, EX: "30" )
cellpaddin
Pixels (number, EX: "30" )
g
%
cellspacin
Pixels (number, EX: "30" )
g
%
width
%
Pixels (number, EX: "30" )
Application Development
Description
Aligns the table. Deprecated. Use
styles instead.
Specifies the border width.
Tip: Set border="0" to display
tables with no borders!
Specifies the space between the
cell walls and contents
Specifies the space between cells.
Specifies the width of the table
2 - 7

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the SIP 2.2.0 and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Table of Contents