PDA

View Full Version : Images dont show in HTML code


mikegee
08-22-2008, 05:52 PM
I have added images to my site using WebEasy7. They show on the page and even when i preview the site using Internet Explorer 7. When i uploaded the site to GoDaddy i noticed that all of my images did not appear on the site, only text.

Although I am more of a novice, I reviewed the source code and noticed that none of my images were noted in the HTML code.

I looked at the files that were transferred to GoDaddy and all the files were there, including pictures, it just seems that the images aren't referenced in the HTML code.

Please help.
Thanks

davidrosso
08-22-2008, 11:07 PM
I have added images to my site using WebEasy7. They show on the page and even when i preview the site using Internet Explorer 7. When i uploaded the site to GoDaddy i noticed that all of my images did not appear on the site, only text.

Although I am more of a novice, I reviewed the source code and noticed that none of my images were noted in the HTML code.

I looked at the files that were transferred to GoDaddy and all the files were there, including pictures, it just seems that the images aren't referenced in the HTML code.

Please help.
Thanks

I've noticed that when looking at my own code; I think the images are referenced in the CSS info. Assuming you used HTML w/CSS when you built.

zeekstern
08-24-2008, 12:47 AM
Mikegee- what happens if you publish locally and look at the source code? Are the <img> statements there?

Zeek