This is driving me nuts. It looks great in FireFox, but like Junk in IE.
I wasted at least a day trying to track this down.
Any ideas will be helpful.
Thanks!
Can we see the site???
Here is the link. You don't have to log in to see the problems.
It is running on 1.54. I was going to put the latest on, but our version of PHP on the server had not been updated yet.
http://caanet.extensiondlc.net/
It is running on 1.54. I was going to put the latest on, but our version of PHP on the server had not been updated yet.
http://caanet.extensiondlc.net/
Hi Mark,
one div is open. I think end tag should be here:
<div id="header">
<table width="100%" cols="3">
<tr>
<td bgcolor="#0072a6">
<div class="headermain">
<img src='http://caanet.extensiondlc.net/theme/caa2/aptss.jpg' />
</div>
</td>
<td cols="1" bgcolor="#0072a6">
</td>
<td width="67%" bgcolor="#0072a6">
<div class="headermain">
<div align="right">
<img src='http://caanet.extensiondlc.net/theme/caa2/logo_small.jpg' align="right" />
</div>
</div>
</td>
</tr>
</table> </div>
( Edit header.html inside else if ($heading) {...} )
That nailed it!!!!!!!!!!!!!!!!!!!
Strange you you can miss that stuff. I've poured over the code for hours trying to match tags up...
Thank you VERY much!

Strange you you can miss that stuff. I've poured over the code for hours trying to match tags up...
Thank you VERY much!