Webhelp glossary tooltips appear with line breaks
Posted: Fri Apr 08, 2016 2:56 am
Hello. For the tooltips that appear over <abbreviated-form> elements in HTML output, it appears that the line breaks that appear in are preserved. This means that the tooltips look very scrambled. Is there any way to fix this?
Here is an example input:
Will end up looking like this in output:
However, we'd ultimately like the tooltip to look like this:
Thanks for your help.
Take care,
- Nick
Code: Select all
<glossdef>
Here is an example input:
Code: Select all
<glossdef>A standard for
describing a sound system with front, surround, and overhead channels. The first
numeral represents the number of front channels, the second represents the number of surround
channels, and
the third represents the number of height channels. For example, 3/2/2
indicates that there are three front channels, two surround channels, and two height
channels.</glossdef>
Code: Select all
A standard for
describing a sound system with front, surround, and overhead channels. The first
numeral represents the number of front channels, the second represents the number of surround
channels, and
the third represents the number of height channels. For example, 3/2/2
indicates that there are three front channels, two surround channels, and two height
channels.
However, we'd ultimately like the tooltip to look like this:
Code: Select all
A standard for describing a sound system with front, surround, and overhead channels. The first numeral represents the number of front channels, the second represents the number of surround channels, and the third represents the number of height channels. For example, 3/2/2 indicates that there are three front channels, two surround channels, and two height channels.
Take care,
- Nick