Forum Moderators: open
[edited by: new2web at 6:43 pm (utc) on April 9, 2009]
If you use an absolute positioning, then it's not going to center it. Absolute positioning is, as the name implies, absolute. So it will be absolutely the same position regardless of the browser size.
If you want it centered, the easiest was would be to use <div align="center">.
<div align="center">
I'm shocked! :-)
align="center" is a deprecated attribute and will not validate in strict doctypes; use
<div style="width: 90%; margin:auto;">
Post a BASIC outline of your code - that is, reduce it to it's basic framework that illustrates the problem, and someone will be able to help you here.
Previously posted by SuzyUK, if you also want vertical centering, Dead Centre [wpdfd.com]