- From: Karl Dubost <karl@w3.org>
- Date: Wed, 27 Nov 2002 17:55:55 -0500
- To: olr@audiobraille.org, www-validator@w3.org
At 23:20 +0100 2002-11-27, olr@audiobraille.org wrote:
>Hi,
>I did the changes you suggested, turning the HTML to html, but you
>should see by yourself that this doesn't help, there is still the same
>fatal error and Validator is still not finding the doctype he is looking
>for.
>(I tested with the url: http://brlstatx.brlspeak.net
>but you're right with the http://www.brlspeak.net/brlstatx.php url too).
>Osvaldo La Rosa.
I do not have fatal errors with the second one :)
http://validator.w3.org/check?uri=http://www.brlspeak.net/brlstatx.php
You just have a lot of errors which say that you have to fix your HTML
for example, first error is link
you put
<link href="misc/default.css" rel="stylesheet"
type="text/css" title="default">
instead of
<link href="misc/default.css" rel="stylesheet" type="text/css"
title="default" />
etc.... You have to fix your HTML :)
For the first URI is more than normal
Fatal Error: No DOCTYPE specified! You don't have a valid doctype.
<!-- DOCTYPE HTML PUBLIC -->
<html>
<head>
<title> The BrlStatX Project Home Page </title>
<meta http-equiv="refresh"
content="0;url=http://www.brlspeak.net/brlstatx.php">
</head>
<body bgcolor="#000000" text="FFFFFF" link="#00FF00" vlink="008FFF">
<br>
<font size="+1">
<center>Click here if your browser doesn't support
redirections:</center><br>
<center>URL:
<a
href="http://www.brlspeak.net/brlstatx.php">http://www.brlspeak.net/brlstatx.php</a><br>
</center><br>
</font><br>
</body>
</html>
--
Karl Dubost / W3C - Conformance Manager
http://www.w3.org/QA/
--- Be Strict To Be Cool! ---
Received on Wednesday, 27 November 2002 18:58:15 UTC