|
A good start.
For someone who knows nothing about the subject I found it interesting and illuminating.
Now to help you improve.
1. Put all your style declarations in a seperate file and link each page to this. Doing it this way you only need to alter one file to change your style site wide.
2. Personally I don't like serif fonts on web pages, I prefer sans serif.
3. You really should try to learn how to layout your pages using CSS instead of tables.Ther are plenty of tutorials available on the web. (If you want to know of some PM me)
4. The font colour you have chosen for the main part of the home page needs to be darker.
5. When declaring font sizes it is better to use relative sizes (ems or %) rather than absolute sizes (px or pts). This way users can change the text size they see to suit themselves.
6. Try to centre the whole page rather than having everything on the left and white space on the right.
The above might seem over critical but it is not meant that way but to help improve what is a very good start.
Last edited by aldor; 02-20-2007 at 02:20 PM..
|