Hi All Does anybody know of a site that explains how can centre the content of a page in all screen size with CSS Regards Magda [Non-text portions of this...
Hi Magda, The simplest way to do this (which is also cross-browser compatible and CSS compliant) is to use a wrapper div with "margin:0 auto" and the ...