Forum Moderators: open
This is the code from the top part my master template
<table width="905" border="0" align="center">
<tr>
<td width="882" height="33" align="right">
<div align="right"></div>
<table width="84" border="0" align="right">
<tr>
<td align="right"><div align="right"></div><?php include("logo.inc.php");?></td>
</tr>
</table>
This is the code from the top part if a nested template w/a title bar include sitting under the logo.
<table width="905" border="0" align="center">
<tr>
<td width="882" height="33" align="right">
<div align="right"></div>
<table width="84" border="0" align="right">
<tr>
<td align="right"><div align="right"></div><?php include("logo.inc.php");?></td>
</tr>
</table>
<div align="left"><a name="top"></a></div></td>
</tr>
<tr>
<td height="34"><!-- InstanceBeginEditable name="Title Bar" -->
<!-- @@(" ")@@ --><?php include ("tbar.inc.php");?>
<!-- InstanceEndEditable --></td>
</tr>
<tr>
<td align="right"><div align="right"></div><?php include("logo.inc.php");?></td>
</tr>
There is an anchor sitting in the same row on the left side so that is where the div comes from. I have taken this out and it makes no difference. Thanks.