This page is not Valid XHTML 1.0 Transitional!

Result: Failed validation, 1 Error
:
Modified:(undefined)
Server:Apache Webserver
Size:(undefined)
Content-Type:text/html
: iso-8859-1
: XHTML 1.0 Transitional
Root Element: html
Root Namespace: http://www.w3.org/1999/xhtml
Options

Help on the options is available.

↑ Top

Validation Output: 1 Error

  1. Error Line 70, Column 9: ID "navMain" already defined.
    <div id="navMain">

    An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

  2. Info Line 48, Column 9: ID "navMain" first defined here.
    <div id="navMain">

↑ Top