Recently i have created a site by drupal 6 and inserted a image in the front page of my site. The problem is that i can see the picture in both Mozilla Firefix and opera but i can't see the picture in IE.

please help me to give the solution!!!!!!!!!

Comments

alihammad’s picture

How have you inserted this image? Using some sort of editor or manual code? Did you use the Only local images are allowed. source tag properly? Have you cleared your history.

Ali Hammad Raza
WordsValley

sami_nowhere’s picture

i have inserted the image by manual code. here is the code
img alt="no display" src="images/front.jpg" width="100" align="left" border="1" height="150"

i also cleared the history!

alihammad’s picture

Try this

<img src="images/front.jpg" style="width:100px;float:left;border:1px;height:150px">

Ali Hammad Raza
WordsValley

sami_nowhere’s picture

i have tried to do with your code but the result is remain unchanged.
i can't understand wht's wrong with that. plz give more suggestion regarding this matter.

ligius’s picture

Same problem here with this site on Drupal 5.x.

d------’s picture

Set Input Format to Full HTML before submitting the page? :P