Zoom a web page

Discussion in 'C-Touch/HomeGate/SchedulePlus/PICED Software' started by Trevor, Dec 15, 2018.

  1. Trevor

    Trevor

    Joined:
    Nov 22, 2018
    Messages:
    373
    Likes Received:
    27
    Location:
    Melbourne Victoria
    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 - www.abc.com.au/news. 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>
    
     
    Trevor, Dec 15, 2018
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.