|
Ah, I love woodworking! I've made a few things myself during wood shop. I wish I had the tools to do work at home. Hopefully I will keep it as a hobby as I get it older. It seems to run in the family.
You have a nice simple design, which seems to work. I like how all the content and links are easy to find and right in front of my face. The banner is a reasonable height, so it doesn't seem to be hiding the content.
I like how the ads don't intrude on the content too much, but I think you went a little over board with the ads on the bottom. Remember, you want to try and get quality clicks. This can be a turn off if you have too many ads.
As far as coding goes, you used tables, which is a big no-no. Try looking into using divs, as that's how content that is not tabular data is supposed to be organized in.
One other suggestion I would make is increase your line height for the text. In your CSS, add:
line-height: 140%
Experiment with percentages to get a nice line height so your text doesn't seem too cluttered.
|