Pagina 1 di 2 1 2 ultimoultimo
Visualizzazione dei risultati da 1 a 10 su 12
  1. #1
    Utente di HTML.it
    Registrato dal
    Apr 2001
    Messaggi
    214

    W3C....aiuto con alcuni errori che non capisco...

    come in oggetto...

    vi posto sotto alcuni degli errori che non capisco....rilevati dal validator....

    premetto ...non ho esperienza teorica con HTML...vi prego di piegarmi se possibile passo passo gli errori...grazie

    ================================================== ===
    Line 97, column 68: required attribute "ALT" not specified

    ...s/1.gif" name="BannerAd" width="468" height="60" ></a>

    Line 87, column 58: required attribute "TYPE" not specified

    <p align="right"><script language="JavaScript">

    Line 69, column 22: document type does not allow element "BASE" here

    <base target="_self">

    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).


    Line 199, column 49: there is no attribute "HEIGHT"

    cellPadding=8 width="100%" border=1 height="332">

    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.


    Line 207, column 114: there is no attribute "BORDERCOLOR"

    ...rder-collapse: collapse" bordercolor="#111111" width="100%">


    Line 220, column 49: there is no attribute "BACKGROUND"

    <td width="72%" background="imgs/sf.gif" valign="top">

    Line 69, column 22: document type does not allow element "BASE" here

    <base target="_self">

    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).



    =====================================


    questi alcuni degli errori....grazie per il prezioso aiuto

    Validator HTML 4.01 transitional
    Forum....grazie di esistere...non sono bravo ma ho tanta voglia di imparare........

  2. #2
    Allora il primo errore alla linea 97 indica che manca l'attributo ALT (sarebbe il testo alternativo all'immagine, in caso essa non sia reperibile, il w3c la vuole)
    va dentro il tag <img>

    Il secondo ti informa che va indicato il tipo di script es:
    <script type="text/javascript" ...

    alla riga 69 ti dice che l'elemento <base> non vuol dire una sega messo li dove stà...

    alla line 199 ti dice che non si può impostare un'altezza così come hai fatto, ma si deve fare usando i fogli di stile

    alla riga 207 e 209 ti dice (come sopra) che quei paramentri non possono essere impostati così, ma solo attraverso i fogli di stile

    l'ultimo errore è lo stesso della riga 69

    Stefano
    May the source be with you
    http://www.fiaschi.org

  3. #3
    Utente di HTML.it
    Registrato dal
    Apr 2001
    Messaggi
    214

    ...thanks...

    riprovo a validare tutto..!
    Forum....grazie di esistere...non sono bravo ma ho tanta voglia di imparare........

  4. #4
    Utente di HTML.it
    Registrato dal
    Apr 2001
    Messaggi
    214

    ...continuano alcuni errori

    ....

    questo è l'errore...
    ==============================
    Line 212, column 88: required attribute "ALT" not specified

    ...ape="rect" coords="76, 173, 153, 242">


    questa è la correzione....
    ===========================
    ...ape="rect" coords="76, 173, 153, 242" alt="Il Carnevale di Regalbuto 2005">



    questo è l'errore...
    ==============================
    Line 99, column 29: required attribute "TYPE" not specified

    <script language="JavaScript">


    questa è la correzione....
    ===========================
    <script language="JavaScript" type="text/javascript">


    CONTINUA A DARMI ERRORE....DOVE SBAGLIO???


    HO RICARICATO LA PAGINA...svuotato la cache....nessun risultato....
    Forum....grazie di esistere...non sono bravo ma ho tanta voglia di imparare........

  5. #5
    Utente di HTML.it L'avatar di floyd46
    Registrato dal
    Feb 2002
    residenza
    Apulia
    Messaggi
    2,641

    Re: ...continuano alcuni errori

    perchè non scrivi l'URL della pagina?
    potrebbe essere + semplice darti aiuto.
    ciao
    "Le persone che realizzano layout con tabelle annidate, spacer gif o che ignorano l'accessibilità non possono più definirsi professionisti." Andy Clarke
    --------------------------------

    www.extrowebsite.com

  6. #6
    Utente di HTML.it
    Registrato dal
    Apr 2001
    Messaggi
    214

    scusa...

    hai ragione.....


    http://www.apdregalbuto.it/sito/index.htm

    ...grazie
    Forum....grazie di esistere...non sono bravo ma ho tanta voglia di imparare........

  7. #7
    Utente di HTML.it
    Registrato dal
    Apr 2001
    Messaggi
    214

    tutto OK...

    sbagliavo ad uploudare il file.....andavo sulla cartella sbagliata!!!......

    grazie-----
    Forum....grazie di esistere...non sono bravo ma ho tanta voglia di imparare........

  8. #8
    Utente di HTML.it L'avatar di floyd46
    Registrato dal
    Feb 2002
    residenza
    Apulia
    Messaggi
    2,641

    Re: tutto OK...

    Infatti...... mi pareva strano

    dovresti fare attenzione solo a queste piccolissime sviste:

    Errors

    URI : http://www.apdregalbuto.it/sito/style.css
    Line: 5 Context : .effect:hover
    hand is not a cursor value : hand

    Line: 11 Context : .effectia:hover
    hand is not a cursor value : hand

    ciao
    "Le persone che realizzano layout con tabelle annidate, spacer gif o che ignorano l'accessibilità non possono più definirsi professionisti." Andy Clarke
    --------------------------------

    www.extrowebsite.com

  9. #9
    Utente di HTML.it
    Registrato dal
    Apr 2001
    Messaggi
    214

    ...appunto..

    ma come correggere gli errori che hai appena indicato??
    Forum....grazie di esistere...non sono bravo ma ho tanta voglia di imparare........

  10. #10
    Utente di HTML.it L'avatar di Dr Mal
    Registrato dal
    Apr 2002
    Messaggi
    2,536
    non puoi applicare al "cursor" il type "hand"
    [Proteggiamo la Natura e gli Animali: appartengono alle cose più belle che ci sono state donate.]

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 © 2025 vBulletin Solutions, Inc. All rights reserved.