<!-- #featured-area -->
<div id="featured-area">
<div id="description">
<p><B>OVER 25 YEARS OF EXPERIENCE BRINGING PRODUCTS TO MARKET.</B></font><br />
<br />
<a href=""><img src="images/more_information.jpg" /></a></p>
</div>
</div>
<div id="preview">
<div id="anchor-menu">
<ul>
<li><p><a href="#anchor"><img src="images/anchor.jpg" /></a><br />
<font color="white"><B>ANCHOR</B><br />
Lorem Ispsum is simply text of the printing. text the printing.</font><br />
<br />
<img src="images/read-more.jpg" /></p></li>
<div id="handle">
<li><p><a href="#handle"><img src="images/handle.jpg" /></a><br />
<font color="white"><B>HANDLE</B><br />
Lorem Ispsum is simply text of the printing. text the printing.</font><br />
<br />
<img src="images/read-more.jpg" /></p></li>
</div>
<div id="ipsum_lorem">
<li><p><a href="#lorem_ipsum"><img src="images/lorem_ipsum.jpg" /></a><br />
<font color="white"><B>LOREM IPSUM</B><br />
Lorem Ispsum is simply text of the printing. text the printing.</font><br />
<br />
<img src="images/read-more.jpg" /></p></li>
</div>
<div id="ipsum_lorem2">
<li><p><a href="#lorem_ipsum2"><img src="images/lorem_ipsum2.jpg" /></a><br />
<font color="white"><B>LOREM IPSUM 2</B><br />
Lorem Ispsum is simply text of the printing. text the printing.</font><br />
<br />
<img src="images/read-more.jpg" /></p></li>
</div>
</ul>
</div>
</div>
You will have to help me out -- by the time I click on the two lower URL links I have forgotten exactly how the page differs from the upper link page. Can you explain what is different?
I do want to congratulate you on using a Strict Doctype and using utf-8 character encoding. Unfortunately your HTML Markup and CSS fail Validation W3C "Why Validate" Document.
You should keep everything flexible - avoid px where possible and use % and em - especially for font size, padding and margins.Your stylesheet will be far more useful as an externally linked document besides making for a simpler and cleaner HTML Document. All of those replicating   elements have to go via CSS.
There is quite a bit more if you wouldn't mind me offering it?
Bookmarks