Page Jumps Down for Image with Custom-sized Popup Hyperlink
Hi. I'm using RH 2020.8.34 on Win10.
I've created a topic where I'd like a table icon to display a table of information from a different topic when clicked. I've gotten it working by using an image with a custom-sized popup hyperlink. The code looks like this:
<a data-height="225" data-rhwidget="HyperlinkPopover" data-width="600" href="../../../Extracts/SIP_Identity_Information_By_Telephony_Provider.htm#SIPIDUser" title="SIP Identity Information by Telephony Provider"><img alt="SIP Identity User Table" src="../../../../assets/images/FUSTableIcon.png" title="SIP Identity User Table" /></a>In practice though, the page jumps down when the Table icon is clicked and it sometimes causes you to have to scroll to see all the information in the table (which seems to happen if the Table icon is near the end of a line).
What it looks like to start (the last step has the Table icon):

What it looks like after clicking the icon:

Notice how the page has jumped down so that the step that was at the bottom of the page is now at the top (and nearly not visible)?
I have three questions:
- Is there a way to stop the page from jumping down like that?
- How can I prevent the page from making you scroll sideways when a table is at the end of a line?
- Is there a better way to accomplish what I've done instead of images laced with hyperlinks?
