In my source I have a table entry and I have no idea where it comes from.
It looks like this:
<table cellpadding="0" cellspacing="0" border="0" width="90%">
<tr>
<td> </td>
<td align="right"></td>
</tr>
</table></div>
It seems to come inbetween my closing div and my rightSidebar div.
<!-- Weblog entries -->
<?php weblog_entries($id,"weblog"); ?>
</div>
<div id="rightSideBar">
<?php include("sidebar.php");?>
</div>
</body>
</html>
Any ideas?
