I have done some changes to the template and so far most of the browsers look good, with the exception of IE 5.2 for the mac. It is fine on Safari.
The problem lies in the home.tpl, the head.tpl and bottom.tpl are in the correction positions. The home.tpl is lying over the bottom.tpl?
Here is my question. Has anyone had any problems with a background image inside the table in the body section? Like this?
Code:
<TABLE border="0" width="800" cellpadding="0" cellspacing="0" align="left">
<TR>
<TD width="6" rowspan="3"></TD>
<TD colspan="4" valign="top">[img]{$ImagesDir}/blue.jpg[/img]</TD>
</TR>
<TR>
<TD width="150" valign="top" background="{$ImagesDir}/frontpageleft.jpg">
I am at a loss and could not find many other posts specific to IE 5.2 with home.tpl doing this. Again, it looks good in Win IE, Opera, Foxfire, Safari, and only have a problem with Mac IE. If you see something else please let me know.
Thanks for any help offered.