
I then changed the DOCTYPE to HTML 4.01 Transitional, and I got the following message...
-------------------------------------------
DOCTYPE Override in effect!
The detected DOCTYPE Declaration "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">" has been suppressed and the DOCTYPE for "HTML 4.01 Transitional" inserted instead, but even if no errors are shown below the document will not be Valid until you update it to reflect this new DOCTYPE.
------------------------------------------
I'm a little confused here, as the DOCTYPE I put in came directly from the w3schools.com website, listed as HTML 4.01 Transitional. Thoughts?
Ryan