|
THIS IS THE CODE COLUMN |
THIS IS THE RESULTS COLUMN |
DESCRIPTION: This is a triple table demonstrating the multicolor borders atainable by the table attributes; bordercolordark, and bordercolorlight. |
<table align="center" width="40%" bgcolor="#FFE4C4" border="10" bordercolordark="#838b8b" bordercolorlight="#cd3333" cellspacing="0" cellpadding="0"> <td align="center">
<table align="center" width="40%" bgcolor="#FFE4C4" border="10" bordercolordark="#cdaa7d" bordercolorlight="#0000ff"> <td align="center"> <table align="center" width="40%" bgcolor="#ffffff" border="10" bordercolordark="#006400" bordercolorlight="#20b2aa"></td> <td align="center"><img src="web/horse-white-right.gif"><img src="web/horse-white-left.gif"><BR><font color="#000000" size="1">horse high salute</font></td></table></td></tr></table></td></tr></table> |
horse high salute | | | |
DESCRIPTION: DESCRIPTION; Although it looks pretty there's more here than meets the eye. The links provide a lengthy description by virtue of the "title" attribute. Point to the link to read it's description. |
<table align="center" bgcolor="#000000" width="100%" border="3" title="This table contains links to tables page 1 and also to my homepage main index. You may write several lines to describe your links." <tr> <td colspan="3" align="left" height="50" valign="bottom" bgcolor="#000000" background="web/sport-L.gif"><font color="#FFFFFF"></font></td></tr> <tr> <td align="center" bgcolor="#00ffff"><font size=1em><A HREF="tutor-tables.htm">LINK TO TABLES PAGE 1</A></font> <td align="center" bgcolor="#00ffff"><font size=1em><A HREF="index.htm">LINK MY HOME PAGE</A></font></td></tr> </font> </table> |
|
DESCRIPTION: Superimposing two images using a table. |
<table align="center" background="web/flower.drip.gif" border="5" bordercolor="#0000ff"> <tr><td align="left" width="200"> <img src="web/butfly18.gif" width="80" height="200" align=right> <BR></td></tr></table> |
|
DESCRIPTION |
CODE |
RESULT |