This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Custom HTML object displays blank iframe

I am not a HTML programmer and just copying code from others - so pardon my ignorance.

I am trying to add a Custom HTML object to a Orion NPM View to return some news, or really any other external website.

Here is the code I added to the Custom HTML object:

<iframe src ="">http://www.google.com" width="100%" height="300">

Which in theory should draw an iframe and display google.com in it for testing purposes.  But all it does is display the iframe with blank content.  I am running NPM 10.2.2.

What am I doing wrong?

TIA! - Josh