I have a table which surrounds all the content of a webpage, I would like to center this table horizontally and vertically inside the browser window. It is a much smaller content area than that of the average browser so there should be no issues.
Any help is greatly appreciated.
tableto design the Web page, you should consider reworking the code. You should avoid putting all your content in a table. It is bad practice. stackoverflow.com/questions/83073/… - Jason Gennaro