19 Jan
2003
19 Jan
'03
4:06 p.m.
When I use validator.w3c.org on my page it complains that no DOCTYPE is set.
But the PageTemplate (metal master) looks like this::
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Because it lacks the DTD. Use the following: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> Reference: http://www.alistapart.com/stories/doctype/ HTH, fonso