helpfull tools
just wrote this up really fast and thought that it might help you all when designing a site.
you can bookmark this or put a button on your "Links" bar in IE.
Resize your browser to:
640x480
800x600
want the code?
640x480:
<html>
<head>
<title>Resize to 640x480</title>
</head>
<body onLoad="window.resizeTo('640','480'); history.back();">
</body>
</html>
800x600:
<html>
<head>
<title>Resize to 800x600</title>
</head>
<body onLoad="window.resizeTo('800','600'); history.back();">
</body>
</html>
Mark Hensler
If there is no answer on Google, then there is no question.