what doctype to specify and how?

D

David

I have created many pages with Frontpage 2002.
trying to validate some of them at:

http://validator.w3.org/detailed.html

Apparently I need to specify a doctype.

Virtually all of my pages have some javascript and "included" pages.

What doctype do I specify and can I do it globally in frontpage?

thanks in advance
 
M

Murray

Use a loose HTML4.01 DTD unless you have a reason for a stricter one.

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

You would have to save this as a snippet in FP2003 and insert it. I don't
know how you would do it in FP2002.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top