Verticle line question

P

Paul M

Hi
I have a teble and I would like to add a verticle 1 pix line down the left
hand side, how do I do that?
I know that it can be done with layout cells but I dont want to be tide
down to fixed table widths
best wishes
Paul M
 
P

Paul M

Hi Dan Where do I put the code.I tried to insert it but it ripped my table
apart
here is the table code
<table width="100%">
<tr>
<td>&nbsp;</td>
</tr>
</table>

Paul M
 
T

Tom J

<table width="100%">
<tr><table frame="lhs">
<td>&nbsp;</td>
</tr>
</table>

Worked for me!!
Tom J
 
Top