Re: about a bug

2009/9/15 Antonio Alessi <a.admin@myway.it>:
>
> Dear W3C,
>
> this is just to inform You about a recurrent problem that I have met.
> I'm trying to validate some sites of myne, but to me it is not convenient to
> put
> the
> <HTML>
>
> after the
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
> "http://5tibetanrites.astrotime.org">

There is your first problem. Your doctype declaration is incorrect.
This one presumably be

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

Fix that and put the <HTML> back in the correct position and then see
what other errors you get.

Cheers
Stephen

Received on Wednesday, 16 September 2009 08:23:39 UTC