I am using the following code to try and make a centered section. I cant work out what to use to make the div section in the middle of the page (vertially)
Any suggestions?
Code:<html> <head> <title>Hello</title> <meta http-equiv="Content-Type" content="text/html;"> <style type="text/css"> body { background:#FFFF00; } #main { border:1px solid #000; background:#fff; padding: 1px 1px 1px 1px; } h1 { font-size:14px; padding-top: 5px; } </style> </head> <body> <div id="main"> Text here! </div> </body> </html>



Reply With Quote


Bookmarks