It's ok, very simple.. but not terribly interesting design-wise.
Codewise -
- Your list bullets are showing up too far to the left of your gray vertical line, actually overlapping the line on several of your pages.
- Every single one of your img tags is missing the alt attribute. If the graphic is just 'fluff', at least add alt="".
This <div id="left" align="left"> should be in your CSS, not in your code.
This section:
Quote:
<div id="footer"><img src="images/footer.gif"></br>5655 South Park Avenue Hamburg
NY 14075 . 716-646-1773 . 716-646-1973 . info@hemisphere.net</div>
|
Don't use <br> to space out text. The text needs to be inside a <p> </p> and use the CSS to position it inside the footer area.
You definitely need a "HOME" button there somewhere.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|