mam szablon html z grafikami i linkami na grafice:
<html>
<head>
<title>tytuł</title>
<meta http-equiv="Content-Type" content="text/html;">
</head>
<body bgcolor="#000000">
<img name="nazwa" src="nazwa.jpg" width="600" height="400" border="0" usemap="#m_promo" alt="">
<map name="m_promo">
<area shape="rect" coords="89,495,156,516" href="link1.html" alt="" >
<area shape="rect" coords="589,489,746,525" href="link2.html" alt="" >
</map>
</body>
</html>
jak przetworzyc to zeby i grafa poszal mailem i cały kod??