How do i make a table stay in the center width and the center height no matter what resolution the screen is at eg - http://www.ecospacestudios.com/indexflash.html - i know this is FLASH but how would i do this in HTML thanks
Two things you have to do. For body define css for width 100%,height 100% Use table with one TR having valign="middle" Place this table on a <center>....</center> Hopefully this would work.
I thought align: center was deprecated? in css stylesheet, table { margin-left: auto; margin-right: auto; } Code (markup): This will work with a table, a non-background image, a div, maybe even a Flash element.