View Single Post
  #2 (permalink)  
Old 01-31-2009, 04:34 AM
Kalverra's Avatar
Kalverra Kalverra is offline
Junior Member
 
Join Date: Jan 2009
Posts: 6
Kalverra is on a distinguished road
Default

My suggestion is to just wrap the header in <center></center> tags. It's an easy fix. Of course it might not look the greatest, but it does get the job done, and is XHTML valid.

You could also add align="center" in the div in the HTML itself. It would look like this:

<div id="header" align="center">
Reply With Quote