SyntaxFix
Write A Post
Hire A Developer
Questions
Simply use the center tag just after the body tag, and end the center tag just before body ends:
center
body
<body> <center> ... Your code here ... </center> </body>
This worked for me with all the browsers I have tried.