Need help with table round corner
I have a nested table inside a main table that I want to give top radios corners for this nested table.
I am not a coder so would be great if someone give a outline instructon how to achieve this.
Below is the code:
<table style="text-align: center; border-collapse: collapse; width: 550px; margin-top: 20px; background-color: rgb(255, 0, 0);" width="" align="center">
<tbody>
<tr>
<td>
<table style="border-collapse: collapse; width: 450px; margin-top: 20px; background-color: rgb(255, 255, 255);" width="" align="center">
<tbody>
<tr>
<td style="text-align: center; "><br />
</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
Thanks in advance.
-
tnob -
Thanks - Reply
{{ DiscussionBoard.errors[11652271].message }} -
-
Mehdi Fracso -
Thanks - Reply
{{ DiscussionBoard.errors[11657496].message }} -