| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
Join Date: Sep 2007
Posts: 9
|
Image Not Appearing On My Page
I have a problem with images: FACTS: 1. I'm creating a web page which I placed in a folder called MYWEBPAGE; 2. I designed a logo using MSWord and called it LOGO and saved it as a word doc in MYWEBPAGE folder. 3. I go to my webpage and source code then I type:<img src="LOGO.gip"> then save. 4. I then turn to the page and refresh but the log does not appear anywhere on the page. Where do I go wrong? Please Help. |
|
|
|
|
|
#2 (permalink) |
|
Semantics, yay.
Join Date: Nov 2005
Location: Salem, Massachusetts
Posts: 1,104
|
You went wrong in step #2 -- you need to save your logo as an image-file of some sort (.jpg, .gif, .png, etc.), not a Word document file. Then you'll have to ensure the image is in the same folder as your web page file. Then you'll have to change the source code to the right file name (and extension), like this: <img src="image.jpg" alt="Huzzah!" /> |
|
![]() |