View Single Post
Old 06-04-2006, 07:05   #6 (permalink)
Nudoo
Senior Member
 
Join Date: Mar 2006
Posts: 140
You could try to center within the cascading style sheet (css)

html
Code:
replace <div align="center"> with <div id="container">

css
Code:
body { margin:0px; padding:0px; text-align:center; } div#container { margin-left:auto; margin-right:auto; text-align:left; width:xxxp; }
  Reply With Quote