Posts: 1,036
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
But on a serious note, I did look at your code. I think there is something funky going on with overlapping tags, and Explorer is just reacting to it in an unstable way.
find this line in the code:
<center>
</head>
And remove the <center> tag. This in no way belongs here.
Now find this line:
</body>
</center>
And remove the </center> tag. This is at the very bottom of the page. I don't know what is going on here, but this is completely wrong.
|