rbailer
04-17-2005, 06:33 PM
The image 'contact.gif' displays in ie but not in firefox. I have searched a bunch of forums and cannot find an answer to this. I am thinking that since my website it in php, this has something to do with it. Any ideas?
<?php
$footer="
<tr>
<td colspan='2'>
<img src='Images\contact.gif' alt='contact information' />
</td>
</tr>
</table>
</td>
<td bg color='EE4ED' width='40'>
<p> </p>
</td>
</tr>
</table>
</div>
</body>
</html>";
?>
<?php
$footer="
<tr>
<td colspan='2'>
<img src='Images\contact.gif' alt='contact information' />
</td>
</tr>
</table>
</td>
<td bg color='EE4ED' width='40'>
<p> </p>
</td>
</tr>
</table>
</div>
</body>
</html>";
?>