Hey Lucy,
Div are boxes that can be vary of height width and position. They also load a lot faster and are better to maintain.
The way to learn is by checking the source of some pages that are mainly build with divs.
The best way to work is working from the outside to inside. Ill give you an example that works
you can put the following code between the body tags
Code:
<div id="container">
<div id="banner">
</div>
<div id="navigation">
<a href="">home</a>
<a href="">links</a>
<a href="">etc</a>
</div>
<div id="content"></div>
<div id="footer"></div>
</div>
The rest of the style you will need to do in css there are enough tutorials to find online for this.
good luck
__________________________________________________ ________
This is my junk I'm gona eat it