That problem is fixed, but I found one more  (I'm sorry!)
I was trying to find out what it is, because it's not an HTML issue. Playing around with 'Edit HTML' in web developer tools, I found this.
If you remove this part out of the source:
HTML Code:
<div id="header">
<!-- RMB remove google ads
<script type="text/javascript">
GA_googleFillSlotWithSize("ca-pub-8808028116415421", "webmastertalk_468x60", 468, 60);
</script>
</div>
-->
The page displays perfectly. I think this is because the <div id="header"> is being called outside the comment, and is it being closed inside the comment.
I feel so horrible reporting these errors 
|