[thelist] Centered Container DIV

Jay Blanchard jay.blanchard at niicommunications.com
Tue May 24 09:17:13 CDT 2005


[snip]
#body {
     text-align: center;
}
#container {
     width: 660px;
}
[/snip]

Have you tried...

#container {
     text-align: center;
     width: 660px;
}
....?


More information about the thelist mailing list