HTML 4.0 Transitional query

M

Michael Hoeben

I want to know how I can specify that my website created
in frontpage2000 conforms to the correct w3c standard. It
doesn't matter which standard, but obviously must apply
to my coding structure.

I have manually input the following statement into my
site, but when I validate the site, I am advised that the
standard I have selected is incorrect.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN">

The actual website providing the standards doesn't of
course offer any information about how fp2000 will create
a page.

Any thoughts?
Thanks

Michael
 
M

Michael Hoeben

Thanks

-----Original Message-----
Hi Michael:
Start with:

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

then go to http://validator.w3.org/ and validate your page.

More info about the DOCTYPE here:
http://www.spiderwebwoman.com/tutorials/doctypesolution.a sp

More info about HTML 4.01 here: http://www.w3.org/TR/html401/


--
~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
http://www.spiderwebwoman.com/resources/





.
 

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