Errori Validator

di il
20 risposte

Errori Validator

Ciao e buongiorno a tutti,
dopo un periodo di assenza eccomi qui alla carica.
Intanto un saluto al grande Toki e a tutti i nuovi e vecchi utenti del forum, e parto subito con la domanda....
Il mio sito www.trovalocali.i sta iniziando ad esplodere (e io con lui, di felicità) ma ho riscontrato molti errori in fase di validazione; purtroppo le mie conoscenze informatiche non arrivano a questi livelli, quindi per gli errori gravi (quelli di chiusure tag mancanti sono facili e ce la faccio) chiederei cortesemente la vostra collaborazione per sistemarli. Ne posto solo uno alla volta, sperando di trovare, come sempre è successo, un aiuto in questo super forum.
Ecco il primo errore

Line 76, Column 8: 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>.

Non ho capito come devo modificare la linea e perchè.
Grazie a tutti e, come dico sempre con Toki... Un giro di birra ghiacciata a tutti

20 Risposte

  • Re: Errori Validator

    Una birra non si rifiuta mai neanche a quest'orario.
    Come stai è da un po' che non ti vedevo sul forum, stavo per squinzagliare i cani da tartufo...
    L'errore è una stupidaggine, devi aggiungere il type allo script, esempio:
    
    <script type="text/javascript">
    ...
    ....
    ....
    </script>
    
  • Re: Errori Validator

    Ciao,
    diciamo che ho avuto un po' da fare col mio mio "vero" lavoro, poi la famiglia, un po' di cosette varie, un po' di web-social-media marketing sul sito (che ora viaggia a 370 di media giornaliera), però tutto bene, prometto che cercherò di riprendere un po' di vita forumistica.
    Problema sistemato! (E col tuo aiuto non potrebbe essere altrimenti) E sotto con un altro errore.
    Stavolta in una sola riga ce ne sono uno sctafacio; il problema è che il quel codice l'ho preso già pronto, quindi a maggior ragione non so dove mettere le mani...
    Ecco il casino
    Line 83, Column 19: cannot generate system identifier for general entity "utmxkey"
    +'/siteopt.js?v=1&utmxkey='+k+'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime…
    ?
    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 &aelig; 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.

    Line 83, Column 19: general entity "utmxkey" not defined and no default entity
    +'/siteopt.js?v=1&utmxkey='+k+'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime…
    ?
    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 83, Column 26: reference not terminated by REFC delimiter
    +'/siteopt.js?v=1&utmxkey='+k+'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime…
    ?
    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

    Line 83, Column 26: reference to entity "utmxkey" for which no system identifier could be generated
    +'/siteopt.js?v=1&utmxkey='+k+'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime…
    ?
    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 83, Column 18: entity was defined here
    +'/siteopt.js?v=1&utmxkey='+k+'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime…
    Line 83, Column 33: cannot generate system identifier for general entity "utmx"
    +'/siteopt.js?v=1&utmxkey='+k+'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime…
    ?
    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 &aelig; 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.

    Line 83, Column 33: general entity "utmx" not defined and no default entity
    +'/siteopt.js?v=1&utmxkey='+k+'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime…
    ?
    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 83, Column 37: reference not terminated by REFC delimiter
    +'/siteopt.js?v=1&utmxkey='+k+'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime…
    ?
    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

    Line 83, Column 37: reference to entity "utmx" for which no system identifier could be generated
    +'/siteopt.js?v=1&utmxkey='+k+'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime…
    ?
    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 83, Column 32: entity was defined here
    +'/siteopt.js?v=1&utmxkey='+k+'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime…
    Line 83, Column 51: cannot generate system identifier for general entity "utmxx"
    …/siteopt.js?v=1&utmxkey='+k+'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime='
    ?
    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 &aelig; 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.

    Line 83, Column 51: general entity "utmxx" not defined and no default entity
    …/siteopt.js?v=1&utmxkey='+k+'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime='
    ?
    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 83, Column 56: reference not terminated by REFC delimiter
    …/siteopt.js?v=1&utmxkey='+k+'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime='
    ?
    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

    Line 83, Column 56: reference to entity "utmxx" for which no system identifier could be generated
    …/siteopt.js?v=1&utmxkey='+k+'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime='
    ?
    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 83, Column 50: entity was defined here
    …/siteopt.js?v=1&utmxkey='+k+'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime='
    Line 83, Column 72: cannot generate system identifier for general entity "utmxtime"
    …/siteopt.js?v=1&utmxkey='+k+'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime='
    ?
    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 &aelig; 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.

    Line 83, Column 72: general entity "utmxtime" not defined and no default entity
    …/siteopt.js?v=1&utmxkey='+k+'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime='
    ?
    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 83, Column 80: reference not terminated by REFC delimiter
    …/siteopt.js?v=1&utmxkey='+k+'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime='
    ?
    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

    Line 83, Column 80: reference to entity "utmxtime" for which no system identifier could be generated
    …/siteopt.js?v=1&utmxkey='+k+'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime='
    ?
    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 83, Column 71: entity was defined here
    …/siteopt.js?v=1&utmxkey='+k+'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime='

    Che faccio? Lo faccio esplodere?
    Una bella Guinness nera anche se sono le 7 di mattina
  • Re: Errori Validator

    Si li il problema è il carattere:
    & 
    se vuoi fare il fix devi sostituire questo carattere con:
    &
    Mi fa piacere che il sito incrementa gli accessi. Adesso visto come va la tecnologia dovrai farti trovalocali per dispositivi mobili
  • Re: Errori Validator

    A dirti la verità ad una App ci avevo pensato anche perché ci sono siti ai quali se dai in pasto il sito ti fa l applicazione.Ora però come obiettivi ho :
    Passare tutto il sito al php
    Far validare almeno la prima pagina
    Cambiare i menu con un include in modo che siano più immediati da cambiare
    Spingere molto sul marketing
    Di buono è che avendo utilizzato un css si vede bene sui cellulari.
    Che ne pensi del programma App Geyser?
    Quando stasera torno a casa,faccio la modifica e ti faccio sapere
  • Re: Errori Validator

    Sei troppo forte, gli errori scendono a vista d'occhio
    Ora riesco a vedere meglio quelli semplici da sistemare
    Un consiglio; il comando dell'andare a caapo è meglio <br> o <br /> ?
    Grazie illustrissimo
  • Re: Errori Validator

    Usa: <br />

    Non mi è capitato si usare applicazionioni come App Geyser o simili quindi non saprei che dirti.
    Gli obiettivi che hai citato sono sicuramente prioritari quindi assolutamente da perseguire.

    Un saluto e a presto
  • Re: Errori Validator

    Aiuto tuo + applicazione mia = Meno 120 errori
    Ora, mi sto scervellando su una cosa.
    Il validator mi da "abbastanza" errori così:

    Line 225, Column 12: document type does not allow element "li" here; missing one of "ul", "ol", "menu", "dir" start-tag
    <li><a href="#">Liguria</a><ul>
    ?
    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

    Ora il punto è questo: in pratica, quello è l'ultimo nodo dell'albero che forma il menù a sinistra e, se fosse un errore, dovrebbe darmelo per tutti i nodi, ma non è così. Ho provato a sostituirlo con "ol" ma nessun effetto. Che faccio, lo spacco?
    Se serve posso postarti tutto il codice del menù.
    Altra domanda: ma secondo te perchè quando faccio il "revalidate" mi da sempre la versiona precedente? Ci sono errori che lui mi indica essere alla riga X quando quella neanche esiste... Considera che ho messo in un file .inc la lista degli annunci che scorrono in home page, e lui ancora mi dice che ci sono errori come se fossero nella pagina..... Halp pls
  • Re: Errori Validator

    Poi ti mando la fattura

    Allora il menu dal punto di vista html deve essere cos'ì
    
    <ul>
    <li><a href="#">Liguria</a></li>
    <li><a href="#">Milano</a></li>
    <li><a href="#">Bla Bla..</a></li>
    </ul>
    
    Quindi le voci vanno tra i tag <li> e </li> mentre il tuttova messo tra i tag <ul> e </ul>

    Fammi sapere se è tutto chiaro.
  • Re: Errori Validator

    Il problema è che il menù non è tutto sullo stesso livello, e il nesting dell'<ul> mi permette di ottenere l'effetto del sotto menù.
    Questo è il codice di tutto il menù
    <li><a href="#">Ricerca per città</a><ul>
    	<li><a href="#">Nord</a><ul>
        	<li><a href="#">Piemonte</a><ul>
            	<li><a href="http://www.trovalocali.it/Piemonte/Alessandria/AlessandriaIndex.htm">Alessandria</a></li>
                <li><a href="http://www.trovalocali.it/Piemonte/Asti/AstiIndex.htm">Asti</a></li>
                <li><a href="http://www.trovalocali.it/Piemonte/Biella/BiellaIndex.htm">Biella</a></li>
                <li><a href="http://www.trovalocali.it/Piemonte/Cuneo/CuneoIndex.htm">Cuneo</a></li>
                <li><a href="http://www.trovalocali.it/Piemonte/Novara/NovaraIndex.htm">Novara</a></li>
                <li><a href="http://www.trovalocali.it/Piemonte/Torino/TorinoIndex.htm">Torino</a></li>
                <li><a href="http://www.trovalocali.it/Piemonte/Verbania/VerbaniaIndex.htm">Verbania</a></li>
                <li><a href="http://www.trovalocali.it/Piemonte/Vercelli/VercelliIndex.htm">Vercelli</a></li>
            </ul>
            </li>
            <li><a href="#">Valle d'Aosta</a><ul>
            	<li><a href="http://www.trovalocali.it/Aosta/AostaIndex.php">Aosta</a></li>
            </ul>
            <li><a href="#">Liguria</a><ul>
            	<li><a href="http://www.trovalocali.it/Liguria/Genova/GenovaIndex.htm">Genova</a></li>
                <li><a href="http://www.trovalocali.it/Liguria/Imperia/ImperiaIndex.htm">Imperia</a></li>
                <li><a href="http://www.trovalocali.it/Liguria/La%20Spezia/LaSpeziaIndex.htm">La Spezia</a></li>
                <li><a href="http://www.trovalocali.it/Liguria/Savona/SavonaIndex.htm">Savona</a></li>
            </ul>
            </li>
            <li><a href="#">Lombardia</a><ul>
            	<li><a href="http://www.trovalocali.it/Lombardia/Bergamo/BergamoIndex.htm">Bergamo</a></li>
                <li><a href="http://www.trovalocali.it/Lombardia/Brescia/BresciaIndex.htm">Brescia</a></li>
                <li><a href="http://www.trovalocali.it/Lombardia/Como/ComoIndex.htm">Como</a></li>
                <li><a href="http://www.trovalocali.it/Lombardia/Cremona/CremonaIndex.htm">Cremona</a></li>
                <li><a href="http://www.trovalocali.it/Lombardia/Lecco/LeccoIndex.htm">Lecco</a></li>
                <li><a href="http://www.trovalocali.it/Lombardia/Lodi/LodiIndex.htm">Lodi</a></li>
                <li><a href="http://www.trovalocali.it/Lombardia/Mantova/MantovaIndex.htm">Mantova</a></li>
                <li><a href="http://www.trovalocali.it/Lombardia/Milano/MilanoIndex.htm">Milano</a></li>
                <li><a href="http://www.trovalocali.it/Lombardia/Monza-Brianza/MonzaBrianzaIndex.html">Monza-Brianza</a></li>
                <li><a href="http://www.trovalocali.it/Lombardia/Pavia/PaviaIndex.htm">Pavia</a></li>
                <li><a href="http://www.trovalocali.it/Lombardia/Sondrio/SondrioIndex.htm">Sondrio</a></li>
                <li><a href="http://www.trovalocali.it/Lombardia/Varese/VareseIndex.htm">Varese</a></li>
            </ul>
            </li>
            <li><a href="#">Trentino Alto Adige</a><ul>
            	<li><a href="http://www.trovalocali.it/TrentinoAA/Bolzano/BolzanoIndex.htm">Bolzano</a></li>
                <li><a href="http://www.trovalocali.it/TrentinoAA/Trento/TrentoIndex.htm">Città</a></li>
            </ul>
            </li>
            <li><a href="#">Veneto</a><ul>
            	<li><a href="http://www.trovalocali.it/Veneto/Belluno/BellunoIndex.htm">Belluno</a></li>
                <li><a href="http://www.trovalocali.it/Veneto/Padova/PadovaIndex.htm">Padova</a></li>
                <li><a href="http://www.trovalocali.it/Veneto/Rovigo/RovigoIndex.htm">Rovigo</a></li>
                <li><a href="http://www.trovalocali.it/Veneto/Treviso/TrevisoIndex.htm">Treviso</a></li>
                <li><a href="http://www.trovalocali.it/Veneto/Venezia/VeneziaIndex.php">Venezia</a></li>
                <li><a href="http://www.trovalocali.it/Veneto/Verona/VeronaIndex.php">Verona</a></li>
                <li><a href="http://www.trovalocali.it/Veneto/Vicenza/VicenzaIndex.php">Vicenza</a></li>
            </ul>
            </li>
            <li><a href="#">Friuli Venezia Giulia</a><ul>
            	<li><a href="http://www.trovalocali.it/FriuliVG/Gorizia/GoriziaIndex.htm">Gorizia</a></li>
                <li><a href="http://www.trovalocali.it/FriuliVG/Pordenone/PordenoneIndex.htm">Pordenone</a></li>
                <li><a href="http://www.trovalocali.it/FriuliVG/Trieste/TriesteIndex.htm">Trieste</a></li>
                <li><a href="http://www.trovalocali.it/FriuliVG/Udine/UdineIndex.htm">Udine</a></li>
            </ul>
            </li>
            <li><a href="#">Emilia Romagna</a><ul>
            	<li><a href="http://www.trovalocali.it/Emilia%20Romagna/Bologna/BolognaIndex.htm">Bologna</a></li>
                <li><a href="http://www.trovalocali.it/Emilia%20Romagna/Ferrara/FerraraIndex.htm">Ferrara</a></li>
                <li><a href="http://www.trovalocali.it/Emilia%20Romagna/ForliCesena/ForliCesenaIndex.htm">Forlì-Cesena</a></li>
                <li><a href="http://www.trovalocali.it/Emilia%20Romagna/Modena/ModenaIndex.htm">Modena</a></li>
                <li><a href="http://www.trovalocali.it/Emilia%20Romagna/Parma/ParmaIndex.htm">Parma</a></li>
                <li><a href="http://www.trovalocali.it/Emilia%20Romagna/Piacenza/PiacenzaIndex.htm">Piacenza</a></li>
                <li><a href="http://www.trovalocali.it/Emilia%20Romagna/Ravenna/RavennaIndex.htm">Ravenna</a></li>
                <li><a href="http://www.trovalocali.it/Emilia%20Romagna/ReggioEmilia/ReggioEmiliaIndex.htm">Reggio Emilia</a></li>
                <li><a href="http://www.trovalocali.it/Emilia%20Romagna/Rimini/RiminiIndex.htm">Rimini</a></li>
            </ul>
            </li>
          </ul></li> 
       	<li><a href="#">Centro</a><ul>
        	<li><a href="#">Abruzzo</a><ul>
            	<li><a href="http://www.trovalocali.it/Abruzzo/Chieti/ChietiIndex.php">Chieti</a></li>
                <li><a href="http://www.trovalocali.it/Abruzzo/LAquila/LAquilaIndex.php">L'Aquila</a></li>
                <li><a href="http://www.trovalocali.it/Abruzzo/Pescara/PescaraIndex.php">Pescara</a></li>
                <li><a href="http://www.trovalocali.it/Abruzzo/Teramo/TeramoIndex.php">Teramo</a></li>
            </ul>
            </li>
             <li><a href="#">Toscana</a><ul>
            	<li><a href="http://www.trovalocali.it/Toscana/Arezzo/ArezzoIndex.htm">Arezzo</a></li>
                <li><a href="http://www.trovalocali.it/Toscana/Firenze/FirenzeIndex.htm">Firenze</a></li>
                <li><a href="http://www.trovalocali.it/Toscana/Grosseto/GrossetoIndex.htm">Grosseto</a></li>
                <li><a href="http://www.trovalocali.it/Toscana/Livorno/LivornoIndex.htm">Livorno</a></li>
                <li><a href="http://www.trovalocali.it/Toscana/Lucca/LuccaIndex.htm">Lucca</a></li>
                <li><a href="http://www.trovalocali.it/Toscana/Massa/MassaIndex.htm">Massa</a></li>
                <li><a href="http://www.trovalocali.it/Toscana/Pisa/PisaIndex.htm">Pisa</a></li>
                <li><a href="http://www.trovalocali.it/Toscana/Pistoia/PistoiaIndex.htm">Pistoia</a></li>
                <li><a href="http://www.trovalocali.it/Toscana/Prato/PratoIndex.htm">Prato</a></li>
                <li><a href="http://www.trovalocali.it/Toscana/Siena/SienaIndex.htm">Siena</a></li>
             </ul>
             </li>
                 	<li><a href="#">Umbria</a><ul>
            	<li><a href="http://www.trovalocali.it/Umbria/Perugia/PerugiaIndex.htm">Perugia</a></li>
                <li><a href="http://www.trovalocali.it/Umbria/Terni/TerniIndex.htm">Terni</a></li>
            </ul>
            </li>
             <li><a href="#">Lazio</a><ul>
            	<li><a href="http://www.trovalocali.it/Lazio/Frosinone/FrosinoneIndex.htm">Frosinone</a></li>
                <li><a href="http://www.trovalocali.it/Lazio/Latina/LatinaIndex.htm">Latina</a></li>
                <li><a href="http://www.trovalocali.it/Lazio/Rieti/RietiIndex.htm">Rieti</a></li>
                <li><a href="http://www.trovalocali.it/Lazio/Roma/RomaIndex.htm">Roma</a></li>
                <li><a href="http://www.trovalocali.it/Lazio/Viterbo/ViterboIndex.htm">Viterbo</a></li>
             </ul>
             </li>
                 	<li><a href="#">Marche</a><ul>
            	<li><a href="http://www.trovalocali.it/Marche/Ancona/AnconaIndex.htm">Ancona</a></li>
                <li><a href="http://www.trovalocali.it/Marche/Ascoli/AscoliIndex.htm">Ascoli Piceno</a></li>
                <li><a href="http://www.trovalocali.it/Marche/Fermo/FermoIndex.htm">Fermo</a></li>
                <li><a href="http://www.trovalocali.it/Marche/Macerata/MacerataIndex.htm">Macerata</a></li>
                <li><a href="http://www.trovalocali.it/Marche/Pesaro/PesaroIndex.php">Pesaro-Urbino</a></li>
            </ul>
            </li>
             <li><a href="#">Sardegna</a><ul>
            	<li><a href="http://www.trovalocali.it/Sardegna/Cagliari/CagliariIndex.htm">Cagliari</a></li>
                <li><a href="http://www.trovalocali.it/Sardegna/Iglesiente/IglesienteIndex.htm">Carbonia-Iglesias</a></li>
                <li><a href="http://www.trovalocali.it/Sardegna/Medio-Campidano/MedioCampidanoIndex.htm">Medio-Campidano</a></li>
                <li><a href="http://www.trovalocali.it/Sardegna/Nuoro/NuoroIndex.htm">Nuoro</a></li>
                <li><a href="http://www.trovalocali.it/Sardegna/Ogliastra/OgliastraIndex.htm">Ogliastra</a></li>
                <li><a href="http://www.trovalocali.it/Sardegna/Olbia-Tempio/Olbia-TempioIndex.htm">Olbia-Tempio</a></li>
                <li><a href="http://www.trovalocali.it/Sardegna/Oristano/OristanoIndex.htm">Oristano</a></li>
                <li><a href="http://www.trovalocali.it/Sardegna/Sassari/SassariIndex.htm">Sassari</a></li>
             </ul>
             </li>
          </ul></li>
        	<li><a href="#">Sud</a><ul>
        	<li><a href="#">Sicilia</a><ul>
            	<li><a href="http://www.trovalocali.it/Sicilia/Agrigento/AgrigentoIndex.htm">Agrigento</a></li>
                <li><a href="http://www.trovalocali.it/Sicilia/Caltanissetta/CaltanissettaIndex.htm">Caltanissetta</a></li>
                <li><a href="http://www.trovalocali.it/Sicilia/Catania/CataniaIndex.htm">Catania</a></li>
                <li><a href="http://www.trovalocali.it/Sicilia/Enna/EnnaIndex.htm">Enna</a></li>
                <li><a href="http://www.trovalocali.it/Sicilia/Messina/MessinaIndex.htm">Messina</a></li>
                <li><a href="http://www.trovalocali.it/Sicilia/Palermo/PalermoIndex.htm">Palermo</a></li>
                <li><a href="http://www.trovalocali.it/Sicilia/Ragusa/RagusaIndex.htm">Ragusa</a></li>
                <li><a href="http://www.trovalocali.it/Sicilia/Siracusa/SiracusaIndex.htm">Siracusa</a></li>
                <li><a href="http://www.trovalocali.it/Sicilia/Trapani/TrapaniIndex.htm">Trapani</a></li>
            </ul>
            </li>
             <li><a href="#">Molise</a><ul>
            	<li><a href="http://www.trovalocali.it/Molise/Campobasso/CampobassoIndex.html">Campobasso</a></li>
                <li><a href="http://www.trovalocali.it/Molise/Isernia/IserniaIndex.html">Isernia</a></li>
             </ul>
             </li>
                 	<li><a href="#">Campania</a><ul>
            	<li><a href="http://www.trovalocali.it/Campania/Avellino/AvellinoIndex.php">Avellino</a></li>
                <li><a href="http://www.trovalocali.it/Campania/Benevento/BeneventoIndex.php">Benevento</a></li>
                <li><a href="http://www.trovalocali.it/Campania/Caserta/CasertaIndex.php">Caserta</a></li>
                <li><a href="http://www.trovalocali.it/Campania/Napoli/NapoliIndex.php">Napoli</a></li>
                <li><a href="http://www.trovalocali.it/Campania/Salerno/SalernoIndex.php">Salerno</a></li>
            </ul>
            </li>
             <li><a href="#">Puglia</a><ul>
            	<li><a href="http://www.trovalocali.it/Puglia/Bari/BariIndex.htm">Bari</a></li>
                <li><a href="http://www.trovalocali.it/Puglia/BAT/BATIndex.html">Barletta-Andria-Trani</a></li>
                <li><a href="http://www.trovalocali.it/Puglia/Brindisi/BrindisiIndex.htm">Brindisi</a></li>
                <li><a href="http://www.trovalocali.it/Puglia/Foggia/FoggiaIndex.htm">Foggia</a></li>
                <li><a href="http://www.trovalocali.it/Puglia/Lecce/LecceIndex.htm">Lecce</a></li>
                <li><a href="http://www.trovalocali.it/Puglia/Taranto/TarantoIndex.htm">Taranto</a></li>
             </ul>
             </li>
                 	<li><a href="#">Basilicata</a><ul>
            	<li><a href="http://www.trovalocali.it/Basilicata/Matera/MateraIndex.php">Matera</a></li>
                <li><a href="http://www.trovalocali.it/Basilicata/Potenza/PotenzaIndex.php">Potenza</a></li>
            </ul>
            </li>
             <li><a href="#">Calabria</a><ul>
            	<li><a href="http://www.trovalocali.it/Calabria/Catanzaro/CatandazoIndex.php">Catanzaro</a></li>
                <li><a href="http://www.trovalocali.it/Calabria/Cosenza/CosenzaIndex.php">Cosenza</a></li>
                <li><a href="http://www.trovalocali.it/Calabria/Crotone/CrotoneIndex.php">Crotone</a></li>
                <li><a href="http://www.trovalocali.it/Calabria/Reggio%20di%20Calabria/ReggioIndex.php">Reggio Calabria</a></li>
                <li><a href="http://www.trovalocali.it/Calabria/ViboValentia/ViboIndex.php">Vibo Valentia</a></li>
             </ul>
             </li>
          </ul></li>
    </ul>
    </li>
    <li><a href="Concorso.html">Classifica regionale</a></li>
    <li><a href="Contattaci/CommentiSu.html">Contattaci</a></li>
    <li><a href="Collabora/Collabora.php">Collabora con noi</a></li>
    </li>
    </ul>
    In pratica, ad esempio, sarebbe
    Nord<ul>ul
    Piemonte <ul>
    Torino
    e tutte le città

    Altrimenti dovrei provare ad eliminare il primo screening Nord, Centro e Sud, ma temo l'effetto sarebbe lo stesso...
  • Re: Errori Validator

    Ragazzo metti il codice nel blocco code perchè cosi' non si capisce niente.
    Gli ul annidati puoi farli ci mancherebbe, l'importante che rispetti la struttura che ti ho detto prima
  • Re: Errori Validator

    In che senso metterlo nel blocco?
    Tutto il codice è compreso nel blocco <li> e </li>
    Ovviamente controllate tutte le chiusure a mano una per una...
  • Re: Errori Validator

    Ho provato ad allegare un file .txt ma mi dice che non è possibile.
    In che formato posso allegare?
  • Re: Errori Validator

    Intendevo il blocco code dell'editor del forum, cmq ci ho pensato io.
    Nel codice che hai inserito manca il primo ul (di apertura) prima di Ricerca per città
  • Re: Errori Validator

    L'ho messo, ma mi inizia a dare come non valide le chiusure dei collegamenti, mi dice ad esempio, che dopo Ricerca per città </a> lo devo togliere, ma se lo tolgo, me li fa togliere tutti
    Comunque per ringraziarti (so che non è molto, ma ci provo) ti do un mese di banner in home uno dei due laterali...
    Spero possa farti piacere
Devi accedere o registrarti per scrivere nel forum
20 risposte