Click to See Complete Forum and Search --> : Image appearing in IE but not Firefox


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>&nbsp;</p>
</td>
</tr>
</table>
</div>
</body>
</html>";
?>

_Aerospace_Eng_
04-25-2005, 02:47 AM
have you solved this problem?
<?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>&nbsp;</p>
</td>
</tr>
</table>
</div>
</body>
</html>";
?>

rbailer
04-25-2005, 09:32 AM
Thanks! I never would have found that!