The 'wrapper' is not applied to the <body> tag as you have it in your
code it is an individual <div> which envelopes around the other <divs>,
as below.
<body>
<div id="wrapper">
<div id="banner"><div align="center"><img
src="/Mirota-banner.gif"></div></div>
<div id="contentArea">
As a mother, a wife to a self-employed tradesman and as a
businesswoman , I
know the importance of value for money. Small businesses from Florists blah
blah blah (i really should get the lorem ipsum extension set up!!)
</div>
<div id="leftPanel">Link Link Link Link Link</div>
<div id="rightPanel">This is the link I would like to know whether or
not this works </div>
</div>
</body>
Quote:
Also, from an expert point of view would you recommend writing content first
and then writing the accompanying CSS or vice versa? |
I tend to write the <div> stucture in the code first and then style them
with the css.
You'll find your own way of working when you get more confident.
Using absolutely positioned <divs> is not really what you want to learn.
They have restricted uses as you will no doubt find out soon enough.