|
LOOKS professional on the surface, but the code.. not so much. Yet another mess of nested tables and a lot of ugly inline styles.
There isn't a thing in #1 that can't be accomplished WITHOUT tables for layout.
On the 1st site, even on my broadband connection the background was slow loading -just one of the symptoms of using tables for layout.
#2 is much better - no tables for layout, but there are a few things that need some tweaking.
Your text needs to be inside <p></p> tags as that is the proper way to do it. You shouldn't forego proper document structures just because your material isn't on paper.
Once you put your text inside proper paragraphs, you can style the <p> to adjust spacing and do away with all the unnecessary <br /> tags.
The links at the bottom really should be in an unordered list.
The target attribute is deprecated and really shouldn't be used in XHTML (or at all). Make a proper link to the page.
__________________
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
|