How to make a <div> with fixed height and width. If content inside it increases more than the height of the div then the div must become scrollable using scroll bar.
I have given inherit value to background-color property of the #content div and I have also given some margins to the divs but background-color: white of the #wrapper div does not appear in the gaps...
Hello friends,
I need help to create a website where a user can sign in and submit their articles. Other users can read, rate and comment the articles. Every user can have a profile where they can...