Home › Forums › DITA and XMetaL Discussion › Table output in Web Help › Reply To: Table output in Web Help
Reply to: Table output in Web Help
February 7, 2014 at 9:45 pmPerhaps what you are looking for is something like this?
http://stackoverflow.com/questions/3313456/css-borders-between-table-columns-only
If not then I think we need more information describing exactly what you want your tables to look like.
Note: The DITA OT does not output colgroup or col elements in its tables for HTML outputs, so columns are not directly addressable via CSS. If you need those then you would be looking at making modifications to the XSLT that the DITA OT uses to generate HTML tables. I don't know how widely supported those HTML elements are in browsers though, or the support for rendering CSS properties related to those elements, so you may want to investigate that before considering this route.