• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Is there an IE7 option to center web sites?

Jumpem

Lifer
For example, sites that limit their width to say 768, and have blank space all to the right. Can this be centered with blank space on each side?
 
well, encase the fixed width block inside a div having text-align:center.

I think margin:auto works now, if you define a DTD in a doctype tag.
 
Back
Top