snake.logan
Neues Mitglied
Hallo ich mache einen php installations-script, brauche aber den code für eine <map><area></area></map>
Kenne den nicht mehr.
Kenne den nicht mehr.
Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<?php
include("config.php");
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title><?php print $installer['title']; ?></title>
<?php print $installer['font']; ?>
</head>
<body>
<map name="Landkarte">
<area shape="rect" coords="11,10,59,29" href="" alt="">
<area shape="rect" coords="42,36,96,57" href="" alt="">
<table border="0" width="40%" id="table1" background="standart_img/1.BMP" height="380">
<tr>
<td width="159" height="184"> </td>
<td height="184"> </td>
</tr>
<tr>
<td width="159"> </td>
<td> </td>
</tr>
</table>
</map>
</body>
</html>