You do have some coding errors -- your guys need to do some more reading
You have several ID's that you're using multiple times.. "div id="pack-share" .. can't do that. ID's MUST be unique. If you want to re-use style rules on the same page, you must use a CLASS.
Your text needs to be inside <p></p> tags, that is proper, semantic markup. You've gone the CSS route, now use the proper markup. This will also eliminate the need for <br>'s to space out your text. Would you write a white paper or proposal w/o paragraphs ?? No.. so don't do it in your web pages either.
I have to agree that the text is a bit too small, and I think the gray is too pale, the contrast isn't good enough. Other than that, I think the design is good.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|