Witam...otóż mam problem z mapą graficzną która nie chce mi działać w php i nie wiem czego to jest przyczyna...szukałem w googlach,próbowałem sam przekształcać ale nie działa dlatego tutaj piszę i proszę o pomoc
to jest ten kod i nie wiem co w nim jest źle
echo"<table align="center">
<tr>
<td><img src="images/logo.jpg" usemap="#mapa" border=0 height=419 width=1000>
<MAP name="mapa">
<AREA SHAPE="Poly" COORDS="810, 224, 875, 213, 874, 244, 810, 249" HREF="index.php?site=contact">
<AREA SHAPE="Poly" COORDS="729, 234, 735, 260, 802, 250, 798, 224, 732, 233" HREF="index.php?site=server">
<AREA SHAPE="Poly" COORDS="685, 240, 720, 235, 724, 262, 691, 266, 691, 266" HREF="index.php?site=files">
<AREA SHAPE="Poly" COORDS="591, 252, 675, 241, 675, 268, 595, 277" HREF="index.php?site=sponsors">
<AREA SHAPE="Poly" COORDS="281, 314, 332, 306, 327, 279, 279, 287" HREF="index.php?site=clanwars">
<AREA SHAPE="Poly" COORDS="180, 325, 271, 313, 267, 286, 177, 299, 179, 324" HREF="index.php?site=squads">
<AREA SHAPE="Poly" COORDS="121, 331, 171, 325, 166, 298, 118, 305, 120, 330" HREF="index.php?site=forum">
<AREA SHAPE="Poly" COORDS="58, 313, 109, 308, 108, 330, 60, 337, 58, 313" HREF="index.php?site=news">
</MAP>
</td>
</tr>
</table>;
Dziękuje z góry za pomoc