DITA and XMetaL Discussion
XMetaL Community Forum › DITA and XMetaL Discussion › Table output in Web Help
-
leena February 7, 2014 at 3:56 am
Table output in Web Help
February 7, 2014 at 3:56 amParticipants 0Replies 1Last Activity 9 years agoHi
Would like to customise the table output for Web Help. Though m able to provide row border and table border as 1px solid black…m not able to do the same for column.
Can someone let me know how to go about this.Thanks in advance,
Leena.Derek Read February 7, 2014 at 9:45 pm
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-onlyIf 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.
-
AuthorPosts
- You must be logged in to reply to this topic.