I will try to address specific issues:
I understand the reasoning behind the color scheme, however, having drastically different colors (black, red, green) in such close proximity is hard to look at. Maybe try this site for some ideas on color schemes that compliment each other.
There is no specific layout for the page. Elements are all over the screen with no comfortable, appealing and easy to follow definition. Visit this site for some great examples of site structure (two column, three column, etc) using CSS. If you are not comfortable with CSS then use tables and <div> tags for better control.
Your list of links should be arranged either horizontally or vertically. I would prefer vertical and on the left or right side (left, if they are to be the most important links, right side if you have more important links for the left). Most people read from left to right and your content should support that. Content should flow from left to right or from important to fluff.
Having text flow across multiple colors (from red to black background) is difficult to track. Keep text of the same element (or paragraph) on the same color background. It will be more pleasant for the reader.
I also noticed quite a few issues with the underlying code but, that is another post for another time.
Last edited by orion-0815; 01-24-2004 at 07:30 PM..
|