
I have very basic widget which display just a logo image, with a very, very simple code:
<body>
<center>
<img src="CanadaMapComunityLogo.png" alt="Canada Map Comunity Logo"/>
</center>
</body>
It works fine, and the browser shows it ok, but in 'Dev Mode' I see a never-ending busy indicator on the top.
The debugger console shows it as part of the html tag, but not part of the body tag!
Is this an indication that the widget is missing some scripts, declarations, etc?
(Is it another way to display this logo on an Operation Dashboard View? (Anywhere?))