Jump to content

images not view in internet explorer


newceylon

Recommended Posts

This is my first professional web site.( http://cnet.lk/ )It created for a person in srilanka.But the images within the main page not view in internet explorer.It works fine with Mozilla Firefox.This code is the first image of the main (index.html ) page.<img alt="dalada maligawa" src="/images/maligawa.jpg" style="height: 180px; width:300px; float:left;"/>This is the style:http://cnet.lk/cglayout.cssI'm very thankful to you if you can give me a solution.Since this is the my first site there are many errors;another one is adding extra line between the navigation items of the left bar.Thanks again

Link to comment
Share on other sites

Try this code instead...

<img alt="dalada maligawa" src="images/maligawa.jpg" style="height: 180px; width:300px; float:left;"/>

I think the problem was the forward slash before the images folder. That is assuming that you index page is in the root and you images are in a folder called images within the root?

Link to comment
Share on other sites

Thanks for the reply.I tried what you said.But the problem continues.Images within the header and sidebars working fine with both browsers.but images within <p> section not works with internet explorer.I only can see the spaces instead of images with IE.Any solution ?

Link to comment
Share on other sites

what about on your own computer, can you view the images? if you can view the images on your computer and can view em on the server, then it could a little problem with the spelling, check the name of your image, remember on the server maliqawa.jpg is different than Maliqawa.jpg if that wasn't the problem, then try using the <img src="images/maligawa.jpg" alt="dalada maligawa" />

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...