Re: add image
the problem is where you stored the image.
Remember that the base file for the page is index.php, and in the header is a base href link that sets the base to your catalog folder. Thus if you're simply using <img src="img2.jpg" alt="mmm" />, the browser is looking to find the image in your catalog folder, not the folder where your template file is.
(hint: right click on the broken image on the browser and select properties - you'll see where the browser is looking to find the image)
Neville
An assumption is what you arrive at when you get tired of thinking...