Hello Sam

>Ok. So tell me this:  Why, on a perfectly decent page does w3 throw up
errors
>at EVERY single bit of code in my file. 

Perfectly decent eh?

>To me this whole site is screwy.  that is unless Im doing something wrong
that
>I havnt been told about.

Not the whole site. Yes you are doing something wrong.

You have:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 FRAMESET//EN">

You should have:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 FRAMESET//EN"
"http://www.w3.org/TR/html4/frameset.dtd">

The validator even said you were missing the DTD! Now your page only has 5
errors on it.

Gaven

_____________________________________________________________________
Voyager Mailing List - http://v3.vapor.com/
Voyager FAQ....: http://faq.vapor.com/voyager/
Listserver Help: mailto:[EMAIL PROTECTED]?Subject=HELP
Unsubscribe....: mailto:[EMAIL PROTECTED]?Subject=UNSUBSCRIBE

Reply via email to