Originariamente inviato da Neo996sps
Line 78, Column 177: document type does not allow element "td" here; assuming missing "tr" start-tag
…th>D</th></tr></thead><tbody> <td></td> <td></td> <td>&n
l'annidamento corretto è

codice:
<tbody>
  <tr>
     <td>....</td>
     <td>....</td>
     <td>....</td>
  </tr>
  <tr>
    ...
  </tr>
a te in quel punto manca il <tr>


Originariamente inviato da Neo996sps
# Error Line 78, Column 317: general entity "ampanno" not defined and no default entity
…'./eve_dettaglio2.php?id=2009-08-10&ampanno=2009&ampmese=8&ampgiorno=1'>1</a>

ine 78, Column 422: reference to entity "ampanno" for which no system identifier could be generated
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.

devi scrivere
codice:
&amp;anno 
&amp;mese
&amp;giorno