Verticle line question

  • Thread starter Thread starter Paul M
  • Start date Start date
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
 
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
 
<table width="100%">
<tr><table frame="lhs">
<td>&nbsp;</td>
</tr>
</table>

Worked for me!!
Tom J
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top