Forum Moderators: not2easy

Message Too Old, No Replies

position table

position table

         

meanweaver

4:57 pm on Jun 4, 2004 (gmt 0)

10+ Year Member



Is there a way with css to position a table in the center of a screen, i have tried postion absolute 50% from top and bottom but this works to the top left of the table which does not have the desired effect, I can center the table with normal html of i could nest the table inside a 100% high and wide table to get this to work but would rather do down the css route. Does anyone know of a way.

Regards Ian

BlobFisk

8:03 am on Jun 7, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hey meanweaver,

You can position a table the same way as you would position a div. There are a number of threads about centering here and Bluerobot has a two examples.

HTH