limiting <TBODY>'s line to only a few columns

A

akh2103

Hello--is there any way to limit the line drawn by <TBODY> to only some
but not all cells in a table. I am trying to break up a table into
several irregular rectangular sections, each with a border around it.

For instance, if I have a 10 x 10 table and I want a box around
(row2-row6/col1-col2) and a box around (row 7-row8/col 4- col 5), is
there any way to do this without having separate nested tables with
borders around them?

Thanks,
Abe
 
J

J.O. Aho

Hello--is there any way to limit the line drawn by <TBODY> to only some
but not all cells in a table. I am trying to break up a table into
several irregular rectangular sections, each with a border around it.

For instance, if I have a 10 x 10 table and I want a box around
(row2-row6/col1-col2) and a box around (row 7-row8/col 4- col 5), is
there any way to do this without having separate nested tables with
borders around them?

If you allow css/styles, then you can add the following to the tr/td tag.

style="border: 1px solid black;"
 

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

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top