Html question on borders
Hopefully this comes across right
Is there a tag to do below.
<table border=1>
<tr>
<td border=0 bgcolor=black>asdhajsd</td>
</tr>
</table>
I dont want the cell's to a have a border just the whole table. Or do I just have to put it inside another table?
Thanks
|