Visualizzazione dei risultati da 1 a 8 su 8

Discussione: errore w3c

  1. #1

    errore w3c

    www.maudar.it .... neofita in gran carriera

    errore ..... document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>")

    The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem


    il mio cattivo inglese ha colpito ancora ..... un aiutino ? ringrazio anticipatamente
    il bello del sapere ... è sapere dove cercare :O)

    web : http://www.ammortizzatori-maudar.com
    web : http://www.maudar.it/

  2. #2

    Re: errore w3c

    Originariamente inviato da maopapi
    www.maudar.it .... neofita in gran carriera

    errore ..... document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>")

    The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem


    il mio cattivo inglese ha colpito ancora ..... un aiutino ? ringrazio anticipatamente


    dice che hai lasciato il tag di chiusura ma non trova il tag di apertura

  3. #3

    ringrazio

    ---> @graffithouse

    rigrazio per la risposta .... ma se questo è chiuso dalla parentesi tonda ... ha un inizio ed una fine ..... ("<span id='s"+i+"' style='position:absolute;top:
    "+snowmaxsize+"'>"+snowletter+"</span>")

    quindi come faccio a risolvere il problema in questo script ? .... grazie
    il bello del sapere ... è sapere dove cercare :O)

    web : http://www.ammortizzatori-maudar.com
    web : http://www.maudar.it/

  4. #4

    Re: ringrazio

    Originariamente inviato da maopapi
    ---> @graffithouse

    rigrazio per la risposta .... ma se questo è chiuso dalla parentesi tonda ... ha un inizio ed una fine ..... ("<span id='s"+i+"' style='position:absolute;top:
    "+snowmaxsize+"'>"+snowletter+"</span>")

    quindi come faccio a risolvere il problema in questo script ? .... grazie
    cevi cercare il tag che è rimasto apertodevi rileggere tutto il codice alla ricerca dell'errore

  5. #5
    Affinch&egrave; il validatore non interpreti come html una istruzione javascript che contiene, come stringhe, aperture e chiusure di tag html, devi 'fregarlo', scrivendo i tags 'a rate':
    codice:
    document.write("<" + "span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"<" + "/span>")
    Cos&igrave; dovrebbe funzionare.

    HTH
    Zappa
    [PC:Presario 2515EU][Cpu:P4@2.3GHz][Ram: 512M][HDU:80G@5400 RPM]
    [Wireless:LinkSys][OS: Ubuntu 9.04 - Jaunty Jackalope]

  6. #6

    ..... grazie :o)

    ---> @homezappa

    grazie per la dritta .... funonzia ....! sei un grande ! ( come tutti nel sito ) .... grazie :O)
    il bello del sapere ... è sapere dove cercare :O)

    web : http://www.ammortizzatori-maudar.com
    web : http://www.maudar.it/

  7. #7

    mannaggia .... :O(

    credevo di aver risolto .... ma niente ....

    non fuge lo script e non supera neanche il problema w3c ..... :O(
    il bello del sapere ... è sapere dove cercare :O)

    web : http://www.ammortizzatori-maudar.com
    web : http://www.maudar.it/

  8. #8

    RISOLTOOOOOOOOOOOO

    ok risolto .... grazie a tutti .... --> @homezappa avevi ragione ..... bisogna spezzare
    le ho provate tutte ... alla numero 185476241 ok ! ;O)

    risolto con …. +"<" + "/span>")

    un ciaux a tutti
    il bello del sapere ... è sapere dove cercare :O)

    web : http://www.ammortizzatori-maudar.com
    web : http://www.maudar.it/

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.