ilch Forum » Ilch Clan 1.1 » Allgemein » Header wechsel

Geschlossen
  1. #1
    User Pic
    Don Alex Mitglied
    Registriert seit
    29.04.2007
    Beiträge
    187
    Beitragswertungen
    0 Beitragspunkte
    Also. Ich habe hier n Code der bei jedem Start ein Zufallsbild wählt und das für 999999999 sekunden oder so ka beibehält ist ja auch egal...

    Der Code:

    <script language="JavaScript">
    var images = new Array();
    images[0] = 'BILD1';
    images[1] = 'BILD2';
    images[2] = 'BILD3';  /* Hier noch weitere Bilder hinzufügen */
    
    function randomImage()
    {
      var i = Math.floor(Math.random() * images.length);
      document.getElementById('logo').src = images[i];
      window.setTimeout('randomImage()',999999999);
    }
    </script>
    
    <body onLoad="window.setTimeout('randomImage()',1);">
    <img id="logo" src="adresse1">
    </body>


    funktioniert auch perfekt.

    Meine Frage, kann man den Code auch so in meine design/.../index.htm einbauen das sich der Header ändert? Ich bekomme das net hin.

    Hier meine index.htm

    <html>
    <head>
    <title>{TITLE}</title>
    <meta name="verify-v1" content="KTnGhqJHBNHMww5EwtASnPQlnHFPKDdMzLT7C50KvAk=" >
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link rel="stylesheet" type="text/css" href="/include/designs/real_cs_v1/style.css">
    <link rel="shortcut icon" type="image/x-icon" href="/include/designs/real_cs_v1/favicon.gif">
    <style type="text/css">
    <!--
    .Stil1 {
    	color: #FF0000;
    	font-weight: bold;
    }
    .Stil2 {
    	color: #1e90ff;
    	font-weight: bold;
    }
    .Stil5 {color: #1e90ff}
    -->
    </style>
    <script type="text/javascript" src="http://s7.addthis.com/js/200/addthis_widget.js"></script> 
    <script type="text/JavaScript">
    <!--
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    }
    
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    }
    
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    }
    
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    }
    //-->
    </script>
    </head>
    <center>
    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('/include/designs/real_cs_v1/Bilder/button_01.jpg','/include/designs/real_cs_v1/Bilder/button_02.jpg','/include/designs/real_cs_v1/Bilder/button_03.jpg','/include/designs/real_cs_v1/Bilder/button_04.jpg','/include/designs/real_cs_v1/Bilder/button_05.jpg','/include/designs/real_cs_v1/Bilder/button_06.jpg','/include/designs/real_cs_v1/Bilder/button_07.jpg','/include/designs/real_cs_v1/Bilder/button_08.jpg','/include/designs/real_cs_v1/Bilder/button_09.jpg','/include/designs/real_cs_v1/Bilder/button_10.jpg','/include/designs/real_cs_v1/Bilder/button_11.jpg','/include/designs/real_cs_v1/Bilder/button_13.jpg','/include/designs/real_cs_v1/Bilder/button_14.jpg','/include/designs/real_cs_v1/Bilder/button_15.jpg','/include/designs/real_cs_v1/Bilder/button_16.jpg','/include/designs/real_cs_v1/Bilder/button_17.jpg','/include/designs/real_cs_v1/Bilder/button_18.jpg','/include/designs/real_cs_v1/Bilder/button_19.jpg','/include/designs/real_cs_v1/Bilder/button_20.jpg','/include/designs/real_cs_v1/Bilder/button_21.jpg','/include/designs/real_cs_v1/Bilder/button_22.jpg','/include/designs/real_cs_v1/Bilder/button_24.jpg','/include/designs/real_cs_v1/Bilder/button_25.jpg')">
    
    
    
    
    
    <table id="Tabelle_01" width="1025" height="769" border="0" cellpadding="0" cellspacing="0">
    	<tr>
    		<td colspan="14">
    			<img src="/include/designs/real_cs_v1/Bilder/index_01.jpg" width="1024" height="9" alt=""></td>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="9" alt=""></td>
    	</tr>
    	<tr>
    		<td colspan="12" rowspan="2">
    			<img src="/include/designs/real_cs_v1/Bilder/index_02.jpg" width="912" height="150" alt="">
          </td>
    		<td>
    			<a href="http://www.sir-taex.de"><img src="/include/designs/real_cs_v1/Bilder/index_03.jpg" alt="" width="98" height="12" border="0"></a></td>
    		<td rowspan="2">
    			<img src="/include/designs/real_cs_v1/Bilder/index_04.jpg" width="14" height="150" alt=""></td>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="12" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/index_05.jpg" width="98" height="138" alt=""></td>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="138" alt=""></td>
    	</tr>
    	<tr>
    		<td colspan="2" rowspan="32" valign="top" background="/include/designs/real_cs_v1/Bilder/index_06.jpg"><table width="147" border="0" align="center" cellpadding="0" cellspacing="0">
              <tr>
                <td background="/include/designs/real_cs_v1/Bilder/navi_links_01.jpg">{_list_menunr1@</td>
              </tr>
              <tr>
                <td height="29" valign="top" background="/include/designs/real_cs_v1/Bilder/navi_links_02.jpg"><table width="146" border="0" align="center">
                  <tr>
                    <td><div align="center">%1</div></td>
                  </tr>
                </table></td>
              </tr>
              <tr>
                <td height="67" valign="top" background="/include/designs/real_cs_v1/Bilder/navi_links_03.jpg" bgcolor="#000000"><table width="146" border="0">
                  <tr>
                    <td>%2</td>
                  </tr>
                </table></td>
              </tr>
              <tr>
                <td height="11" background="/include/designs/real_cs_v1/Bilder/navi_links_04.jpg">}</td>
              </tr>
            </table></td>
    		<td rowspan="32" background="/include/designs/real_cs_v1/Bilder/index_07.jpg">&nbsp;</td>
    		<td colspan="2">
    			<img src="/include/designs/real_cs_v1/Bilder/index_08.jpg" width="150" height="5" alt=""></td>
    		<td colspan="5" rowspan="3">
    			<img src="/include/designs/real_cs_v1/Bilder/index_09.jpg" width="544" height="25" alt=""></td>
    		<td rowspan="32" background="/include/designs/real_cs_v1/Bilder/index_10.jpg">&nbsp;</td>
    		<td colspan="3" rowspan="32" valign="top" background="/include/designs/real_cs_v1/Bilder/index_11.jpg"><table width="147" border="0" cellpadding="0" cellspacing="0">
              <tr>
                <td background="/include/designs/real_cs_v1/Bilder/navi_rechts_01.jpg">{_list_menunr2@</td>
              </tr>
              <tr>
                <td height="25" background="/include/designs/real_cs_v1/Bilder/navi_rechts_02.jpg"><table width="146" border="0" align="center">
                  <tr>
                    <td><div align="center">%1</div></td>
                  </tr>
                </table></td>
              </tr>
              <tr>
                <td height="75" valign="top" background="/include/designs/real_cs_v1/Bilder/navi_rechts_03.jpg" bgcolor="#000000"><table width="146" border="0">
                  <tr>
                    <td>%2</td>
                  </tr>
                </table></td>
              </tr>
              <tr>
                <td height="13" background="/include/designs/real_cs_v1/Bilder/navi_rechts_04.jpg">}</td>
              </tr>
    		   
            </table></td>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="5" alt=""></td>
    	</tr>
    	<tr>
    		<td rowspan="31" valign="top"><table width="140" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td><a href="?news" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image89','','/include/designs/real_cs_v1/Bilder/button_01.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_12.jpg" name="Image89" width="140" height="14" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?katnews" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image90','','/include/designs/real_cs_v1/Bilder/button_02.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_14.jpg" name="Image90" width="140" height="16" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?gbook" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image91','','/include/designs/real_cs_v1/Bilder/button_03.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_20.jpg" name="Image91" width="140" height="17" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?forum" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image92','','/include/designs/real_cs_v1/Bilder/button_04.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_21.jpg" name="Image92" width="140" height="16" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?gallery" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image93','','/include/designs/real_cs_v1/Bilder/button_05.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_22.jpg" name="Image93" width="140" height="16" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?links" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image94','','/include/designs/real_cs_v1/Bilder/button_06.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_24.jpg" name="Image94" width="140" height="16" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?downloads" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image95','','/include/designs/real_cs_v1/Bilder/button_07.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_25.jpg" name="Image95" width="140" height="16" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?user" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image96','','/include/designs/real_cs_v1/Bilder/button_08.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_27.jpg" name="Image96" width="140" height="16" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?kalender" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image97','','/include/designs/real_cs_v1/Bilder/button_09.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_29.jpg" name="Image97" width="140" height="16" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?impressum" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image98','','/include/designs/real_cs_v1/Bilder/button_10.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_30.jpg" name="Image98" width="140" height="16" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?contact" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image99','','/include/designs/real_cs_v1/Bilder/button_11.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_31.jpg" name="Image99" width="140" height="15" border="0"></a></td>
              </tr>
              <tr>
                <td><img src="/include/designs/real_cs_v1/Bilder/index_32.jpg"></td>
              </tr>
              <tr>
                <td><a href="?teams" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image100','','/include/designs/real_cs_v1/Bilder/button_13.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_33.jpg" name="Image100" width="140" height="14" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?wars" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image101','','/include/designs/real_cs_v1/Bilder/button_14.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_34.jpg" name="Image101" width="140" height="17" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?kasse" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image102','','/include/designs/real_cs_v1/Bilder/button_15.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_35.jpg" name="Image102" width="140" height="16" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?trains" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image103','','/include/designs/real_cs_v1/Bilder/button_16.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_36.jpg" name="Image103" width="140" height="16" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?awaycal" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image104','','/include/designs/real_cs_v1/Bilder/button_17.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_37.jpg" name="Image104" width="140" height="16" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?rules" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image105','','/include/designs/real_cs_v1/Bilder/button_18.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_38.jpg" name="Image105" width="140" height="16" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?awards" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image106','','/include/designs/real_cs_v1/Bilder/button_19.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_39.jpg" name="Image106" width="140" height="16" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?server" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image107','','/include/designs/real_cs_v1/Bilder/button_20.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_40.jpg" name="Image107" width="140" height="16" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?ts" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image108','','/include/designs/real_cs_v1/Bilder/button_21.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_41.jpg" name="Image108" width="140" height="16" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?map" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image109','','/include/designs/real_cs_v1/Bilder/button_22.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_42.jpg" name="Image109" width="140" height="13" border="0"></a></td>
              </tr>
              <tr>
                <td><img src="/include/designs/real_cs_v1/Bilder/index_43.jpg"></td>
              </tr>
              <tr>
                <td><a href="?joinus" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image110','','/include/designs/real_cs_v1/Bilder/button_24.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_44.jpg" name="Image110" width="140" height="14" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?fightus" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image111','','/include/designs/real_cs_v1/Bilder/button_25.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_45.jpg" name="Image111" width="140" height="15" border="0"></a></td>
              </tr>
              <tr>
                <td><img src="/include/designs/real_cs_v1/Bilder/index_46.jpg"></td>
              </tr>
              <tr>
                <td height="131" valign="top" background="/include/designs/real_cs_v1/Bilder/index_47.jpg"><table width="130" border="0" align="center">
                  <tr>
                    <td>{_boxes_statistik}</td>
                  </tr>
                </table></td>
              </tr>
              <tr>
                <td><img src="/include/designs/real_cs_v1/Bilder/index_48.jpg"></td>
              </tr>
            </table></td>
    		<td rowspan="31" background="/include/designs/real_cs_v1/Bilder/index_13.jpg">&nbsp;</td>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="14" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="6" alt=""></td>
    	</tr>
    	<tr>
    		<td rowspan="4" background="/include/designs/real_cs_v1/Bilder/index_15.jpg">&nbsp;</td>
    		<td rowspan="4" valign="top" background="/include/designs/real_cs_v1/Bilder/index_16.jpg"><table width="229" border="0" align="center">
              <tr>
                <td>{_boxes_lastnews}</td>
              </tr>
            </table></td>
    		<td rowspan="4" background="/include/designs/real_cs_v1/Bilder/index_17.jpg">&nbsp;</td>
    		<td rowspan="4" valign="top" background="/include/designs/real_cs_v1/Bilder/index_18.jpg"><table width="229" border="0" align="center">
              <tr>
                <td>{_boxes_lastforum}</td>
              </tr>
            </table></td>
    		<td rowspan="4" background="/include/designs/real_cs_v1/Bilder/index_19.jpg">&nbsp;</td>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="10" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="17" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="16" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="8" alt=""></td>
    	</tr>
    	<tr>
    		<td colspan="5" rowspan="2">
    			<img src="/include/designs/real_cs_v1/Bilder/index_23.jpg" width="544" height="24" alt=""></td>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="8" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="16" alt=""></td>
    	</tr>
    	<tr>
    		<td colspan="5" rowspan="2" background="/include/designs/real_cs_v1/Bilder/index_26.jpg"><table width="503" border="0" align="center">
              <tr>
                <td> <marquee direction="left" scrollamount ="4">
                  <span class="Stil2">Das hier ist die Clanpage von <span class="Stil1">[DLoF] Doom Lords of Fear</span>
                </marquee> </td>
              </tr>
            </table></td>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="16" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="8" alt=""></td>
    	</tr>
    	<tr>
    		<td colspan="5" rowspan="21" valign="top" background="/include/designs/real_cs_v1/Bilder/index_28.jpg"><table width="531" border="0" align="center" cellpadding="0" cellspacing="0">
              <tr>
                <td height="36" background="/include/designs/real_cs_v1/Bilder/content_01.jpg"><table width="465" border="0" align="right">
                  <tr>
                    <td>{HMENU}</td>
                  </tr>
                </table></td>
              </tr>
              <tr>
                <td background="/include/designs/real_cs_v1/Bilder/content_02.jpg"><table width="505" border="0" align="center">
                  <tr>
                    <td>{EXPLODE}</td>
                  </tr>
                </table></td>
              </tr>
              <tr>
                <td><img src="/include/designs/real_cs_v1/Bilder/content_03.jpg"></td>
              </tr>
            </table></td>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="8" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="16" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="16" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="15" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="25" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="14" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="17" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="16" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="16" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="16" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="16" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="16" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="16" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="16" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="13" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="26" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="14" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="15" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="30" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="131" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="9" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/index_49.jpg" width="104" height="24" alt=""></td>
    		<td colspan="13">
    			<img src="/include/designs/real_cs_v1/Bilder/index_50.jpg" width="920" height="24" alt=""></td>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="24" alt=""></td>
    	</tr>
    	<tr>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="104" height="1" alt=""></td>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="46" height="1" alt=""></td>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="15" height="1" alt=""></td>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="140" height="1" alt=""></td>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="10" height="1" alt=""></td>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="25" height="1" alt=""></td>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="230" height="1" alt=""></td>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="38" height="1" alt=""></td>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="231" height="1" alt=""></td>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="20" height="1" alt=""></td>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="15" height="1" alt=""></td>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="38" height="1" alt=""></td>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="98" height="1" alt=""></td>
    		<td>
    			<img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="14" height="1" alt=""></td>
    		<td></td>
    	</tr>
    </table>
    </body>
    </center>
    </html>
    <!-- {_list_DDDmenupoint@<strong><big>&middot;</big></strong><a %1 class="box" href="%2">%3</a><br />}//-->
    {_list_hmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li>|<br />|</ul></li>}
    {_list_hmenubegi@<ul>}
    {_list_hmenuende@</ul>}
    {_list_vmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li>|<br /><ul>|</ul></li>}
    {_list_vmenubegi@<ul>}
    {_list_vmenuende@</ul>}


    mein header ist:

    /include/designs/real_cs_v1/Bilder/index_02.jpg

    Hoffe mir kann jemand helfen lächeln


    verwendete ilchClan Version: 1.1 N

    betroffene Homepage: externer Link
    0 Mitglieder finden den Beitrag gut.
  2. #2
    User Pic
    Buster86 Mitglied
    Registriert seit
    09.01.2009
    Beiträge
    52
    Beitragswertungen
    0 Beitragspunkte
    so ein thema gab es hier im forum schonmal in der art, aber ich kann dir trotzdem sagen wie das am einfachsten geht speicher dir dein script in einer php datei bei mir heißt sie header.php und packe die datei in deinem boxes ordner im design machste anstatt den header ein {_boxes_header} rein und denn iss jut.
    0 Mitglieder finden den Beitrag gut.
  3. #3
    User Pic
    Chapter Hall Of Fame
    Registriert seit
    21.10.2007
    Beiträge
    5.951
    Beitragswertungen
    229 Beitragspunkte
    diesen teil zwischen <head></head>

    <script language="JavaScript">
    var images = new Array();
    images[0] = 'BILD1';
    images[1] = 'BILD2';
    images[2] = 'BILD3';  /* Hier noch weitere Bilder hinzufügen */
     
    function randomImage()
    {
      var i = Math.floor(Math.random() * images.length);
      document.getElementById('logo').src = images[i];
      window.setTimeout('randomImage()',999999999);
    }
    </script>


    das fügst du in deinen <body>-tag ein
    onLoad="window.setTimeout('randomImage()',1);"


    sollte dann in etwas so aussehen:
    <body onLoad="window.setTimeout('randomImage()',1);">


    und das an die stelle wo der header erscheinen soll:
    <img id="logo" src="adresse1">


    ob das mit ner box funtioniert weiß ich nicht, aber so sollte es gehen.
    denk dran die pfade zu den bildern anzupassen.

    und so könnte es im code aussehen:
    <html>
    <head>
    <title>{TITLE}</title>
    <meta name="verify-v1" content="KTnGhqJHBNHMww5EwtASnPQlnHFPKDdMzLT7C50KvAk=" >
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link rel="stylesheet" type="text/css" href="/include/designs/real_cs_v1/style.css">
    <link rel="shortcut icon" type="image/x-icon" href="/include/designs/real_cs_v1/favicon.gif">
    <style type="text/css">
    <!--
    .Stil1 {
        color: #FF0000;
        font-weight: bold;
    }
    .Stil2 {
        color: #1e90ff;
        font-weight: bold;
    }
    .Stil5 {color: #1e90ff}
    -->
    </style>
    <script type="text/javascript" src="http://s7.addthis.com/js/200/addthis_widget.js"></script>
    <script type="text/JavaScript">
    <!--
    function MM_swapImgRestore() { //v3.0
     var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    }
     
    function MM_preloadImages() { //v3.0
     var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
       var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
       if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    }
     
    function MM_findObj(n, d) { //v4.01
     var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
       d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
     if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
     for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
     if(!x && d.getElementById) x=d.getElementById(n); return x;
    }
     
    function MM_swapImage() { //v3.0
     var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
      if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    }
    //-->
    </script>
    <script language="JavaScript">
    var images = new Array();
    images[0] = 'BILD1';
    images[1] = 'BILD2';
    images[2] = 'BILD3';  /* Hier noch weitere Bilder hinzufügen */
     
    function randomImage()
    {
      var i = Math.floor(Math.random() * images.length);
      document.getElementById('logo').src = images[i];
      window.setTimeout('randomImage()',999999999);
    }
    </script> 
    </head>
    <center>
    <body bgcolor="#FFFFFF" leftmargin="0" onLoad="window.setTimeout('randomImage()',1);" topmargin="0" marginwidth="0" marginheight="0">
     
     
     
    <table id="Tabelle_01" width="1025" height="769" border="0" cellpadding="0" cellspacing="0">
        <tr>
            <td colspan="14">
                <img src="/include/designs/real_cs_v1/Bilder/index_01.jpg" width="1024" height="9" alt=""></td>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="9" alt=""></td>
        </tr>
        <tr>
            <td colspan="12" rowspan="2">
                <img id="logo" src="adresse1"> 
          </td>
            <td>
                <a href="http://www.sir-taex.de"><img src="/include/designs/real_cs_v1/Bilder/index_03.jpg" alt="" width="98" height="12" border="0"></a></td>
            <td rowspan="2">
                <img src="/include/designs/real_cs_v1/Bilder/index_04.jpg" width="14" height="150" alt=""></td>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="12" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/index_05.jpg" width="98" height="138" alt=""></td>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="138" alt=""></td>
        </tr>
        <tr>
            <td colspan="2" rowspan="32" valign="top" background="/include/designs/real_cs_v1/Bilder/index_06.jpg"><table width="147" border="0" align="center" cellpadding="0" cellspacing="0">
              <tr>
                <td background="/include/designs/real_cs_v1/Bilder/navi_links_01.jpg">{_list_menunr1@</td>
              </tr>
              <tr>
                <td height="29" valign="top" background="/include/designs/real_cs_v1/Bilder/navi_links_02.jpg"><table width="146" border="0" align="center">
                  <tr>
                    <td><div align="center">%1</div></td>
                  </tr>
                </table></td>
              </tr>
              <tr>
                <td height="67" valign="top" background="/include/designs/real_cs_v1/Bilder/navi_links_03.jpg" bgcolor="#000000"><table width="146" border="0">
                  <tr>
                    <td>%2</td>
                  </tr>
                </table></td>
              </tr>
              <tr>
                <td height="11" background="/include/designs/real_cs_v1/Bilder/navi_links_04.jpg">}</td>
              </tr>
            </table></td>
            <td rowspan="32" background="/include/designs/real_cs_v1/Bilder/index_07.jpg">&nbsp;</td>
            <td colspan="2">
                <img src="/include/designs/real_cs_v1/Bilder/index_08.jpg" width="150" height="5" alt=""></td>
            <td colspan="5" rowspan="3">
                <img src="/include/designs/real_cs_v1/Bilder/index_09.jpg" width="544" height="25" alt=""></td>
            <td rowspan="32" background="/include/designs/real_cs_v1/Bilder/index_10.jpg">&nbsp;</td>
            <td colspan="3" rowspan="32" valign="top" background="/include/designs/real_cs_v1/Bilder/index_11.jpg"><table width="147" border="0" cellpadding="0" cellspacing="0">
              <tr>
                <td background="/include/designs/real_cs_v1/Bilder/navi_rechts_01.jpg">{_list_menunr2@</td>
              </tr>
              <tr>
                <td height="25" background="/include/designs/real_cs_v1/Bilder/navi_rechts_02.jpg"><table width="146" border="0" align="center">
                  <tr>
                    <td><div align="center">%1</div></td>
                  </tr>
                </table></td>
              </tr>
              <tr>
                <td height="75" valign="top" background="/include/designs/real_cs_v1/Bilder/navi_rechts_03.jpg" bgcolor="#000000"><table width="146" border="0">
                  <tr>
                    <td>%2</td>
                  </tr>
                </table></td>
              </tr>
              <tr>
                <td height="13" background="/include/designs/real_cs_v1/Bilder/navi_rechts_04.jpg">}</td>
              </tr>
               
            </table></td>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="5" alt=""></td>
        </tr>
        <tr>
            <td rowspan="31" valign="top"><table width="140" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td><a href="?news" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image89','','/include/designs/real_cs_v1/Bilder/button_01.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_12.jpg" name="Image89" width="140" height="14" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?katnews" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image90','','/include/designs/real_cs_v1/Bilder/button_02.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_14.jpg" name="Image90" width="140" height="16" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?gbook" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image91','','/include/designs/real_cs_v1/Bilder/button_03.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_20.jpg" name="Image91" width="140" height="17" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?forum" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image92','','/include/designs/real_cs_v1/Bilder/button_04.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_21.jpg" name="Image92" width="140" height="16" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?gallery" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image93','','/include/designs/real_cs_v1/Bilder/button_05.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_22.jpg" name="Image93" width="140" height="16" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?links" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image94','','/include/designs/real_cs_v1/Bilder/button_06.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_24.jpg" name="Image94" width="140" height="16" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?downloads" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image95','','/include/designs/real_cs_v1/Bilder/button_07.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_25.jpg" name="Image95" width="140" height="16" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?user" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image96','','/include/designs/real_cs_v1/Bilder/button_08.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_27.jpg" name="Image96" width="140" height="16" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?kalender" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image97','','/include/designs/real_cs_v1/Bilder/button_09.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_29.jpg" name="Image97" width="140" height="16" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?impressum" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image98','','/include/designs/real_cs_v1/Bilder/button_10.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_30.jpg" name="Image98" width="140" height="16" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?contact" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image99','','/include/designs/real_cs_v1/Bilder/button_11.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_31.jpg" name="Image99" width="140" height="15" border="0"></a></td>
              </tr>
              <tr>
                <td><img src="/include/designs/real_cs_v1/Bilder/index_32.jpg"></td>
              </tr>
              <tr>
                <td><a href="?teams" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image100','','/include/designs/real_cs_v1/Bilder/button_13.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_33.jpg" name="Image100" width="140" height="14" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?wars" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image101','','/include/designs/real_cs_v1/Bilder/button_14.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_34.jpg" name="Image101" width="140" height="17" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?kasse" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image102','','/include/designs/real_cs_v1/Bilder/button_15.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_35.jpg" name="Image102" width="140" height="16" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?trains" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image103','','/include/designs/real_cs_v1/Bilder/button_16.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_36.jpg" name="Image103" width="140" height="16" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?awaycal" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image104','','/include/designs/real_cs_v1/Bilder/button_17.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_37.jpg" name="Image104" width="140" height="16" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?rules" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image105','','/include/designs/real_cs_v1/Bilder/button_18.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_38.jpg" name="Image105" width="140" height="16" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?awards" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image106','','/include/designs/real_cs_v1/Bilder/button_19.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_39.jpg" name="Image106" width="140" height="16" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?server" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image107','','/include/designs/real_cs_v1/Bilder/button_20.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_40.jpg" name="Image107" width="140" height="16" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?ts" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image108','','/include/designs/real_cs_v1/Bilder/button_21.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_41.jpg" name="Image108" width="140" height="16" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?map" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image109','','/include/designs/real_cs_v1/Bilder/button_22.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_42.jpg" name="Image109" width="140" height="13" border="0"></a></td>
              </tr>
              <tr>
                <td><img src="/include/designs/real_cs_v1/Bilder/index_43.jpg"></td>
              </tr>
              <tr>
                <td><a href="?joinus" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image110','','/include/designs/real_cs_v1/Bilder/button_24.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_44.jpg" name="Image110" width="140" height="14" border="0"></a></td>
              </tr>
              <tr>
                <td><a href="?fightus" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image111','','/include/designs/real_cs_v1/Bilder/button_25.jpg',1)"><img src="/include/designs/real_cs_v1/Bilder/index_45.jpg" name="Image111" width="140" height="15" border="0"></a></td>
              </tr>
              <tr>
                <td><img src="/include/designs/real_cs_v1/Bilder/index_46.jpg"></td>
              </tr>
              <tr>
                <td height="131" valign="top" background="/include/designs/real_cs_v1/Bilder/index_47.jpg"><table width="130" border="0" align="center">
                  <tr>
                    <td>{_boxes_statistik}</td>
                  </tr>
                </table></td>
              </tr>
              <tr>
                <td><img src="/include/designs/real_cs_v1/Bilder/index_48.jpg"></td>
              </tr>
            </table></td>
            <td rowspan="31" background="/include/designs/real_cs_v1/Bilder/index_13.jpg">&nbsp;</td>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="14" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="6" alt=""></td>
        </tr>
        <tr>
            <td rowspan="4" background="/include/designs/real_cs_v1/Bilder/index_15.jpg">&nbsp;</td>
            <td rowspan="4" valign="top" background="/include/designs/real_cs_v1/Bilder/index_16.jpg"><table width="229" border="0" align="center">
              <tr>
                <td>{_boxes_lastnews}</td>
              </tr>
            </table></td>
            <td rowspan="4" background="/include/designs/real_cs_v1/Bilder/index_17.jpg">&nbsp;</td>
            <td rowspan="4" valign="top" background="/include/designs/real_cs_v1/Bilder/index_18.jpg"><table width="229" border="0" align="center">
              <tr>
                <td>{_boxes_lastforum}</td>
              </tr>
            </table></td>
            <td rowspan="4" background="/include/designs/real_cs_v1/Bilder/index_19.jpg">&nbsp;</td>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="10" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="17" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="16" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="8" alt=""></td>
        </tr>
        <tr>
            <td colspan="5" rowspan="2">
                <img src="/include/designs/real_cs_v1/Bilder/index_23.jpg" width="544" height="24" alt=""></td>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="8" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="16" alt=""></td>
        </tr>
        <tr>
            <td colspan="5" rowspan="2" background="/include/designs/real_cs_v1/Bilder/index_26.jpg"><table width="503" border="0" align="center">
              <tr>
                <td> <marquee direction="left" scrollamount ="4">
                  <span class="Stil2">Das hier ist die Clanpage von <span class="Stil1">[DLoF] Doom Lords of Fear</span>
                </marquee> </td>
              </tr>
            </table></td>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="16" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="8" alt=""></td>
        </tr>
        <tr>
            <td colspan="5" rowspan="21" valign="top" background="/include/designs/real_cs_v1/Bilder/index_28.jpg"><table width="531" border="0" align="center" cellpadding="0" cellspacing="0">
              <tr>
                <td height="36" background="/include/designs/real_cs_v1/Bilder/content_01.jpg"><table width="465" border="0" align="right">
                  <tr>
                    <td>{HMENU}</td>
                  </tr>
                </table></td>
              </tr>
              <tr>
                <td background="/include/designs/real_cs_v1/Bilder/content_02.jpg"><table width="505" border="0" align="center">
                  <tr>
                    <td>{EXPLODE}</td>
                  </tr>
                </table></td>
              </tr>
              <tr>
                <td><img src="/include/designs/real_cs_v1/Bilder/content_03.jpg"></td>
              </tr>
            </table></td>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="8" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="16" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="16" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="15" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="25" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="14" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="17" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="16" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="16" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="16" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="16" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="16" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="16" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="16" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="13" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="26" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="14" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="15" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="30" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="131" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="9" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/index_49.jpg" width="104" height="24" alt=""></td>
            <td colspan="13">
                <img src="/include/designs/real_cs_v1/Bilder/index_50.jpg" width="920" height="24" alt=""></td>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="1" height="24" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="104" height="1" alt=""></td>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="46" height="1" alt=""></td>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="15" height="1" alt=""></td>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="140" height="1" alt=""></td>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="10" height="1" alt=""></td>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="25" height="1" alt=""></td>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="230" height="1" alt=""></td>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="38" height="1" alt=""></td>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="231" height="1" alt=""></td>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="20" height="1" alt=""></td>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="15" height="1" alt=""></td>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="38" height="1" alt=""></td>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="98" height="1" alt=""></td>
            <td>
                <img src="/include/designs/real_cs_v1/Bilder/Abstandhalter.gif" width="14" height="1" alt=""></td>
            <td></td>
        </tr>
    </table>
    </body>
    </center>
    </html>
    <!-- {_list_DDDmenupoint@<strong><big>&middot;</big></strong><a %1 class="box" href="%2">%3</a><br />}//-->
    {_list_hmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li>|<br />|</ul></li>}
    {_list_hmenubegi@<ul>}
    {_list_hmenuende@</ul>}
    {_list_vmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li>|<br /><ul>|</ul></li>}
    {_list_vmenubegi@<ul>}
    {_list_vmenuende@</ul>}


    der preloader im body-tag musste weg, weil zweimal onload nicht ging.


    Zuletzt modifiziert von Chapter am 09.02.2010 - 12:20:56
    Spamming, sinnlose Beiträge, Pushing, Doppelposting und Werbung sind verboten
    externer Link
    0 Mitglieder finden den Beitrag gut.
Geschlossen

Zurück zu Allgemein

Optionen: Bei einer Antwort zu diesem Thema eine eMail erhalten