Images do not display any ideas?

My Photo Page
            </tr>
            <tr>
                <td>
                <a href ="c:\users\joeschmoe\downloads\codecademybronzehorse_1162">
                    <img src="c:\users\joeschmoe\downloads\codecademybronzehorse_1162"/>
                </td>
                <td>
                <a href="c:\users\joeschmoe\downloads\codecademyoakbench_0345">	                
                    <img src="c:\users\joeschmoe\downloads\codecademyoakbench_0345"/>
                </a>
                </td>
                <td>
                <a ref="c:\users\joeschmoe\downloads\codecademyparkbench_0431">
                    <img src="c:\users\joeschmoe\downloads\codecademyparkbench_0431"/>
                </a>
                </td>
            </tr>
        </tbody>
    </table>
</body>

Be glad they don’t show, if they did it would mean everyone could just access your computers and files over the web. I recommend you upload the images and copy the image location.

you can use images from your computer by making a html file on your computer, this html file is then local (your computer only) and can access the images, but that is outside of the scope of the exercise

thx 4 your reply. so, you’re saying that the source of the img files must be an HTML file?

No, i am saying in order to use an image in the exercise, the image must be accessible from the internet.

I am also saying, that if you don’t want to upload your images, you can make a html file on your computer, in this html file you can include pictures from your computer

thanks again for the input