In the above php code you have an error at the end.
</table>
</body></div>
<div id="footer">
<p><img src="images/voet.png" alt="Kop" class="voet"/></p>
</div>
</div>
</html>
It should probably be something like:
</table>
</div>
<div id="footer">
<p><img src="images/voet.png" alt="Kop" class="voet"/></p>
</div>
</div>
</body>
</html>
source
share