Table Heading Format for WebHelp - FM to RH
We are using Tech Comm Suite 4.0 (FM 11 and RH 10) on a Windows 7 platform.
I usually set up a RoboHelp project for online help, and then the writer responsible for it publishes to WebHelp from within FrameMaker, and just points to the RH project I create.
We are getting inexplicable results in the heading row of our tables in WebHelp output.
This is the style information in the published WebHelp for the heading row in a table:
<th style="width : 122.250pt; border-top-style: solid; border-top-width: 2px; border-top-color: #0066a8; border-right-style: solid; border-right-width: 1px; border-right-color: #0066a8; border-bottom-style: solid; border-bottom-width: 2px; border-bottom-color: #0066a8; vertical-align : top;padding-left: 6.00pt; padding-top: 3.00pt; padding-right: 6.00pt; padding-bottom: 3.00pt;">
We would like to put shading in the heading row for WebHelp (but not in PDF output, which is usually printed in black/white). So, in our custom style sheet, we have added the following line item:
p.th {
background-color: #ddeaff;
}
(I have omitted all of the irrelevant style information.)
We point RH to the custom style sheet when we set up the RH project. However, the published output seems to totally ignore this style information.
Does anyone have an idea as to why the WebHelp seems to be ignoring the style information we provide in our custom style sheet?
Thanks in advance,
Tim
