|
<!doctype html public
"-//W3C//DTD HTML 4.01
Transitional//EN"> <html> <head> <style
type="text/css"> a:link
{text-decoration:none;
font-family:verdana,arial,sans-serif,serif;
font-weight:normal; font-size: 12px;
color:#ffffcc;} a:visited
{text-decoration:none; font-weight:normal;
color:Red} a:hover { text-decoration:
underline; color:#ffffcc;} </style>
<title>Sample Triple Border
table</title> </head>
<body text="#ceac62"
bgcolor="#003300"> <img height=50
src="vspacer.gif" width=1
border=0>
<table border="2" align="center"
bordercolor="#ceac62" bgcolor="#33ff00"
cellpadding=20 cellspacing=0
width="85%"> <tr> <td><table
border="2" align="center" bordercolor="#ceac62"
bgcolor="#003300" cellpadding=20 cellspacing=0
width="100%"> <tr> <td><table
border="2" align="center" bordercolor="#ceac62"
bgcolor="#000000" cellpadding=30 cellspacing=0
width="100%"> <tr> <td> <table width="80%" align="center"> <tr> <td>
<p align="center"><img height=50
src="vspacer.gif" width=1
border=0></p> <p>Text
area</p>
</td></tr></table> </td></tr></table> </td></tr></table> </td></tr></table>
</body> </html>
|