At 17:06 2003-01-19 +0100, Afonso Fernandez Nogueira wrote:
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">
Thank you. Added that now. Peter
Reference: http://www.alistapart.com/stories/doctype/
HTH, fonso
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )