I got a fucking weird html error and it's driving me nuts.
I got a bit of html-table code. It's working fine if I add it in the index.php-file.
But if I save the same bit of code in toplist.html
and replace the part in the index.php-file with:
<?php include "./sloth_toplist/toplist.html"; ?>
The table gets fucked up. But it's the same fucking HTML-code!
Any idea what can cause this? There's no extra spaces or linebreaks...




