This line needs a space:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML4.01 Transitional//EN">
I put it between the 4.01 and the Transitional.
Before you revalidate, check this and see what errors you still get.
Having said that, I see a few pretty obvious ones.
Change this line:
to
You'll need a text editor (e.g. Notepad).
That should solve a few of your errors by itself.
As far as the rest of them go, the best thing you can do is to go through them one by one on this page. Fix one, and then fix the next one in order and so on and so on...don't try to do them all at once.
I know that's not much of an answer, but there are a few too many errors there right now to go through them all.
The one thing I can tell you is that, for many of your tags (<font> and <b> for example), you're not closing them with </b> or </font> . That's why your page is entirely bold, among other reasons.