|
Posted by J.O. Aho on 01/12/07 11:58
akh2103@gmail.com wrote:
> 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;"
--
//Aho
Navigation:
[Reply to this message]
|