• 16-11-2008, 10:49:38
    #1
    Line 6, Column 74: NET-enabling start-tag requires SHORTTAG YES.
    …e" content="text/html; charset=iso-8859-9" />

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HTML 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HTML 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.

    ---------------------------------------------------------------------------
    ve buna benzer hatalar alıyorum.. şu sondaki /> işaretine kafasına takmış ama kaldırsamda kaldırmasam probemi çözemedim yardım bekliyorum
  • 16-11-2008, 11:05:49
    #2
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    birde bunu denermisin ?
  • 16-11-2008, 11:10:38
    #3
    aynı yerde aynı hatayı verdi
    Line 6, Column 69: NET-enabling start-tag requires SHORTTAG YES
    .…ontent-Type" content="text/html; charset=UTF-8" />

    The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HTML 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HTML 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.
  • 16-11-2008, 11:13:28
    #4
    Oyunpi oyun oyunları en güzel oyunlar
    http://validator.w3.org/check?uri=ht...%2C*%3Bq%3D0.7

    Bu kodu kullanıyorum ve w3 konusunda problemim yok inceleyebilirsin veya başka yerden dolayı bir hata var sanırım.
  • 16-11-2008, 11:16:14
    #5
    / leri kaldırınca düzeldi fakat xhtml yapmak istiyorum nasıl yapıcaz dökumanı yada xhmtl mi daha iyidir html 4.01 mi yani sonunda "/" > olmayan
  • 16-11-2008, 12:21:20
    #6
    o satırın içeriğini tam olarak yazarmısın?
  • 16-11-2008, 12:52:48
    #7
    halletim sorun yok arkadaşlar sağolun bi diğer sorunum var fakat:

    Line 110, Column 101: cannot generate system identifier for general entity "gun".

    …gtahmingor-b1-g.aspx?merkez=ISTANBUL&gun=T&renkC=fff&renkT=000&renkZ=fff"></…
    An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (. The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".
    Entity references start with an ampersand (&) and end with a semicolon (. If you want to use a literal ampersand in your document you must encode it as "&amp;" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and &aelig; are different characters.
    If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem.
    Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.
  • 16-11-2008, 13:19:34
    #8
    Üyeliği durduruldu
    gtahmingor-b1-g.aspx?merkez=ISTANBUL&gun=T&renkC=fff&renkT=000&r enkZ=fff"></…

    olan kısmı;

    Alıntı
    gtahmingor-b1-g.aspx?merkez=ISTANBUL&aelig;gun=T&renkC=fff&renkT =000&renkZ=fff"></…
    olmazsa;

    Alıntı
    gtahmingor-b1-g.aspx?merkez=ISTANBUL&aelig;un=T&renkC=fff&renkT= 000&renkZ=fff"></…
    bunları bir dener misin.
  • 16-11-2008, 13:25:49
    #9
    hallettim bu sorunuda sağolun arkadaşlar..

    direction="up" onmouseover="this.stop();

    css ile bu kodları nasıl sağlarım css dosyamda.. bunları kullanmamı istemiyor w3 css de yaz diyor ama css de bu kodları nasıl cıkartacagım bulamadım