zepart949 Posted June 2, 2008 Posted June 2, 2008 I'm working on a new site and need to center a table on the page both vertically and horizontally. I know how to do horizontally, but I'm at a lose on how to do it vertically. I've scoured Google and found no answers. Anyone here have an idea? Quote
btrfld Posted June 2, 2008 Posted June 2, 2008 You can center anything vertically if you give it a fixed height. Try this: The CSS table { width: 700px; height: 400px; position: absolute; top 50%; margin: -200px auto 0; } Does that do it? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.