Create a Website Template
Sometimes simple is the way to go when you create a website template.
The HTML code shown below for this layout is very basic. All content has been removed for clarity.
The web page is linked to a style sheet named layout7.css. The style sheet has been fully commented to help you understand it.
This web template demo can be downloaded in a zip file for further study.
HTML Code With Content Removed
<body>
<div id="heading"></div>
<div id="links"></div>
<div id="main"></div>
</body>
Scroll Bar
The scroll bar on this web page only appears when the content exceeds the space provided by the height setting of the division. The overflow property is used to add this feature.