Re: I know how to make the code but where do i go to get a code u...

From: scott
Date: 26 Jun 2004
Time: 11:50:15
Remote Name: 62.31.167.36

Comments

you will need to put the image into the exact pathname...for example: you image is called joe.jpg, and you place it in an images folder. so the pathname to the image is images/joe.jpg so on your site the html code would be(excluding the width+height size): <img src="images/joe.jpg"> You will have to upload the image and site into the correct directory (place) You will receive the little red cross only if the image isn't in the correct directory. Hope this helps