Guten Morgen Forum,
es gibt ein Validierungsproblem mit diesem html Code:
<tr>
<td class="download"><a href="catalog.php?id_product={$download.id_product}">{$download.productname}</a></td>
<td class="download">{$download.filesize} k</td>
<td class="download"><a href="{$filepath}/{$type}/{$download.filename}.pdf" /><img src="../images/pdf.gif" alt="pdf" /></a> </td>
</tr>
<Fehlermeldung>Error: end tag for element a which is not open; try removing the end tag or check for improper nesting of elements</Fehlermeldung>
Verstehe absolut nicht, was damit verkehrt sein soll.
Weiß jemand Rat ?
Danke