May 26, 2007 #1 henllys Technical User Joined May 26, 2007 Messages 3 Location GB Hi Could any one tell me how to ensure my web page is going to be centered in all windows of varying size screens ie. 15 inch, 17 inch etc. Thanks henllys
Hi Could any one tell me how to ensure my web page is going to be centered in all windows of varying size screens ie. 15 inch, 17 inch etc. Thanks henllys
May 27, 2007 #2 clivehenderson IS-IT--Management Joined Nov 2, 2002 Messages 66 Location GB If you use tables, ensure your content is enclosed in a table and set the table attributes to center. Code: <table width="778" border="0" align="center" cellpadding="0" cellspacing="0" id="tblExample"> Hope this helps. Upvote 0 Downvote
If you use tables, ensure your content is enclosed in a table and set the table attributes to center. Code: <table width="778" border="0" align="center" cellpadding="0" cellspacing="0" id="tblExample"> Hope this helps.