tokio
02-16-2009, 11:46 PM
I have been switching to coding everything by hand this year. I have an image called google.jpg on my desktop and i want to add it as an image to a webpage that im building on my local machine and then view it. I only want to use the relative path, not the absoutle path. The code i have is
<img src="google.jpg" width="1000" height="450" />.
The image displays as an broken image. Im not sure how to link to files on my local machine using their relative path names. What am im doing wrong in my code, and any refernce links that can help me with linking to files on my local machine using their relative path names would be appreciated, thanks.
<img src="google.jpg" width="1000" height="450" />.
The image displays as an broken image. Im not sure how to link to files on my local machine using their relative path names. What am im doing wrong in my code, and any refernce links that can help me with linking to files on my local machine using their relative path names would be appreciated, thanks.