• Super User

    @andferro said:

    GRAZIEEEEEEE...suggerimento eccezionale, onestamente, ma l'avevo detto che sono un neofita assoluto, non ci avevo pensato...mi metto subito al lavoro, e magari posto i moduli che danno conflitto, potrebbe essere utile ai posteri!!!
    😉
    Spirto giusto. 😄


  • User

    Problemissimo... fatto salva della pagina principale aperto dreamweaver, ma ora che pesci prendo?
    Es. il validatore mi restituisce questo errore

    • Line 12, Column 6: document type does not allow element "TITLE" here.
    • <title**>**miosito - Home</title>
    • 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).
    • image Line 14, Column 65: NET-enabling start-tag requires SHORTTAG YES.?eywords" content="miosito" />Il che significa, ed in effetti le righe indicate le individuo nel file index.htm che mi sono salvato, che c'è un errore di sintassi...fin qui ok...ma come capisco qual'è il modulo? posto che lerighe mi riportano questi dati
      LIne 14 <meta name="keywords" content="miosito" />
      Line 12 <title>miosito - Home</title>

  • Super User

    Alcune volte restituisce errori non precisi.
    Prova a disattivare qualche modulo, ad uno ad uno, e valida ogni volta e vedi quale ti fa comparire questo errore 😉


  • User

    altro problema... individuati alcuni moduli:
    mod_login.php
    mod_analogicclok.php
    mod_newsboxes.php
    mod_shynistat.php

    con dreamweaver ho apportato le correzioni (nulla dui che...correggi codice html, e converti in hyml 4.01 transitional), ma malgrado questo ricevo sempre errori.
    Ancor più strano è se faccio la validazione online, e ricevo 55 errori, contro la validazione del file miosito.htm, e ricevo 20 errori... cosa sbaglio?


  • Super User

    Rifatti solo a quella online quando il sito è su server remoto etc etc 🙂
    Se li hai individuati cerca di riparare 🙂


  • User Attivo

    Fai un check del tuo sito con CSE HTML Validator, ne esiste una versione free per uso personale. Apre le pagine direttamente dal web. Lo trovi qui
    Ciao

    Dario


  • User

    Sto impazzendo....
    il validatore mi restituisce questi errori

    • Line 483, Column 259: NET-enabling start-tag requires SHORTTAG YES.? width="129" align="left" border="0" /> </td><LI class=msg_warn> Line 489, Column 545: NET-enabling start-tag requires SHORTTAG YES.?mailanim.gif" width="129" border="0" /></a></p> </td>
    • Line 528, Column 190: NET-enabling start-tag requires SHORTTAG YES.?rivi una mail " height="30" /></span></a> Tutti e tre con la stessa motivazione:
      The sequence <FOO /> can be interpreted in at least two different ways,
      depending on the DOCTYPE of the document. For HMTL 4.01 Strict, the '/'
      terminates the tag <FOO (with an implied '>'). However, since many browsers
      don't interpret it this way, even in the presence of an HMTL 4.01 Strict
      DOCTYPE, it is best to avoid it completely in pure HTML documents and
      reserve its use solely for those written in XHTML.

    Se provo a mdoficare l'html mi si correge da solo (del resto / è necessario per
    chiudere la sequenza)... di converso non so più che pesci prendere... Si tratta di un
    di un modulo che risede a destra nella homepage con dentro due immagini
    che prevedono l'una gli attributi ALTe MAILTO l'altra il solo atributo ALT.
    Che faccio? AIUTOOOOO

    LA NOTIZA BUONA E' CHE SONO RIUSCITO A SCENDERE A SOLI 16 ERRORI,
    MA QUESTI PROPRIO NON SO COME CORREGGERLI!!!

    Al solito GRAZIE per il preziosissimo aiuto


  • User

    Sono riuscito a correggere quasi tutti gli errori che mi dava w3c, per alcuni è stato sufficiente convertire il file index.php del mio template in xhtml 4.01 di transizione, per altri, ho come suggerito eliminato i moduli che davano conflitto (jv_tempo, seleniaclock), ma ora sono ad una svolta ed ho veramente bisogno del vostro aiuto.
    Ho gli ultimi due errori e non so più che pesci prendere.
    Ve li incollo con il relativo messaggio di w3c, magari mi date un suggerimento, un'idea...
    E allora queste sono le righe incriminate, rispettivamente la 63 e la 108 del file index.php del template
    63 <td colspan="2" background="templates/<?php echo $cur_template; ?>/images/img3.jpg">
    108 <table border="0" cellpadding="0" cellspacing="0" width="630" height="600">
    (in rosso il "dove" w3c individua l'errore)

    Questo quello che mi dice w3c (credo mi suggerisca di operare sul foglio di stile, ma onestamente non so come fare!!!)

    *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. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the *FAQ item on valid flash](http://validator.w3.org/docs/help.html#faq-flash). *


  • Super User

    andferro, è vietato aprire 2 discussioni per lo stesso quesito.
    per ora ho unito le due discussioni, intanto ti invito a leggere i regolamenti , per non incorrere in spiacevoli richiami.
    Grazie 😉


  • User

    chiedo umilmente scusa!!!