<!-- Table code for a gradcolor barbell -->
<div align="center">
<table border="0" cellspacing="0" cellpadding="0">
<!-- 1st row -->
<tr>
<!-- top half of left end -->
<!-- the height will be set by the top half
of the middle bar & the space above it -->
<td width="45" rowspan="2"
bgcolor="#333333" gradcolor="#cccccc"
gradangle="0"> </td>
<!-- space between ends above middle -->
<!-- the width will be set in the 2nd row -->
<td height="30"> </td>
<!-- top half of right end -->
<!-- the height will be set by the top half
of the middle bar & the space above it -->
<td width="45" rowspan="2"
bgcolor="#333333" gradcolor="#cccccc"
gradangle="0"> </td>
</tr>
<!-- 2nd row -->
<tr>
<!-- top half of middle bar -->
<td height="10" width="200"
bgcolor="#333333" gradcolor="#cccccc"
gradangle="0"> </td>
</tr>
<!-- 3rd row -->
<tr>
<!-- bottom half of left end -->
<!-- the height will be set by the bottom half
of the middle bar & the space below it -->
<!-- the width was set in the 1st row -->
<td rowspan="2" gradangle="180"
bgcolor="#333333" gradcolor="#cccccc"> </td>
<!-- bottom half of middle bar -->
<!-- the width was set in the 2nd row -->
<td height="10"
bgcolor="#333333" gradcolor="#cccccc"
gradangle="180"> </td>
<!-- bottom half of right end -->
<!-- the height will be set by the bottom half
of the middle bar & the space below it -->
<!-- the width was set in the 1st row -->
<td rowspan="2" gradangle="180"
bgcolor="#333333" gradcolor="#cccccc"> </td>
</tr>
<!-- 4th row -->
<tr>
<!-- space between ends below middle -->
<!-- the width was set in the 2nd row -->
<td height="30"> </td>
</tr>
</table>
</div>
<!--
Back to Horizontal Gradcolors
Questions or comments?
Email me or
Visit html.help.gnubee (WebTV only)
~ Gnubee ~
-->