err which one did you do? the code or copy&paste into word

If it is the code then: the src="filename.jpg" actually needs to be the path to the actual picture. Example, in your root directory is index.html, and another directory called images with filename.jpg inside, then if you want a picture on index.html you will type src="images/filename.jpg"

Also, you may have to check your IE settings, to see if you allow images to be shown in your webpages. But also, check the permissions for your directory structure and files. They should all be read access, and I think executable access for the directories, not sure about that one.