TABLE 8.

Multicolored table and data cell borders. Not all browsers will displat effects.


horse pride left

horse pride right
Both tables [ left and right ] have a tripple border. Table "bordercolor" is unspecified for the table at left, but data cell "bordercolor" is. The multicolored borders at right are produced by the introduction of the attributes; bordercolordark="color" bordercolorlight="color". See codes below.


The html code for table at left.

<table align="left" width="200" bgcolor="#00008B" border="7"> <tr> <td align="center" bordercolor="#FF0000"> <table align="center" width="200" bgcolor="#6494ED" border="7"> <td align="center"> <table align="center" width="200" bgcolor="#000000" border="14"> <th align="center" bordercolor="#00FF00"><img src="web/horse-white-right.gif"><BR>horse pride left</th></</td></tr></table></td></tr></table></td></tr></table>

The html code for table at right.

<table align="right" width="200" bgcolor="#00008B" border="7" bordercolordark="#00FFFF" bordercolorlight="#ff6600"> <tr> <td align="center"> <table align="center" width="200" bgcolor="#6494ED" border="7" bordercolordark="#00ff00" bordercolorlight="#0000ff"></td> <td align="center"> <table align="center" width="200" bgcolor="#000000" border="14" bordercolordark="#FFFF00" bordercolorlight="#000000"></td> <th align="center"><img src="web/horse-white-left.gif"><BR>horse pride right</th></td></tr></table></td></tr></table></td></tr></table>