Page is a not externally linkable
- Code, Content, and Presentation
-- HTML
---- jpg images will not display on my site


Wozzzzza - 10:08 am on Dec 2, 2005 (gmt 0)


the full weirdest thing has just happened to me, im building a site that consists mainly of gif images and i went to put a jpg image on the site and in dreamweaver 8 it looks fine. but once i view it in a browser or upload it to a server the jpg image does not show, not even a place holder. but get this, the code for the image is not even there. its like the browser has grabbed the img tag and thrown it out. the page is a php page.

heres the code that appears in the page as viewed in notepad
<tr>
<td width="144" rowspan="2"><img src="images/topleftlogo.gif" alt="Logo" width="144" height="121" /></td>
<td width="634" height="92"><img src="images/banner.jpg" /></td>
</tr>

Heres the code from the view source of internet explorer from the same page

<tr>
<td width="144" rowspan="2"><img src="images/topleftlogo.gif" alt="Logo" width="144" height="121" /></td>
<td width="634" height="92"></td>
</tr>

as you can see, the banner.jpg complete img tag is missing. same thing in firefox and internet explorer, run it off my machine or a server it disappears.

has anyone seen anything like this before and can give me a fix?
i have even removed the css totally from the page and still same thing occurs.


Thread source:: http://www.webmasterworld.com/html/11442.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com