Posted by Edward on 10/09/72 11:26
Thanks Ken
"Ken" <ng3122@ke9nr.#nospam#.net.invalid> wrote in message
news:vgs6i19u8kcttskemg0vptot9gutr0thg2@4ax.com...
> 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]
|