<img src="-"> not displaying

O

Olaf

I have been working on a data-driven asp site for a client and came across a
weird problem in IE7. After laying out the page the DIV located on the right
side of the page would not display images in IE7. I checked the source code
from the display and it seems the browser isn't even writing the html. I
though it might be an issue with my layout and development so I just built a
simple table with 3 columns to test. The same problem occured. The weird
thing is I have an image displaying correctly at the top of the page. You can
go to http://www.bugbashstudios.com/test.asp to see the issue. In the right
column there should be an image. It does display fine in IE6 but buhbye in
IE7. On line 38 the html should read:
<td width="423" align="left" valign="top"><iframe src="news.asp" width="410"
height="100%" scrolling="no" frameborder="0"></iframe></td>
<td width="179" align="right" valign="top"><img src="ads/olddomlogo.jpg"
height="" width=""></td>

but when the page writes it leaves out the <img src="ads/olddomlogo.jpg"
height="" width="">

I even took out the iframe wondering if that was the problem, but no same
issue.
Thanks for your input, I have scoured the groups and followed some of the
IE7 security fixes but to no avail.
Cheers
 
D

DavidF

Not too many expert in asp website in this group. I would suggest you post
your question in one of the asp groups, or IE groups. You more likely to get
a faster and better answer.

DavidF
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top