Hallo,
ich bekomme es einfach nicht hin, das mein Impressum als Popupfenster geöffnet wird, vielleicht könnt ihr mir da ja helfen. Das Fenster soll einfach mittig auf dem Bildschirm aufgehen.
Hier der Code:
Also geht es Prinzipiell um diesen Teil:
Wäre super, wenn mir da jemand weiterhelfen könnte!
Gruß,
Dennis
ich bekomme es einfach nicht hin, das mein Impressum als Popupfenster geöffnet wird, vielleicht könnt ihr mir da ja helfen. Das Fenster soll einfach mittig auf dem Bildschirm aufgehen.
Hier der Code:
Code:
<html>
<head>
<title>titel</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#545454" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (hp.psd) -->
<div style="margin: 0 auto; width: 900px;">
<table id="Tabelle_01" width="900" height="501" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="11">
<img src="Bilder/index_01.jpg" width="900" height="127" alt=""></td>
</tr>
<tr>
<td rowspan="5">
<img src="Bilder/index_02.jpg" width="26" height="373" alt=""></td>
<td colspan="3">
<a href="index.html">
<img src="Bilder/hp_03.jpg" width="323" height="23" border="0" alt=""></a></td>
<td colspan="7" rowspan="2">
<img src="Bilder/index_04.jpg" width="551" height="52" alt=""></td>
</tr>
<tr>
<td colspan="3">
<img src="Bilder/index_05.jpg" width="323" height="29" alt=""></td>
</tr>
<tr>
<td>
<!--a href="people.html"--!>
<img src="Bilder/hp_06_dis.jpg" width="200" height="186" border="0" alt=""></a></td>
<td rowspan="3">
<img src="Bilder/index_07.jpg" width="15" height="321" alt=""></td>
<td colspan="2">
<!--a href="vehicles.html"--!>
<img src="Bilder/hp_08_dis.jpg" width="200" height="186" border="0" alt=""></a></td>
<td rowspan="3">
<img src="Bilder/index_09.jpg" width="15" height="321" alt=""></td>
<td>
<!--a href="architecture.html"--!>
<img src="Bilder/hp_10_dis.jpg" width="200" height="186" border="0" alt=""></a></td>
<td rowspan="3">
<img src="Bilder/index_11.jpg" width="15" height="321" alt=""></td>
<td colspan="2">
<!--a href="other.html"--!>
<img src="Bilder/hp_12_dis.jpg" width="200" height="186" border="0" alt=""></a></td>
<td rowspan="3">
<img src="Bilder/index_13.jpg" width="29" height="321" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="Bilder/index_14.jpg" width="200" height="135" alt=""></td>
<td colspan="2" rowspan="2">
<img src="Bilder/index_15.jpg" width="200" height="135" alt=""></td>
<td rowspan="2">
<img src="Bilder/index_16.jpg" width="200" height="135" alt=""></td>
<td colspan="2">
<img src="Bilder/index_17.jpg" width="200" height="118" alt=""></td>
</tr>
<tr>
<td>
<img src="Bilder/index_18.jpg" width="110" height="17" alt=""></td>
<td>
<a href="impressum.html">
<img src="Bilder/hp_19.jpg" width="90" height="17" border="0" alt=""></a></td>
</tr>
<tr>
<td>
<img src="Bilder/Abstandhalter.gif" width="26" height="1" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="200" height="1" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="15" height="1" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="108" height="1" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="92" height="1" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="15" height="1" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="200" height="1" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="15" height="1" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="110" height="1" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="90" height="1" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="29" height="1" alt=""></td>
</tr>
</table>
</div>
<!-- End ImageReady Slices -->
</body>
</html>
Code:
<tr>
<td>
<img src="Bilder/index_18.jpg" width="110" height="17" alt=""></td>
<td>
<a href="impressum.html">
<img src="Bilder/hp_19.jpg" width="90" height="17" border="0" alt=""></a></td>
</tr>
Gruß,
Dennis