I know bits and pieces of web designing and I have a 14 inch monitor in which i tests my web pages. But when i load the pages in a larger monitor then i see the whole content of the page aligned to the left side which i want to see aligned in the centre. For example, the site godaddy.com when loaded in a big monitor aligns perfectly in the center and this what exactly I am looking for. Please give me the code and a detailed instructions on where the code needs to be inserted. I have posted this in other forums but received only vague instructions. I would really appreciate any help
if you post some piece of code from your site, we can help you quickly. If your site uses Tables for layout structure, try allign="center" to your main table <tabble align="center"> If you use DIVs, try this to your wrapper div <div style="position: relative; margin: auto;">