Visualizzazione dei risultati da 1 a 9 su 9

Discussione: Validazione non riesce

  1. #1

    Validazione non riesce

    Error Line 22 column 39: there is no attribute "background".
    <td height="22" background="images/backtop.jpg" class="textgreyoscur
    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.
    Salve, non riesco a validare questultimo errore qualcuno mi può aiutare a risolverlo?

    Grazie.

    Michele

  2. #2
    Guarda che ti dice tutto lo stesso validatore: hai usato l'attributo "background" per il tag <td> che non è previsto dal doctype che hai dichiarato all'inizio del tuo documento html. Togli l'attributo background ed hai risolto, per mettere uno sfondo devi utilizzare i CSS

  3. #3
    Ho usato il doctype transitional, come faccio a inserirlo nei css?

    Michele

  4. #4
    bhè per impostare uno sfondo ad un elemento html tramite CSS fai così: nel tuo foglio di style inserisci questo:
    codice:
    .nome_classe { background-image: url('cartella/immagine.jpg') }
    poi assegni la classe ".nome_classe" al tag td in questo modo: <td class="nome_classe"

    ti consiglio inoltre di studiarti una buona guida ai css, stesso quelle di html.it sono davvero ottime

  5. #5
    Non mi funziona

    Michele

  6. #6
    Facciamo così, qui trovi la guida di base ai CSS:
    http://css.html.it/guide/leggi/2/guida-css-di-base/
    mentre qui trovi la pagina dedicata alla gestione degli sfondi tramite css:
    http://basic.html.it/guide/lezione/3...-dello-sfondo/
    leggi, studia, prova e se hai problemi riposta qui

  7. #7
    Sto leggendo nelle guide, ma qui parla di tag <body>, io devo inserirlo nel tag <td> di una tabella e non me lo fa uscire proprio.

    Michele

  8. #8
    http://xhtml.html.it/guide/lezione/1688/attributi-di-/

    Ho letto anche questa riga, cosi lo sfondo esce ma non viene convalidato dal w3c.

    Michele

  9. #9
    metti qui il codice della pagina usando il tag code e te la sistemo io.

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.