jo das möchte ich auch wiessen wie man das ändert
hier ist aber der index.htm
PHP Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Playermap</title>
<META http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<style type="text/css" media="screen">
<!--
body {
background: #f5c45b url(images/back.jpg) left top repeat;
color: #fff;
}
#container {
background: transparent url(images/bg.png) center top no-repeat;
width: 400px;
height: 460px;
}
-->
</style>
</head>
<body>
<table height="100%" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr height="100%"> <td width="100%" align="center" valign="center">
<div id="container">
<center><br><br><a href="javascript:window.open('coord.php?mapindex=1', 'Shinsoo', 'menubar=no, status=no, toolbar=no, resizable=no, scrollbars=no, width=276, height=340');void(0);"><img src="images/shinsooButton.png" border="0"></a><br><br>
<a href="javascript:window.open('coord.php?mapindex=21', 'Chunjo', 'menubar=no, status=no, toolbar=no, resizable=no, scrollbars=no, width=276, height=340');void(0);"><img src="images/chunjoButton.png" border="0"></a><br><br>
<a href="javascript:window.open('coord.php?mapindex=41', 'Jinno', 'menubar=no, status=no, toolbar=no, resizable=no, scrollbars=no, width=276, height=340');void(0);"><img src="images/jinnoButton.png" border="0"></a><br><br></center>
</div>
</td>
</tr>
</table>
</body>
</html>