Optimise Window Size
Method 1 - force windows size:
Copy all the code below and paste it into the <head> section of your page (your home page is probably best)
Now add the following to the <body> statement of your page
You can obviously change the (400,400) to read any dimensions you like - check what dimensions your page looks best at, and put the figures in - width first, then height. Be careful that you don't exceed 600 pixels for the height, though - in fact a maximum of 580 is probably best, so the the browser fits completely on your visitor's screen.
Method 2 - Allow visitor to choose
For this method, paste the same <head> code into your page as for method one. Then add the following code to the <body> section of your page:
When a visitor clicks on the link, the browser window will resize. Try it with this window
Optimise Browser Window for this site
And that's about all there is to it. Enjoy!