Paul Smith wrote:
On 1/10/06, Paul A. Rubin <[EMAIL PROTECTED]> wrote:
The way to add a left border to only one cell is to flag the cell as
multicolumn (even though it occupies only one column) and then add the
border. This should work ok in general. I don't know if it works when
the cell is the upper left corner of your table. Specifically, I don't
know if the added LaTeX argument then applies only to that cell, or
what. I suppose experimentation will tell.
Apparently, multicolumn does not provide a solution if one wants two
left bordered cells.
I'm not sure what you mean here. One above the other? It should work
(I think) if you make each of them multicolumn.
An example is attached: it gives an error when you compile it.
you cannot use \rowcolor inside a multicolumn.
Use \cellcolor
Herbert