Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.
A random stab here, but it could be something within the HTML inside footer.htm that's throwing FF3 for a loop:
Code:
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%"><img border="0" src="../images/whitetop.png" width="558" height="11"></td>
</tr>
<tr>
<td width="100%" background="../images/whiteback.png">
<div class="footercontent">
<b>Copyright © 2008 - K & K Gardens. - All rights reserved.</b><br><br>
<a href="http://www.irocwebs.com/" target="_blank"><img border="0" src="../images/IWDSLogo.png" width="140" height="59"></a><br>
<a href="http://www.irocwebs.com/" target="_blank" class="footer">Site designed and maintained by Iroc Web Design Services©.<br> Your Small Business Web Design Solutions.™</a>
</div></td>
</tr>
<tr>
<td width="100%"><img border="0" src="../images/whitebottom.png" width="558" height="11"></td>
</tr>
</table>
</center>
</div>
I'd try and simplify the above HTML by removing the TABLE tags and replacing them with DIVs. Also, make sure the outermost DIV contains a CSS "clear" property:
Code:
<div align="center" style="clear:both">
"
"
BTW, is your site PHP (ie: .php) or SSI (ie: .shtml) based? If so, you should forgo this script, and just use your server to reliably include the contents of a file onto another.
Bookmarks