spacer

Webref WebRef   Sitemap · Experts · Tools · Services · Newsletters · About i.com

home / web / dev / webtv / tables

Tables

Developer News
HP to Microsoft: Thanks for Nothing
iPhone Remains Left Out as Android Scores Flash
The Year of Living the OpenSocial

Tables in the television environment have space limitations. It is best not to use tables consisting of more than 2 columns, and be sure they will display correctly within 544 pixels. Tables (and cells) may incorporate background colors or images, but you can’t specify the number of columns. To make a table transparent (so the background shows through), use the WebTV specific attribute "transparency=x" within the <TABLE> tag. Example:

<TABLE TRANSPARENCY=50>...</TABLE>

Transparency may be set from a value of 0 (fully opaque - the default) to 100 (fully transparent). WebTV optimizes the rendering of transparencies set to 50, so that is a good benchmark. Transparency is also a valid attribute for cells in the WebTV environment.

WebTV has developed a unique feature for tables that can be applied to entire table structures, or individual cells. This makes it possible to create the effect of a gradient angle (90 +/-) for a table or cell.

The syntax for this feature is:

<TABLE GRADANGLE="value">...</TABLE>

Or,

<TD GRADANGLE="value">...</TD>

Colors used in the gradient are controlled by the GRADCOLOR="value" attribute, and may employ hexadecimal or color names. This attribute must be used in conjunction with the BGCOLOR attribute. Examples:

<TABLE BGCOLOR="value" GRADCOLOR="value">...</TABLE>

<TD BGCOLOR="value" GRADCOLOR="value">...</TD>

http://www.internet.com

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

webref The latest from WebReference.com Browse >
Administering RBAC in PHP 5 CMS Framework · xref: Automatic Cross Referencing Script · Book Review: Content Rich
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Building Command Line Utilities with Python · fring Brings Mobility to Junction Networks' OnSIP · Another Big Win for Wi-Fi Positioning


All Rights Reserved. Legal Notices.
Created: Jan. 1, 1997
Revised: Jan. 9, 1997

URL: http://www.webreference.com/dev/webtv/tables.html