Visualizzazione dei risultati da 1 a 7 su 7
  1. #1

    w3c errori per la validazione

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

    per il mio cattivo inglese non riesco a risolvere questi problemi


    Line 177, Column 39: end tag for "SPAN" omitted, but its declaration does not permit this .
    font-family:Arial;color:#FFFFCC'></td>
    You forgot to close a tag, or
    you used something inside this tag that was not allowed, and the validator is complaining that the tag should be closed before such content can be allowed. The next message, "start tag was here" points to the particular instance of the tag in question); the positional indicator points to where the validator expected you to close the tag.

    Line 176, Column 50: start tag was here .

    Amortiguadores, Amortizoare...</span></em> <span style='font-size:16.0pt;

    Line 183, Column 95: an attribute value must be a literal unless it contains only name characters .
    …9_04_news_it_01pag.html"><span style= color:#FFFFCC;text-decoration:none”><im

    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

    Line 191 .... 185, end tag for element "EM" "SPAN" which is not open .

    …-Absorbers Maudar's site"></span> </em> </td>

    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

    ringrazio anticipatamente :O)
    il bello del sapere ... è sapere dove cercare :O)

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

  2. #2
    Moderatrice di Grafica, Cerco e offro lavoro L'avatar di Myaku
    Registrato dal
    Nov 2006
    Messaggi
    10,349
    credo tu abbia lasciato uno span aperto

    codice:
    [/i]<span style='font-size:16.0pt;
      font-family:Arial;color:#FFFFCC'></td>    
    
    <td><p class=MsoNormal>[img]index_file/image001.gif[/img]</td>
    
    <td><a href="http://www.ammortizzatori-maudar.com/pages4/09_04_news_it_01pag.html"><span style=”

  3. #3

    ringrazio :O)

    grazie per la risposta .... ma le soluzioni consigliate, ... in pratica quali sono ? cosa devo mettere o sostituire per risolvere il problema? .... grazie anticipato a chi mi potrà aiutare
    il bello del sapere ... è sapere dove cercare :O)

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

  4. #4
    Utente di HTML.it L'avatar di zoom
    Registrato dal
    Dec 2001
    Messaggi
    1,737
    la soluzione è chiudere lo span

    codice:
    [/i]<span style='font-size:16.0pt;
      font-family:Arial;color:#FFFFCC'></span> </td>
    Peraltro lo span è vuoto, quindi potresti anche toglierlo del tutto :master:
    Chicco Ravaglia per sempre con noi!

  5. #5

    ok ringrazio

    ringrazio tutti ..... ok RISOLTO ma sempre per dare un pò di fastidio chiedo se è il caso

    su consiglio w3c mettere al posto di

    <meta name="generator" content="Microsoft Word 10 (filtered)">

    mettere questo ?

    <meta name="generator" content="HTML Tidy for Linux (vers 1 September 2005), see www.w3.org">
    il bello del sapere ... è sapere dove cercare :O)

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

  6. #6
    Utente di HTML.it L'avatar di zoom
    Registrato dal
    Dec 2001
    Messaggi
    1,737
    il meta generator serve a dire che programma è stato usato per creare la pagina.
    quindi dipende dal programma, non dai consigli del w3c.
    Certo che word come programma...
    Chicco Ravaglia per sempre con noi!

  7. #7

    bhaaaa .....

    ...word dicono tutti che è una fetecchia .... ma io mi trovo bene ( per adesso ! ) ... pesante come codice ... e poi tanti problemi nella pulizia comunque a forza di lavorarci sopra ... sono costretto ad imparare un pò di html .... :O) .... comunque con il meta riportato prima me lo dava w3c da inserire nei tag infatti mi scriveva questo



    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
    <head>
    <meta name="generator" content="HTML Tidy for Linux (vers 1 September 2005), see www.w3.org">
    <title>ammortizzatori, sospensioni ed assetti sportivi - autoricambi</title>
    <link rel="shortcut icon" href="http://www.maudar.it/favicon.ico">
    </head>
    <body>
    </body>
    </html>
    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.