|
Posted by Beauregard T. Shagnasty on 08/22/05 02:30
iam247@gmail.com wrote:
> Sorry I did not quote the doc declaration correctly. It should be:
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
> "http://www.w3.org/TR/html4/loose.dtd">
If these are new documents, and you are not working on some old legacy
pages, you should be using Strict doctype.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
See: http://www.w3.org/QA/2002/04/valid-dtd-list.html
If you are not sure where to place the doctype element, why not post
the source of one of your ASP pages, and we'll tell you where to put
it. It does need to be sent as the first line of the generated HTML.
--
-bts
-This space intentionally left blank.
Navigation:
[Reply to this message]
|