Hi Preacher

I'm assuming that the page you are trying to validate is the actual index page at http://www.badconnections.net - if so.. I've had a quick look at your source.... I think your problem is as follows.....you haven't included something like this -

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/frameset.dtd">

- goes above the '<html>' tag or anything like this -

<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">

- goes after '</title>' and before '</head>'

W3C will not list a html doc as 100% valid if you do not include the doctype and I think (not totally sure though) the meta tag for content type is also mandatory. Anyway put the above ose in at the appropriate places and then try again.

PM me if you need any further help.


Z

<Edit>

PS you might need some other meta tags in aswell... but many of them are optional