Posted by Remy on 02/21/07 20:24
Obvious answer is that you could try something like this:
<table bordercolor=black border=2>
<tr bordercolor=green border=2>
<td>Some Text</td>
<td>More Text</td>
<td>This Text</td>
</tr>
<tr bordercolor=blue border=2>
<td>Longer Text goes here</td>
<td>Longer Text goes here</td>
<td>Longer Text goes here</td>
</tr>
</table>
depends how you want your table to look like. And I think adding the
border color to the tr element is actually not a good idea, but you
could add it to the td elements.
Then, everybody recommends css nowadays...
[Back to original message]
|