I am trying to remove a division but I am not able to remove the <div> tag. So I wanted to know if I can hide a division by adding some css codes on the page. The division I am trying to hide is <div id="views" class="menu">.... </div>
Any help?
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.
Add the following CSS to your page or CSS file:
If you require the div to still occupy the space on the page, use the following instead: