Technical Communication Suite, RoboHelp HTML, WebHelp I'm importing a FrameMaker book into RH 7.02.
In any table cell where I have bolded a word, the output: 1) has a <span style> inserted around what was intended to be bolded but with inappropriate font-family, font-size, and font-weight. 2) has a <span style> inserted around the remainder of the content within the cell, with inappropriate font-family and font-size. I have tried to bold using the ctrl-b method and using a "bold" character tag with the same results. Example of output without attempting to bold: <p class=FM_CellBody>A Windows device represents any network workstation or server that runs a version of the Windows operating system. Example of output attempting to bold the words "General device": <p class=FM_CellBody>A <span style="font-family: 'Times New Roman'; font-weight: normal; font-size: 12.0pt;">General device</span><span style="font-family: 'Times New Roman'; font-weight: normal; font-size: 12.0pt;"> represents any network device that uses an operating system other than Windows, Unix, or Linux.</span> How can I bold words within a table cell without adding messed up code to my html? Thanks, Stan
