/






Why Do Images Disappear from a Webpage?


In learning webpage design, I encountered many problems that took lots of practice to resolve. Although, I was building web pages using Microsoft Frontpage on my home computer, I used to face lots of issues after uploading the webpage to my website.

One major problem was the disappearance of an image file from the webpage. When I created the webpage on my home computer, it looked exactly the way I planned it. Both the text and images showed on the webpage.

When I uploaded the webpage my web server space, they images showed as the letter X in the middle of a blank frame.

After lots of searches, I found out that the problem can only be fixed by modifying the HTML of the web page having the problem.

The HTML code I had to change was very simple and straight forward, when locating the code related to the image.

Whether the webpage has one or more image, you use the same method to modify the code. You just have to fix one at a time.

The rule for an image to appear correctly, is to save the images in the same directory as the webpage where the image is supposed to appear.

Whether you create a webpage on your home computer or your web server, the same rule applies.

When you upload the webpage to the web server, the website looks at the webpage an sees the image source as the hard disk of your computer. This is why it can't display it. The image source should be in the directory on the website.

Here is the solution to this problem:

Every image file on a webpage is embedded in the IMG tag, and the exact location of the image file shows as a value for the SRC attribute. For example, SRC = "image.jpg" is one of the format that an image appears in.

Correcting the SRC value, will correct the problem that causes the images to show as the letter X. The SRC tag attribute means the source location of the image file. When the webpage was designed on your home computer, the source value was your computer hard disk.

In summary, before you upload a webpage with picture, you should change the Html code of the image.

All what you need to change is the SRC value from your hard disk to your website directory.

For example: Change this code SRC="C:image.jpg" to SRC="index.html" if the webpage happens to be your home page. If the page was not the home page, you can just replace index.html with the name of the page.

Article published by George Chamoun. Join my list for tips about HTML coding, web page design, and website building. Get your free 7 part HTML tutorial. It is free, and you can unsubscribe anytime. http://www.HowToUseHtml.com

 

Other Articles in This Category:

Discover 7 Proven Shopping Cart Enhancements to Increase Your Sales
Developing Your Winning Web Site Strategy
Ten Tips For Your Web Site Home Page
10 Ways Web Site Text Can Impact Your Readers Buying Decision
Double Ad-Trackers Its Not as Crazy as It Sounds Here Are 7 Reasons Why?
Is Your Site Too Slow? Why Image Optimization Is Critical
Tips on How to Design a Great Site
Website Savvy: 10 Key Steps to Turn Your Customers ON!
Your Website Visitors - Will They Stay?
Build It And Build It Cheap! Part II
Do You Want To Save Time With Your Web Design?
Adding the Right Keywords to Your Website Content
Creating a Favicon
Web Design: Use it to Showcase the Message
Your Free Guide To Obtain A Cheap Web Design Quote
Web Copy - What You Should Know First
Are You A Bill Clinton Webmaster?
The Testimonial Trick
Web Production And Design Tips
10 Things All Webmasters Should Know

Category Home | Site Category Map
© 2005, 2006 Freeever Information