I’m seeing div class="page-wrap" used extensively in web applications.
What is the convention for the page-wrap class, what goes inside?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It all depends on your css layout you are applying… Sometimes, people use wrap containers to use sticky footer technique (header and content in the wrap, footer after the wrap – google it); sometimes with this wrapper the designer just wants to fix the entire page to certain width and center it (not saying that this is the best way or that there is a best way), etc… It is really subjective, because it is mostly a design thing.