Hi,
I need to create a table that displays only the right hand side of the table border that will be one pixel in width.
I assume this is done with CSS, as I have the following code to customise a table:
<table summary="" class="bodyl">
.....
And the CSS is:
.bodyl{background: #f7f8fc;color:#000000;border: 1px solid #000000 }
I have tried inserting code to make only the right border appear but cant get the syntax right.
If I insert the following table tag instead of using CSS:
<table summary="" border="1" width="500" bordercolor="#66CC33" bgcolor="#FFFFFF" frame="rhs">
<tr>
<td>
</td>
</tr>
</table>
the code wont appear correctly, as the border is too thick.
Can anyone help?
I need to create a table that displays only the right hand side of the table border that will be one pixel in width.
I assume this is done with CSS, as I have the following code to customise a table:
<table summary="" class="bodyl">
.....
And the CSS is:
.bodyl{background: #f7f8fc;color:#000000;border: 1px solid #000000 }
I have tried inserting code to make only the right border appear but cant get the syntax right.
If I insert the following table tag instead of using CSS:
<table summary="" border="1" width="500" bordercolor="#66CC33" bgcolor="#FFFFFF" frame="rhs">
<tr>
<td>
</td>
</tr>
</table>
the code wont appear correctly, as the border is too thick.
Can anyone help?