You re using and id twice

   1. *Line 212, Column 9*: ID "CREDITS" already defined

   <ul id="*c*redits">

   
✉<http://validator.w3.org/feedback.html?uri=http%3A%2F%2Fwww.gnewsense.org%2FWebTeam;errmsg_id=141#errormsg>

   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. [image: Info] *Line 149, Column 10*: ID "CREDITS" first defined here

   <div id="*c*redits">


   and there is this problem too


   1. *Line 136, Column 56*: end tag for element "LI" which is not open

      …Tasks">Current Tasks</a></li></ol></li*>*</ol></div> <span
class="anchor" id="li…

      
✉<http://validator.w3.org/feedback.html?uri=http%3A%2F%2Fwww.gnewsense.org%2FWebTeam;errmsg_id=79#errormsg>

      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<http://validator.w3.org/docs/help.html#faq-javascript>
      .
      2. [image: Error] *Line 136, Column 61*: end tag for element "OL"
      which is not open

      …">Current Tasks</a></li></ol></li></ol*>*</div> <span
class="anchor" id="line-3"…

      
✉<http://validator.w3.org/feedback.html?uri=http%3A%2F%2Fwww.gnewsense.org%2FWebTeam;errmsg_id=79#errormsg>

      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<http://validator.w3.org/docs/help.html#faq-javascript>
      .


      just wanted to help :)



-- 
-http://twitter.com/r3dr41n <http://twitter.com/r3dr41n>
_______________________________________________
gNewSense-dev mailing list
gNewSense-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/gnewsense-dev

Reply via email to