Hi all, Is anybody else having problems with HTML controls on the colour C-Touch? I have a couple of local HTML files as part of my project that simply have <img> tags that point to other web site images. My problem is that they work on the C-Touch when it is restarted or a Project is uploaded, but after 10 miutes or so I either get the red X (as in HTML image unavailable) or a white box with nothing rendered. It's not a internet connectivity problem because I can run the same code on my laptop at the same time and it works, and if I restart C-Touch it starts to work again. Any ideas ? Thanks. [B]HTML Code example:[/B] [I]<body style="border: 0; padding: 0 0 0 0; margin: 0 0 0 0; overflow: hidden;"> <img src="[URL]http://data.theweather.com.au/access/imageserver.jsp?image=radar/rad050.latest.jpg[/URL]" width="100%" border="0" /> </body>[/I]