Posted by Ken on 11/13/14 11:26
Hi Edward -
On Sat, 10 Sep 2005 17:01:24 -0500, "Edward" <nomail@yahoo.com> wrote:
>I'm creating and testing basic web pages, and learning HTML.
>How do you refer an image source or a link to a local file.jpg for example?
>I've tried <img src="C:\image.jpg" align="center"/> without success. The
>only way my web page will see files when testing is to load them on my
>actual web server.
><img src="http://www.domain.com/image.jpg" align="center" />
src="image.jpg"
If the page is in c:\ the browser will look for c:\image.jpg
If the page is in http://www.example.com/ the browser will look for
http://www.example.com/image.jpg
--
Ken
http://www.ke9nr.net/
Navigation:
[Reply to this message]
|