If you want to have borders around the individual rows, you could use the following Style properties:
<table border=0>
<tr>
<td>Row1</td>
</tr>
<tr>
<td>Row2</td>
</tr>
<tr>
<td style="border-style: solid; border-width: 1px; border-color: #000000;">Row3</td>
</tr>
<tr>
<td style="border-style: solid; border-width: 1px; border-color: #000000;"> Row4</td>
</tr>
<tr>
<td style="border-style: solid; border-width: 1px; border-color: #000000;">Row5</td>
</tr>
<tr>
<td style="border-style: solid; border-width: 1px; border-color: #000000;"> Row6</td>
</tr>
<tr>
<td style="border-style: solid; border-width: 1px; border-color: #000000;"> Row7</td>
</tr>
<tr>
<td style="border-style: solid; border-width: 1px; border-color: #000000;">Row8</td>
</tr>
<tr>
<td style="border-style: solid; border-width: 1px; border-color: #000000;">Row9</td>
</tr>
<tr>
<td style="border-style: solid; border-width: 1px; border-color: #000000;">Row10</td>
</tr>
</table>
Otherwise, if you only want to have a single border around rows 2-10, then you will have to use nested tables, as Todd
-----------------------------------------------
"The night sky over the planet Krikkit is the least interesting sight in the entire universe."
-Hitch Hiker's Guide To The Galaxy