spacer

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

home / web / dev / webtv / tables

Tables

Developer News
Microsoft Shows Off Silverlight 4, IE9 Plans
Metasploit Expands Vulnerability Test Framework
HyperCard Reborn?

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.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

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

webref The latest from WebReference.com Browse >
Rolling Out Your Own HTML Application Version Control · HTML 5: Client-side Storage · Working with Ajax Server Extensions
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Wi-Fi Product Watch, November 2009 · Chip Market Recovering From '08 Collapse · Low-Cost Tools to Kickstart Your New Business


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

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