- From: Gabriel Ebner <ge@gabrielebner.at>
- Date: Wed, 02 Jun 2004 22:38:09 +0200
- To: www-validator@w3.org
Hello,
Ljoha Bashtanov wrote:
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
> "http://www.w3.org/TR/REC-html40/loose.dtd">
Wrong DTD for HTML 4.01 Transitional, you're specifying HTML 4.0
Transitional; the right one is:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
With that doctype, the document is valid according to the validator.
Gabriel.
--
Gabriel Ebner - reverse "ta.renbeleirbag@eg"
==> Please don't CC me! I'm reading the list.
Received on Wednesday, 2 June 2004 16:40:47 UTC