doc type

B

Barbara Urquhart

Hi folks,
I would like to know what doc type I should use when I am using front page
2002.
Right now I have
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
But when I go to a site to check my html it says it is not compliant.
It is on site
www.t-shirt-barn.com
Thanks for your help.
Barb
 
S

Steve Easton

For starters, the doctype is incomplete, it should be:

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

Then if it doesn't validate, you will need to correct the html errors.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
Top