I have a website but there is a problem in the display of the website. When the website is viewed in the large resolution then it looks unmanaged. Please help me, do you have the code to fix that error?
You need to apply a fixed width or at least a max-width to the block-level eleents on your page. The width you choose will be up to you. Try adding this to your stylesheet : body ( max-width:960px; ) You will probably like the results better if you apply it to each eleent that needs it instead of just the body.
as far as overall sizing, there are two options: fixed width or 100%. If you are comfortable enough with CSS creating a site that can resize dynamically based on screen resolution, but as you can see with most websites, its not a standardized practice. Try fixing the width of your site and work within those parameters.