image dose not display on web

C

cgn

I inserted a gif on a web page and when I view the page in
a browser the gif dont show up. Just a box with a "x" in
it.
 
K

Kevin Spencer

Chances are, you didn't import the image into your web before inserting it,
and the image tag is pointing to a location on your local hard drive. Images
in web pages are references to their locations. You must import images into
your web site in order for them to show up on the Internet.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
S

Steve Easton

import the image to a location inside your web and then relink to it.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
Top