How to access image path from a HTML page
how to access images from a html web page.
I am a newbie for linux and trying to learn
I have images in this location /shutterfly/web/htdocs/images
how to embed the image link in the html source code . anything I need to update in the httpd.conf file or .htaccess file
www.example.com/images/facebook.jpg
scenerio below in the source code
<tr>
<td><img src="www.example.com/images/facebook.jpg " width="600" height="100" alt="Facebook"></td>
</tr>
<tr>
thanks
Raj