Abend,bin ein neu in Coden und wollte euch Fragen wie kann ich meine Enterpage an die Auflösung anpassen ?
Mein Code:
HTML
<html>
<head>
<title>Enterpage</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- Save for Web Slices (enterpage.psd) -->
<img src="http://xxx/" width="100%" height="1080" usemap="#Map" border="0">
<map name="Map">
<area shape="rect" coords="962,187,1086,233" href="http://xxx/">
<area shape="rect" coords="583,183,729,238" href="http://xxx/#">
<area shape="rect" coords="773,187,918,232" href="http://xxx/#">
<area shape="rect" coords="1117,186,1223,233" href="http://xxx/#">
</map>
<!-- End Save for Web Slices -->
</body>
</html>
Display More