Skip to main content
Participating Frequently
April 9, 2013
Question

new help topic - live web page

  • April 9, 2013
  • 1 reply
  • 539 views

how do I make a new help topic be a live web page? I just want the live page to display in the chm window. Any help is appreciated. thanks.

This topic has been closed for replies.

1 reply

Participating Frequently
April 9, 2013

I actually did this from the HTML View by adding:

<object data="http://pages.alteryx.com/rs/alteryx/images/StartPage.html"

                     width="800" height="800">

<embed src=http://pages.alteryx.com/rs/alteryx/images/StartPage.html width="600" height="400"> </embed> Error: You are not connected to the internet. </object>

But is there a better way to do this?