I have a porblem, I created a web site called www.mar-cela.com, everything works fine in Firefox but when I open it in IE the jpg files dont show. Any ideas?
.jpg files cant be viewed by IE?windows update
after taking a look at your code I'm surprised the images show up in fire fox.
this is what you have:
%26lt;image src="pic1.jpg" width=10% height=20% border=0%26gt;
the attribute for displaying images is img not image
then the with and hight properties should be expressed in pixles not percentages, then enclosed in quotes
so what you should have is something more like this:
%26lt;img src="pic1.jpg" width="100" height="100" border="0"%26gt;
.jpg files cant be viewed by IE?microsoft excel internet explorer
Is your website "Marcela.com.br"? If so, the pictures are fine.
no
No comments:
Post a Comment