Hi, easy question. I'm trying to include iframes in an HTML component (creating a 'world clock' ticker at the top of an app using the free timeanddate.com plug-ins):
<iframe src="https://free.timeanddate.com/clock/i8o7fy4b/n136/tluk/fn12/fc9acd05/tc0e2b36/pct"></iframe>
This works if I take just the url and put it in an iframe component, however I basically want to include a few of these in an HTML table.
Just doesn't seem to work in the HTML component. Are iframes blocked?
thx
Dominic