PHP expert |
|
Natuurlijk je moet Movie als een subblock zetten.
<!-- START BLOCK : Genre -->
<h1>{GenreT}</h1>
<hr noshade="noshade" align="left" /> <br />
<!-- START BLOCK : Movie -->
<table id="{Genre}" width="318">
<tr>
<td width="150">{Titel}</td>
<td width="150">{Genre}</td>
<td width="18"><a href="Overzicht.php?Aktie=Verwijder&Id={Id}"><img src="Afbeeldingen/Verwijder.png" alt="Delete" border="0"/></a></td>
</tr>
</table>
<!-- END BLOCK : Movie -->
<!-- END BLOCK : Genre -->
<!-- START BLOCK : Genre --> <h1>{GenreT}</h1> <hr noshade="noshade" align="left" /> <br /> <!-- START BLOCK : Movie --> <table id="{Genre}" width="318"> <tr> <td width="150">{Titel}</td> <td width="150">{Genre}</td> <td width="18"><a href="Overzicht.php?Aktie=Verwijder&Id={Id}"><img src="Afbeeldingen/Verwijder.png" alt="Delete" border="0"/></a></td> </tr> </table> <!-- END BLOCK : Movie --> <!-- END BLOCK : Genre -->
zie of dit werkt. |