• Moderatore

    Errore nella convalida W3C

    Quando vado a convalidare una pagina web mi da questi errori:

    Error Line 8 column 40: there is no attribute "LANGUAGE".
    <script type="text/Javascript" language="JavaScript">
    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.

    Error Line 70 column 17: there is no attribute "ALIGN".
    <p align="center">bla bla bla

    Error Line 73 column 11: there is no attribute "ALIGN".
    <div align="center" id="prew" style="display: none">

    e non sò come rimediare :mmm:


  • User Attivo

    legenda:
    tuo codice -> codice corretto

    <script type="text/Javascript" language="JavaScript">
    ->
    <script type="text/Javascript">

    <p align="center">bla bla bla
    ->
    <p style="text-align: center;">

    <div align="center" id="prew" style="display: none">
    ->
    <div id="prew" style="display: none; text-align: center;">

    :ciauz: :ciauz:


  • Moderatore

    E per l'immagine come posso fare?

    E se fosse una immagine come la posso impaginare.
    ES:

    ![image](Immagini/UfficioAssistenza.jpg)
    

    (io così ho una foto allineata assieme al testo)

    Grazie mille :yuppi:


  • Moderatore

    Altri errori:

     Line 45 column 19: there is no attribute "CODE".
          <applet CODE="photoalbum.class" codebase="Applet/ChiSiamo/" WIDTH="207" HE
    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 &#40;e.g. you must use the "Transitional" document type to get the "target" attribute&#41;, or by using vendor proprietary extensions such as "marginheight" &#40;this is usually fixed by using CSS to achieve the desired effect instead&#41;. 
    
    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&#58; check the spelling and case of the element and attribute, &#40;Remember XHTML is all lower-case&#41; and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. 
    
    &#9993; 
    
    Error Line 45 column 47&#58; there is no attribute "CODEBASE".
    ...let CODE="photoalbum.class" codebase="Applet/ChiSiamo/" WIDTH="207" HEIGHT="1
    &#9993; 
    
    Error Line 45 column 72&#58; there is no attribute "WIDTH".
    ...bum.class" codebase="Applet/ChiSiamo/" WIDTH="207" HEIGHT="147" align="bottom">
    &#9993; 
    
    Error Line 45 column 85&#58; there is no attribute "HEIGHT".
    ...Applet/ChiSiamo/" WIDTH="207" HEIGHT="147" align="bottom">
    &#9993; 
    
    Error Line 45 column 97&#58; there is no attribute "ALIGN".
    ...amo/" WIDTH="207" HEIGHT="147" align="bottom">
    &#9993; 
    
    Error Line 45 column 105&#58; element "APPLET" undefined.
    ...DTH="207" HEIGHT="147" align="bottom">
    You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by&#58; 
    
    incorrect use of the "Strict" document type with a document that uses frames &#40;e.g. you must use the "Frameset" document type to get the "<frameset>" element&#41;, 
    by using vendor proprietary extensions such as "<spacer>" or "<marquee>" &#40;this is usually fixed by using CSS to achieve the desired effect instead&#41;. 
    by using upper-case tags in XHTML &#40;in XHTML attributes and elements must be all lower-case. 
    
    

    Chi è così bravo da aiutarmi? :mmm:


  • Super User
    
    Error Line 45 column 47: there is no attribute "CODEBASE".
    ...let CODE="photoalbum.class" codebase="Applet/ChiSiamo/" WIDTH="207" HEIGHT="1
    &#9993;
    
    Error Line 45 column 72&#58; there is no attribute "WIDTH".
    ...bum.class" codebase="Applet/ChiSiamo/" WIDTH="207" HEIGHT="147" align="bottom">
    &#9993;
    
    Error Line 45 column 85&#58; there is no attribute "HEIGHT".
    ...Applet/ChiSiamo/" WIDTH="207" HEIGHT="147" align="bottom">
    &#9993;
    
    Error Line 45 column 97&#58; there is no attribute "ALIGN".
    ...amo/" WIDTH="207" HEIGHT="147" align="bottom">
    &#9993; 
    

    questi indicano che il tag che stai usando non ha la proprietà che tenti di usare.
    per risolvere il problema usa dei div o delle tabelle per impaginare come vuoi tu.


  • Moderatore

    E per quanto rigurada l'immagine:

    Come posso fare? :arrabbiato:


  • Super User
    
    <div align="right">
    ![image](Immagini/UfficioAssistenza.jpg)
    </div>
    
    

    :ciauz: :ciauz:


  • Moderatore

    @Tymba said:

    
    <div align="right">
    ![image](Immagini/UfficioAssistenza.jpg)
    </div>
    
    

    :ciauz: :ciauz:

    Così però non mi allinea il testo con la foto, vedi [url=http://www.unita.it/index.asp?SEZIONE_COD=HP&TOPIC_TIPO=&TOPIC_ID=44200]esempio


  • Moderatore

    E questo errore come lo risolvo:

    Line 36 column 68: there is no attribute "TARGET".
    ...="http://www.pollicino-va.it" target="_new"><img src="Immagini/ImmSponsor/Ban

    Grazie ancora

    Ma per non rompere le scatole non c'è su internet un qualcosa dove posso andare a vedere la sintassi corretta? :fumato:

    Grazie mille


  • User Attivo


    ->

    quello del target non lo so.


  • User Attivo

    target=_blank dovrebbe andare... se l'obbiettivo è far aprire in una nuova pagina va bene lo stesso.

    Oppure puoi scaricarti una pagina qualsiasi dei progetti del sito in firma c'è più o meno tutto quello che ti serve fatta con foglio di style.
    Per dubbi mi fai sapere. Ma non copiare troppo che ti cito per danni morali, materiali, immorali e consanguinei 😮 😄 :fumato: :lol:


  • Moderatore

    @corvo said:

    target=_blank dovrebbe andare... se l'obbiettivo è far aprire in una nuova pagina va bene lo stesso.

    Stessa cosa avevo già provato mi da questo errore:

    Line 36 column 54: there is no attribute "TARGET".
    ...="http//wwwPUNTOmySitePunto.it" target="_blank"><img src="Immagini/ImmSponsor/B
    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.

    Si vede che ci deve essere un'altra sintassi ma non so qual è


  • User Attivo

    Ti sei complicato la vita perchè usi HTML Strict 😮 ... non so che dirti io uso HTML Transitional o XHTML 1.0


  • Moderatore

    @corvo said:

    Ti sei complicato la vita perchè usi HTML Strict 😮 ... non so che dirti io uso HTML Transitional o XHTML 1.0

    Cos'è l'HTML Strict e perchè dici che lo uso? :lol:
    Io ho fatto la pagina con dreamveawer


  • User Attivo

    E' una deduzione dall'errore che ti da, leggi la dichiarazione (primo rigo) delle tue pagine dovrebbe esserci scritto qualcosa come
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD tipo documento">

    se tipo documento è Strict sostituisci con

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

    La vita oltre a viverla con entusisamo 😉 sarà anche più semplice


  • Moderatore

    Ok fatto grazie mille.

    Ne approfitto un attimo della tua sapienza per chiederti come risolve questo errore:

    Warning Line 38 column 124: cannot generate system identifier for general entity "origine".
    ...o.asp?comune=torri%20di%20quartesolo&origine=informadove&indirizzo=via%20cami
    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 "&" (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 æ 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.

    Grazie mille


  • User Attivo

    A occhio pare che hai usato un carattere non valido tipo: & à " è ecc va usata la codifica standard &=&amp ecc.
    Visto che usi Dreamweawer fai così:
    Premi maiscolo F6 e ti da la maggior parte degli errori (90%) e puoi correggerli facilmente, per i caratteri se vai nella schermata codice digiti & e ti appare tuttta la lista dei caratteri, ancora più semplice vai nella schermata grafica e riscrivi il carattere, automaticamente prende la codifica giusta nel codice. Ti elenza inoltre la maggior parte degli errori senza dover mettere in linea il sito e validarlo...

    Se hai ancora prob se puoi dammi il link e vedo un po come è messo il sito.


  • Moderatore

    Grazie grazie grazie :ciauz: