Hi All, Just playing around with my Piced setup and I'm trying to add a Web page. I can do this and get to the web site ok, it's the ABC news site - [URL="http://www.abc.com.au/news"]www.abc.com.au/news[/URL]. All ok up to here, but when it's displayed it is way too big for the window. Is there a way to change the zoom level to adjust the page correctly either using Piced logic or via a seperate html file loaded to do it - similar to the way the weather wizard works - see weather wizard html code below. [CODE]<HTML> <STYLE TYPE="text/css"> body { overflow:hidden; margin:0; border:0; padding:0; } </STYLE> <script type="text/javascript" src="http://www.weatherzone.com.au/woys/graphic_forecast.jsp?postcode=3000"> </script> <a href="http://www.weatherzone.com.au"></a> </HTML> [/CODE]