Roles of a Webmaster

 

These attributes will only work for MSNTV. If computer users would like to see what gradcolor and gradangle can do, then download the MSNTV Viewer to experience these beautifully artistic MSNTV only attributes.

To the left, you can see (MSNTV only) just what gradcolor and gradangle attributes can accomplish. Combined with another MSNTV only attribute of "transparency", you can design very eye appealing designs with your tables.

There have been many complex, artistic designs created with these few simple attributes. One such site is, Table Artist Guild , check it out sometime and see what can be done using tables, gradcolors, gradangle, and transparency. The gradcolor table used in the vertical sample on this page was created by the Table Artist Guild, it was slightly modified by me.

Below is the Html code for the vertical gradcolor table above (left). Copy and paste it to your Html document and experiment with these gradcolor and gradangle attributes, the possibilities are endless. With imagination and a good knowledge of how gradcolors, gradangle, transparency and tables work, you too can create artistic tables that will capture your viewer's eye.

<table border="0" cellspacing="0" cellpadding="0">
<tr><td align="center" bgcolor="#000000">

<table border="0" cellspacing="0" cellpadding="0">
<tr><td bgcolor="#000011" gradcolor="#00ffff" gradangle="90" transparency="60" width="15" height="200">
</td><td bgcolor="#000011" gradcolor="#00ffff" gradangle="-90" transparency="60" width="15" height="200">
</td></tr></table>

</td><td align="center" bgcolor="#000000">

<table border="0" cellspacing="0" cellpadding="0">
<tr><td bgcolor="#000011" gradcolor="#90ee90" gradangle="90" transparency="40" width="20" height="200">
</td><td bgcolor="#000011" gradcolor="#90ee90" gradangle="-90" transparency="40" width="20" height="200">
</td></tr></table>

</td></tr></table>

Below is the Html code for the gradcolor horizontal bar shown in the above sample. Copy and paste the code, then edit to suit your needs.

<table border="0" cellspacing="0" cellpadding="0" bgcolor="#000000">
<tr><td bgcolor="#000011" gradcolor="#00ffff" gradangle="90" transparency="30" width="200" height="20">
</td><td bgcolor="#000011" gradcolor="#00ffff" gradangle="-90" transparency="30" width="200" height="20">
</td></tr></table>