Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2005
    Location
    North-East Scotland
    Posts
    4,885
    Tokens
    282

    Latest Awards:

    Default [XHTML] 10 Errors Fix needed.

    Hello,

    I am currently working on my new gallery I am trying to get it xhtml strict however I have 10 errors, I am needing some quick help if you are willing post here and leave your msn or something as my PM's are disabled at the moment, thank you
    I'm an alcoholic student, I troll naked with a parrot on my shoulder call Jeff.



  2. #2
    Join Date
    Jul 2005
    Location
    North Wales
    Posts
    4,233
    Tokens
    1,544

    Latest Awards:

    Default

    It tells you have to fix the errors at the validator, post what it says the errors are and I'll try and help.

  3. #3
    Join Date
    Aug 2005
    Location
    Tunbridge Wells, Kent
    Posts
    5,063
    Tokens
    1,624

    Latest Awards:

    Default

    You have my msn
    Never argue with an idiot, he'll drag you down to his level, and beat you with experience.

    Quote Originally Posted by Recursion
    *oh trust me
    *I would NEVER go ATi
    And 15 mins later...
    Sapphire ATI Radeon HD 5850 1024MB GDDR5 PCI-Express Graphics Card £195.73 1 £195.73
    *ordered.

  4. #4
    Join Date
    Jul 2005
    Location
    North-East Scotland
    Posts
    4,885
    Tokens
    282

    Latest Awards:

    Default

    Validation Output: 10 Errors

    Line 10, Column 40: there is no attribute "language".
    <script type="text/javascript" language="javascript" src="lytebox.js"></script>

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

    Line 23, Column 7: end tag for "ul" which is not finished.
    </ul>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.

    Line 27, Column 7: end tag for "ul" which is not finished.
    </ul>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.

    Line 34, Column 79: end tag for element "em" which is not open.
    …ling: no;">PhotoGraphy Gallery</a></em></p>

    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.

    Line 34, Column 83: end tag for "strong" omitted, but OMITTAG NO was specified.
    … no;">PhotoGraphy Gallery</a></em></p>

    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

    Line 33, Column 6: start tag was here.
    <p><strong><a href="flashGallery.html" rel="lyteframe" title="Photography Gal
    Line 41, Column 6: end tag for "div" omitted, but OMITTAG NO was specified.
    </body>

    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

    Line 18, Column 0: start tag was here.
    <div id="content">
    Line 34, Column > 80: XML Parsing Error: Opening and ending tag mismatch: strong line 33 and em.
    …ng: no;">PhotoGraphy Gallery</a></em></p>…

    Line 41, Column 7: XML Parsing Error: Opening and ending tag mismatch: div line 18 and body.
    </body>

    Line 42, Column 7: XML Parsing Error: Opening and ending tag mismatch: body line 13 and html.
    </html>

    Line 42, Column 7: XML Parsing Error: Premature end of data in tag html line 3.
    </html>

    If you need the source I will post it. I am guessing you will need it actually
    I'm an alcoholic student, I troll naked with a parrot on my shoulder call Jeff.



  5. #5
    Join Date
    Aug 2005
    Location
    Tunbridge Wells, Kent
    Posts
    5,063
    Tokens
    1,624

    Latest Awards:

    Default

    Fixed now
    Never argue with an idiot, he'll drag you down to his level, and beat you with experience.

    Quote Originally Posted by Recursion
    *oh trust me
    *I would NEVER go ATi
    And 15 mins later...
    Sapphire ATI Radeon HD 5850 1024MB GDDR5 PCI-Express Graphics Card £195.73 1 £195.73
    *ordered.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •