I have a text only question (no response requested, just intro text presented) for which I want to allow hover over a specific word to bring up additional text. I found the code to use in these forums (below) but it seems to have a character limit as it doesn’t show all the text. It may be better for me to save the hover text as a graphic and instead have the graphic pop up in hover. Is this possible? Or maybe there is a way to change the # characters in the hover text. I think the graphic option is better though so I can visually break up the text and bold where needed.
Additionally, when I use the hover html code below, it is placing the word I am hovering over on its own line rather than keeping it in the same paragraph stream. See attached picture - the text I want to hover over is simply the word ‘here’ and it is forced onto its own line rather than keeping within the sentence.
<div title="This is hover-over information">Hover over this text</div>


