My Space Proxy

Ultimate Web Space Tools for any Skill Level

Is there html that forces the web browser to open to a specific size so that there isn't a lot of space around


I have a flash program that is only 150×150…but my browser opens it to a full page, so it is lying there in the middle of this huge page…how do I force the page to open to a maximum size of 150×150? Is there html or just properties found in teh yahoo PageBuilder?

you can use this script below but i think you would be better off using a popup for that. use this tool to make the popup html http://www.htmlbasix.com/popup.shtml

<script type="text/css">
<!–
window.resizeTo 150,150;
window.moveTo 0,0;
//–>
</script>



One Response to “Is there html that forces the web browser to open to a specific size so that there isn't a lot of space around”

  1. dwightl.geo Says:

    you can use this script below but i think you would be better off using a popup for that. use this tool to make the popup html http://www.htmlbasix.com/popup.shtml

    <script type="text/css">
    <!–
    window.resizeTo 150,150;
    window.moveTo 0,0;
    //–>
    </script>
    References :

Leave a Reply