Visualizzazione dei risultati da 1 a 6 su 6
  1. #1

    Come Posso Correggere Questi Errori?


    sono andato su un sito per il controllo del cosice, come poso correggere questi errori?





    Line 64, column 7: required attribute "TYPE" not specified

    <script>

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.



    Line 133, column 74: required attribute "ALT" not specified

    .../Logo_entrata.jpg" width="290" height="321"></a></p>

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.



    Line 143, column 113: cannot generate system identifier for general entity "usernum"

    ...venet.com/counter/code.php?id=380230&usernum=3791328449&cpv=2"></script>

    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.

    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.



    Line 143, column 113: general entity "usernum" not defined and no default entity

    ...venet.com/counter/code.php?id=380230&usernum=3791328449&cpv=2"></script>

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.



    Line 143, column 120: reference to entity "usernum" for which no system identifier could be generated

    ...om/counter/code.php?id=380230&usernum=3791328449&cpv=2"></script>

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.



    Line 143, column 112: entity was defined here

    ...avenet.com/counter/code.php?id=380230&usernum=3791328449&cpv=2"></script>

    Line 143, column 132: cannot generate system identifier for general entity "cpv"

    ...ode.php?id=380230&usernum=3791328449&cpv=2"></script>

    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.

    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.



    Line 143, column 132: general entity "cpv" not defined and no default entity

    ...ode.php?id=380230&usernum=3791328449&cpv=2"></script>

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.



    Line 143, column 135: reference to entity "cpv" for which no system identifier could be generated

    ....php?id=380230&usernum=3791328449&cpv=2"></script>

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.



    Line 143, column 131: entity was defined here

    ...code.php?id=380230&usernum=3791328449&cpv=2"></script>
    Siti realizzati:
    www.meniconiweb.com

  2. #2
    Un poco per volta:
    intanto segui le istruzioni date:

    scrivi nel tag script il type e poi metti alt nelle immagini e poi rivalida ecc.
    Colleziono problemi matematici divertenti o strani e li raccolgo nel mio sito. Se me ne mandate qualcuno vi ringrazio. flan

  3. #3
    1. per il tag ALT non c'è problema alt=descrizione immagine

    2. tag script il type = qui che devo fare?

    aiutami
    Siti realizzati:
    www.meniconiweb.com

  4. #4
    come ti dice:

    type="text/javascript"
    (è javascript?)
    Colleziono problemi matematici divertenti o strani e li raccolgo nel mio sito. Se me ne mandate qualcuno vi ringrazio. flan

  5. #5

    Re: Come Posso Correggere Questi Errori?

    Originariamente inviato da luglio1975

    Line 64, column 7: required attribute "TYPE" not specified

    <script>

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
    Inserisci il type dello script

    Line 133, column 74: required attribute "ALT" not specified

    .../Logo_entrata.jpg" width="290" height="321"></a></p>

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
    Il tag <img> non ha l'attributo alt=""
    Line 143, column 113: cannot generate system identifier for general entity "usernum"

    ...venet.com/counter/code.php?id=380230&usernum=3791328449&cpv=2"></script>

    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.

    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.


    Line 143, column 113: general entity "usernum" not defined and no default entity

    ...venet.com/counter/code.php?id=380230&usernum=3791328449&cpv=2"></script>

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.



    Line 143, column 120: reference to entity "usernum" for which no system identifier could be generated

    ...om/counter/code.php?id=380230&usernum=3791328449&cpv=2"></script>

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.



    Line 143, column 112: entity was defined here

    ...avenet.com/counter/code.php?id=380230&usernum=3791328449&cpv=2"></script>

    Line 143, column 132: cannot generate system identifier for general entity "cpv"

    ...ode.php?id=380230&usernum=3791328449&cpv=2"></script>

    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.

    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.



    Line 143, column 132: general entity "cpv" not defined and no default entity

    ...ode.php?id=380230&usernum=3791328449&cpv=2"></script>

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.



    Line 143, column 135: reference to entity "cpv" for which no system identifier could be generated

    ....php?id=380230&usernum=3791328449&cpv=2"></script>

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.



    Line 143, column 131: entity was defined here

    ...code.php?id=380230&usernum=3791328449&cpv=2"></script>
    Devi metter &_amp; al posto di &
    FEDERIX.IT - [Pillola] GRAFICA DEI FORM

    ...ho ancora quella forza che ti serve, quando dici "Si comincia!"

  6. #6

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.