I am using exactly the same block of text (the function) in both includes/functions.php .. on one site (the totally new one) it works marvellously.
On the other (my existing site), on the index.php, there is nothing visible above the navbar.
On checking the source, I get almost exactly the same thing on both, except on the one with no logo on index.php, the logo section looks like this:
PHP Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="98%" cellpadding="0" cellspacing="0" align="center">
<tr ><td align="left"><a href="index.php?"><img src="/forums/spacer.png" style="width: 0; height: 0; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://forums.nzboards.com/images/professional/misc/newlogo1.png', sizingMethod=scale);" border="0" alt="NZBoards 2.0" /></a></td>
<td align="right"> </td></tr></table>
<!-- /logo -->
ie: it's not pulling the dimensions for some reason.
|