• 10-01-2010, 17:07:51
    #1
    Validation Output: 15 Errors

    1. Line 394, Column 6: end tag for element "div" which is not open </div>
      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. Line 395, Column 7: end tag for element "div" which is not open </div>
      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.
    3. Line 396, Column 8: end tag for element "div" which is not open </div>
      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.
    4. Line 430, Column 7: document type does not allow element "head" here <head>
      The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
      One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
    5. Line 436, Column 7: end tag for "head" which is not finished </head>
      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.
    6. Line 459, Column 201: "cursor:" is not a member of a group specified for any attribute …r" accesskey="c" /><acronym cursor: help;" title="Forumdan çıkış tuşunu kulla
    7. Line 459, Column 205: "help" is not a member of a group specified for any attribute …ccesskey="c" /><acronym cursor: help;" title="Forumdan çıkış tuşunu kullanara
    8. Line 459, Column 205: character ";" not allowed in attribute specification list …ccesskey="c" /><acronym cursor: help;" title="Forumdan çıkış tuşunu kullanara
    9. Line 576, Column 121: end tag for element "a" which is not open …er="0" style="float: right"/></a></a></div>
      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.
    10. Line 2961, Column 7: end tag for "div" omitted, but OMITTAG NO was specified </td>
      You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
    11. Line 2950, Column 2: start tag was here <div class="smallfont">
    12. Line 3015, Column 6: end tag for "strong" omitted, but OMITTAG NO was specified </td>
      You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
    13. Line 3004, Column 3: start tag was here <strong>
    14. Line 3015, Column 6: end tag for "div" omitted, but OMITTAG NO was specified </td>
      You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
    15. Line 3003, Column 2: start tag was here <div class="smallfont">
    16. Line 394, Column 6: XML Parsing Error: Opening and ending tag mismatch: body line 393 and div </div>
    17. Line 395, Column 7: XML Parsing Error: Opening and ending tag mismatch: html line 2 and div </div>
    18. Line 396, Column 2: XML Parsing Error: Extra content at the end of the document </div>
  • 10-01-2010, 18:00:03
    #2
    Kimlik doğrulama veya yönetimden onay bekliyor.
    </div> alanları kapatılmış ama <div> diye bir alan açmadığınız için hata alıyorsunuz çoğu yerde.

    Ben sitenize baktım. <body> tagından hemen sonra 3 tane </div> var. Bunları silin.

    ayrıca yine body tagınızın içinde <head></head> tagları açmışsınız bu nedenlede hata var.

    zaten w3 hatalarını okursanız ingilizce olmasına rağmen nerelerde hatanız olduğunu söylüyor. Hangi satır, hangi sütun vs. Düzenleme yapabilirsiniz.
  • 10-01-2010, 18:03:23
    #3
    _BuKi_ adlı üyeden alıntı: mesajı görüntüle
    </div> alanları kapatılmış ama <div> diye bir alan açmadığınız için hata alıyorsunuz çoğu yerde.

    Ben sitenize baktım. <body> tagından hemen sonra 3 tane </div> var. Bunları silin.

    ayrıca yine body tagınızın içinde <head></head> tagları açmışsınız bu nedenlede hata var.

    zaten w3 hatalarını okursanız ingilizce olmasına rağmen nerelerde hatanız olduğunu söylüyor. Hangi satır, hangi sütun vs. Düzenleme yapabilirsiniz.
    Haklısınız ama div her yerde var hangı templatede oldugunu nasıl bulacagız?
  • 10-01-2010, 18:05:19
    #4
    templatelerde arama seçeneği var vbulletinde. oraya yazarak arama yapabilirsiniz. Vaya kodların bulunduğu yre göre mantık yürütebilirsiniz. Mesela body tagından hemen sonraysa benim düşünceme göre büyük ihtimalle header templatesindedir.
    Bu şekilde bakabilirsiniz.
  • 10-01-2010, 18:08:31
    #5
    header templatesi


    </div>
    </div>
    </div>


    ile başlıyor ama bunları silince hatalar cogalıyor...Msn adresınızı ozel msj olarak atabilmeniz mumkunmu acaba?
  • 10-01-2010, 18:12:30
    #6
    alper069 adlı üyeden alıntı: mesajı görüntüle
    header templatesi


    </div>
    </div>
    </div>


    ile başlıyor ama bunları silince hatalar cogalıyor...Msn adresınızı ozel msj olarak atabilmeniz mumkunmu acaba?
    PM attım
  • 10-01-2010, 18:59:26
    #7
    _BuKi_ adlı üyeden alıntı: mesajı görüntüle
    PM attım
    Hatların hepsi giderildi teşekkur ederım.
  • 10-01-2010, 19:03:39
    #8
    alper069 adlı üyeden alıntı: mesajı görüntüle
    Hatların hepsi giderildi teşekkur ederım.
    Bişey değil hocam.