Do you ever think to yourself that if you stare hard enough at something for long enough, it will come to you? I spent at least 12 hours looking at this simple problem.... and I solved it! That is quite impressive for me as I know very little about HTML other than the basics and even less about PHP.
Here was the solution....
This one line, for some reason, screws up in Internet Explorer under Transitional DTD XHTML 1.0:
Code:
<td height="100" colspan="2" class="title" style="padding-top:14px;"><table width="100%" border="0" cellpadding="0" cellspacing="0">
In particular style="padding-top:14px;".
All I did was remove this style from the template and everything fit perfectly into place!
I ran W3C Validation, found 21 errors.... cleaned up the messy code.... and voila!! A perfectly validated and functional template!!

|