gnewsense-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnewsense-dev] For the web developers


From: Donald Iljazi
Subject: [Gnewsense-dev] For the web developers
Date: Wed, 22 Dec 2010 23:50:40 +0200

You re using and id twice

  1. Line 212, Column 9ID "CREDITS" already defined
    <ul id="credits">

    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 149, Column 10ID "CREDITS" first defined here
    <div id="credits">

    and there is this problem too

    1. Line 136, Column 56end tag for element "LI" which is not open
      …Tasks">Current Tasks</a></li></ol></li></ol></div> <span class="anchor" id="li…

      The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

      If this error occurred in a script section of your document, you should probably read this FAQ entry.

    2. Error Line 136, Column 61end tag for element "OL" which is not open
      …">Current Tasks</a></li></ol></li></ol></div> <span class="anchor" id="line-3"…

      The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

      If this error occurred in a script section of your document, you should probably read this FAQ entry.


      just wanted to help :)


--
-http://twitter.com/r3dr41n

reply via email to

[Prev in Thread] Current Thread [Next in Thread]