Also ich hab ein Problem....
Ich hab einen Adventskalender, nur ich weis nicht, wie ich das mach, das beim Adventskalender die Zahlen drinnen stehn:
Hier mal zum Kalender
Hier mal der Code...
Danke für eure Hilfe
Ich hab einen Adventskalender, nur ich weis nicht, wie ich das mach, das beim Adventskalender die Zahlen drinnen stehn:
Hier mal zum Kalender
Hier mal der Code...
HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="http://web3.greatboard.de/start2/style.css">
<title>Adventskalender</title>
<script type="text/javascript" language="JavaScript">
<!--
// Anzeige im gleichen Fenster
function s(nummer)
{
var datum=new Date();
monat=datum.getMonth();
tag=datum.getDate();
if(monat!=11)
{
var Info = "00.htm";
window.location.href = Info;
return;
}
if(nummer<=tag&&monat==11)
if(nummer>23)
{
var Info = nummer+".htm";
}
else
{
var Info = nummer+".htm";
}
else
{
var Info = "0.htm";
}
window.location.href = Info;
}
// End -->
</script>
</head>
<body alink="#423652" vlink="#254756" text="#123452" link="#984652" bgcolor="#0090E0">
<map name="Beispiel">
<area alt="7" shape="rect" coords="18,48,55,87" href="javascript:s(7);">
<area alt="12" shape="rect" coords="123,31,162,71" href="javascript:s(12);">
<area alt="3" shape="rect" coords="278,22,317,63" href="javascript:s(3);">
<area alt="14" shape="rect" coords="415,18,454,57" href="javascript:s(14);">
<area alt="5" shape="rect" coords="44,122,84,162" href="javascript:s(5);">
<area alt="16" shape="rect" coords="123,105,163,144" href="javascript:s(16);">
<area alt="1" shape="rect" coords="182,76,223,116" href="javascript:s(1);">
<area alt="18" shape="rect" coords="296,99,337,140" href="javascript:s(18);">
<area alt="9" shape="rect" coords="379,92,415,131" href="javascript:s(9);">
<area alt="10" shape="rect" coords="444,126,483,167" href="javascript:s(10);">
<area alt="21" shape="rect" coords="31,221,69,260" href="javascript:s(21);">
<area alt="2" shape="rect" coords="101,196,142,238" href="javascript:s(2);">
<area alt="13" shape="rect" coords="164,160,205,202" href="javascript:s(13);">
<area alt="4" shape="rect" coords="238,144,279,183" href="javascript:s(4);">
<area alt="15" shape="rect" coords="201,216,241,258" href="javascript:s(15);">
<area alt="6" shape="rect" coords="299,196,338,235" href="javascript:s(6);">
<area alt="17" shape="rect" coords="429,296,470,333" href="javascript:s(17);">
<area alt="8" shape="rect" coords="368,164,406,202" href="javascript:s(8);">
<area alt="23" shape="rect" coords="416,219,455,258" href="javascript:s(23);">
<area alt="20" shape="rect" coords="48,301,90,340" href="javascript:s(20);">
<area alt="11" shape="rect" coords="123,269,160,310" href="javascript:s(11);">
<area alt="22" shape="rect" coords="181,320,219,360" href="javascript:s(22);">
<area alt="19" shape="rect" coords="255,280,294,320" href="javascript:s(19);">
<area alt="24" shape="rect" coords="338,257,376,297" href="javascript:s(24);"></map><br>
<br>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td valign="middle" align="center">
Der Chat ohne Name - Adventskalender
<br><br><br>
<!-- Edit-Marker 06 - Rahmenfarbe bei border-color: einstellen -->
<!-- Edit-Marker 07 - Bildname / Pfad bei background= einstellen -->
<table style="border-width:30px; border-style:ridge; border-color:#0090E0" bgcolor="#000000" width="500" border="0" cellspacing="0" cellpadding="0"><tr><td background="foto.jpg">
<!-- Edit-Marker 05 Vordergrund-Image Klickbereiche src="transmap02.gif" -->
<img usemap="#Beispiel" src="transmap01.gif" width="500" height="375" border="0" alt=""><br></td></tr></table>
<br><br>
<br><br>
<img src="pfeil-klein02.gif" width="10" height="9" border="0" alt=""><a href="javascript:window.close()"><font color="#FFFFFF">Fenster schließen</font></a>
<br><br>
</body>
</html>
Danke für eure Hilfe