You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to specify that a specific cell have a border?
Use case: I have a table with two header rows, and the first header row has a cell that spans two cells. I'd like to put a border/rule just below the cell spanning two columns. Something that would look like this:
For HTML output, it's sufficient just to put []{colspan=2 style="border-bottom: 1px"} at the beginning of the list item for the cell. But for latex, it gets stripped since it doesn't support CSS.
Is there any way to accomplish this?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
Is there a way to specify that a specific cell have a border?
Use case: I have a table with two header rows, and the first header row has a cell that spans two cells. I'd like to put a border/rule just below the cell spanning two columns. Something that would look like this:
For HTML output, it's sufficient just to put
[]{colspan=2 style="border-bottom: 1px"}
at the beginning of the list item for the cell. But for latex, it gets stripped since it doesn't support CSS.Is there any way to accomplish this?
Thanks!
The text was updated successfully, but these errors were encountered: