You have to UPLOAD your desired images to your server, then in your HTML code, you have to show the PATH to the image.
Your code currently shows:-
HTML Code:
<p><img src="Chapas_Chapitas_botton_badges_Comprar.jpg" width="322" height="220" alt="Chapas_Chapitas_Botton_Badges_venta" longdesc="http://localhost/nomo/index.php?main_page=product_info&cPath=1&p roducts_id=1&zenid=467785a11b7e125cd3a90e065e0 e6d03" /></p>
You must reference to the PATH of the directory where that image is contained on your server.
Additionally, I would shorten the NAME of your images, keep them all lower-case, and get rid of additional code that dreamweaver inserts - such as the longdesc stuff