- 1). Open your web publishing software program, and then open the file containing the web page to be modified.
- 2). Open the HTML code editing window of the file.
- 3). Locate the <head> element of the web page code.
- 4). Type the following code into the <head> element:
<script>
window.resizeTo("width", "height");
</script> - 5). Substitute in specific parameters of your choosing for "width" and "height" in the code above. Save your work, upload the page file as you usually would to your host server, and you are finished.
previous post
next post