I'm working on a web page (obviously or I wouldn't be here) and am having the darndest time. I have a page that has 2 .jpeg's. I displays in IE7. The other one won't, no matter what I do. I've renamed it. I've cleaned out my cache. I can open the .jpeg directly when I open it directly in IE7, but when I load the page, it's just a box with a red x in the top left. Since the 1 displays, I know that I have Show Pictures checked (I verified - when I unchecked it, the "good" picture was hidden. Strange thing is, the pictures show up in Mozilla, so I know my file structure is good. This is all work locally for now. Nothing's been uploaded, so everything's on my HD.
The code in question is:
<center>
<img src="RACMapEMSSystemsMarch06.jpg" width="800"><img src="MCRAC_Map.jpg" height="540" width="800">
</center>
The 1st map shows up fine in IE7. Both Show up fine in Mozilla.