Possible Duplicate:
Best way to center a <div> on a page vertically and horizontally?
How can my result is displayed in the middle of page with the help of Html or javascript code. As you all have seen google in search page. I get my result in top center but I want in the middle like google page. My Html code is:
<html>
<head>
<title> Search</title>
<body>
<center>Search: <input type="Text" Name="">
<input type="Submit" value="Go"></center>
</body>
</html