For some reason, when I publish my project, it doesn’t display the HTML label, not even in the cloud editor, but if I run my project locally, it does. Could you please help me fix this?
I checked the code structure and everything seems to be correct.
The content of your HTML label embeds another webpage in an iframe. Since the parent webpage (the Shapespark scene) uses the HTTPS protocol, the embedded webpage have to use HTTPS too. Correct your URLs from http:// to https://.
By the way, the content of an HTML label should be an HTML snippet, not a full HTML document, so elements like <html>, <head>, <body> shouldn’t be used.