Skip to main content
Inspiring
December 28, 2007
Question

Creating Hotspots: How Do I Insert Raw HTML?

  • December 28, 2007
  • 4 replies
  • 493 views

I'm trying to create hotspots for most (if not all) of my procedure titles. The hotspots work fine, but the hotspot text (drop-down Text Editor) can't be written in raw HTML. Is there a workaround? If not, is there a way for me to apply hotspots to specific HTML tags?
    This topic is closed to new replies. Start a new post to keep the conversation going.

    4 replies

    Peter Grainge
    Community Expert
    Community Expert
    December 28, 2007
    The content of the dropdowns appears immediately below the body tag for the page. You should be able to locate the dropdown there and work in html via the true code / html view of the topic.

    Is there a reason you need to do this via the html rather than WYSIWYG?

    Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
    MergeThis
    Inspiring
    December 28, 2007
    Actually, besides what Peter said, the content of your hotspot is at the top of the body area, but note that RH has assigned an ID to that content. That ID is called where your popup link has been placed in the topic.

    When editing the HTML in TrueCode mode, always be careful not to mix up those numbers if you have multiple hotspots in the same topic.


    Good luck,
    Leon
    Inspiring
    January 4, 2008
    I can totally see how I could confuse the IDs as the location of the drop-down text is in a very strange location in the html. Also, I have multiple drop-down hotspots in the same topic. Thank you for the warning!