I am trying to implement a html element into my webpage. It works when loaded as an iFrame or when put in the body section of entire web apps html editor, but not in just the raw html element (without using the iframe)
I am wondering if someone could explain why this is and if it is possible to display this script without an iframe (works perfectly in jsfiddle)
@tim31 , below an example of a couple of elements in a Bubble html element. It seems to work well. What type of element are you trying to implement, can you show us the code?
Hi Tim, no problem. I dont see any element appearing on the page btw. However when I add your script to the HTML header of the page (see image below), I do see that there is a DIV added to the page (using the Chrome Developer tools, press F12), see the 2nd image. Is that what you expect?
Yes thats exactly whats expected. Just wondering why it does work in the page html header and not in the html element. I am wanting to customise the size and positioning and I believe that isn’t easily done in the page header?