Posted by Edward on 12/25/84 11:26
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" />
Thanks
Navigation:
[Reply to this message]
|