Hallo ich habe eine Bitte könnt Ihr mir sagen wie ich den Abstand zwischen überschrifft und Text veringern kann? Hier mal ein Bild einer der problem Boxen! Danke und Grüße!
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
Geschlossen |
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>{TITLE} // Clandesign by www.do-design.de</title> <link rel="stylesheet" type="text/css" href="include/designs/alex-design-02/style.css"> <!-- Copyright Design & Code by Oliver Hartl | Zirrka & Dennis Beuchler | Killer3d http://www.do-design.de Dieses Copyright darf auf keinen Fall entfernt werden, Löschung = Rechtliche Verfolgung --> <style type="text/css"> body { margin:0px; background-image: url('include/designs/alex-design-02/Bilder/bg.gif'); } .head {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; } .head2 {font-size: 10px; color: #6DC903; font-weight: bold; } #dropmenudiv{ border-left:1px solid black; border-right:1px solid black; border-top:1px solid black; border-bottom:0px solid black; position:absolute; line-height:18px; z-index:100; font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:Verdana } #dropmenudiv a{ width: 100%; display: block; text-indent: 2px; border-bottom: 1px solid black; padding: 1px 0; text-decoration: none; font-weight: bold; background-color: #0d0d0d; } #dropmenudiv a:hover{ /*hover background color*/ background-color: #191919; } </style> <script type="text/javascript"> /*********************************************** * AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ //Contents for menu 1, and so on: Clan var menu1=new Array() menu1[0]='<a href="?teams">• Squads</a>' menu1[1]='<a href="?wars">• Wars</a>' menu1[2]='<a href="?history">• History</a>' menu1[3]='<a href="?joinus">• Join us</a>' menu1[4]='<a href="?fightus">• Fight us</a>' menu1[5]='<a href="?linkus">• Link us</a>' //Contents for menu 2, and so on: Community var menu2=new Array() menu2[0]='<a href="?news">• News</a>' menu2[1]='<a href="?user">• UserList</a>' menu2[2]='<a href="?forum">• Forum</a>' menu2[3]='<a href="?downloads">• Downloads</a>' menu2[4]='<a href="?links">• Links</a>' //Contents for menu 3, and so on: Others var menu3=new Array() menu3[0]='<a href="?kalender">• Kallender</a>' menu3[1]='<a href="?gallery">• Galerie</a>' menu3[2]='<a href="?gbook">• Gästebuch</a>' menu3[3]='<a href="?kasse">• Kasse</a>' var menuwidth='165px' //default menu width var menubgcolor='white' //menu bgcolor var disappeardelay=500 //menu disappear speed onMouseout (in miliseconds) var hidemenu_onclick="yes" //hide menu when user clicks within menu? var ie4=document.all var ns6=document.getElementById&&!document.all if (ie4||ns6) document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>') function getposOffset(what, offsettype){ var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop; var parentEl=what.offsetParent; while (parentEl!=null){ totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop; parentEl=parentEl.offsetParent; } return totaloffset; } function showhide(obj, e, visible, hidden, menuwidth){ if (ie4||ns6) dropmenuobj.style.left=dropmenuobj.style.top="-500px" if (menuwidth!=""){ dropmenuobj.widthobj=dropmenuobj.style dropmenuobj.widthobj.width=menuwidth } if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover") obj.visibility=visible else if (e.type=="click") obj.visibility=hidden } function iecompattest(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } function clearbrowseredge(obj, whichedge){ var edgeoffset=0 if (whichedge=="rightedge"){ var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15 dropmenuobj.contentmeasure=dropmenuobj.offsetWidth if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure) edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth } else{ var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18 dropmenuobj.contentmeasure=dropmenuobj.offsetHeight if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up? edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either? edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge } } return edgeoffset } function populatemenu(what){ if (ie4||ns6) dropmenuobj.innerHTML=what.join("") } function dropdownmenu(obj, e, menucontents, menuwidth){ if (window.event) event.cancelBubble=true else if (e.stopPropagation) e.stopPropagation() clearhidemenu() dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv populatemenu(menucontents) if (ie4||ns6){ showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth) dropmenuobj.x=getposOffset(obj, "left") dropmenuobj.y=getposOffset(obj, "top") dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px" dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px" } return clickreturnvalue() } function clickreturnvalue(){ if (ie4||ns6) return false else return true } function contains_ns6(a, b) { while (b.parentNode) if ((b = b.parentNode) == a) return true; return false; } function dynamichide(e){ if (ie4&&!dropmenuobj.contains(e.toElement)) delayhidemenu() else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget)) delayhidemenu() } function hidemenu(e){ if (typeof dropmenuobj!="undefined"){ if (ie4||ns6) dropmenuobj.style.visibility="hidden" } } function delayhidemenu(){ if (ie4||ns6) delayhide=setTimeout("hidemenu()",disappeardelay) } function clearhidemenu(){ if (typeof delayhide!="undefined") clearTimeout(delayhide) } if (hidemenu_onclick=="yes") document.onclick=hidemenu </script> </head> <body> <center> <div align="center"><img src="include/designs/alex-design-02/Bilder/header.jpg" width="975" height="185"></div> <table width="974" border="0" cellspacing="0" cellpadding="0"> <tr> <td><table width="974" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="182" height="24" align="left" valign="top" background="include/designs/alex-design-02/Bilder/bg_farbe_links.jpg"><table width="182" border="0" cellspacing="0" cellpadding="0"> <tr> <td>{_list_menunr1@ <table width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <td background="include/designs/alex-design-02/Bilder/nav_linksi.jpg" width="182" height="21"> <table width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <td width="7%"> </td> <td width="62%" valign="middle"><font color="#999999" style="font-family:Tahoma; font-size:12px ; font-weight:bold">%1</font></td> <td width="31%"> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td valign="top" align="left" background="include/designs/alex-design-02/Bilder/tbbg.jpg" height="109"><table width="183" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="10"> </td> <td width="168">%2</td> <td width="10"> </td> </tr> </table> }<br> <img src="include/designs/alex-design-02/Bilder/under_box_links.jpg" width="182" height="93"></td> </tr> </table></td> <td width="610" height="27" align="left" valign="top" background="include/designs/alex-design-02/Bilder/content_66.jpg"><table width="610" border="0" cellspacing="0" cellpadding="0"> <tr> <td><table width="610" border="0" cellspacing="0" cellpadding="0"> <tr> <td></td> </tr> <tr> <td><div align="center"><table border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="include/designs/alex-design-02/Bilder/leftmenudrop.jpg"></img></td> <td><a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '125px')" onMouseout="delayhidemenu()"><img src="include/designs/alex-design-02/Bilder/clan.jpg" width="125" height="23" border="0"></a></td> <td><a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu2, '121px')" onMouseout="delayhidemenu()"><img src="include/designs/alex-design-02/Bilder/communiyt.jpg" width="121" height="23" border="0"></a></td> <td><a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu3, '121px')" onMouseout="delayhidemenu()"><img src="include/designs/alex-design-02/Bilder/stuff.jpg" width="121" height="23" border="0"></a></td> <td><img src="include/designs/alex-design-02/Bilder/rechtsmenudrop.jpg"></img></td> </tr> </table></div></td> </tr> <tr> <td> </td> </tr> <tr> <td><img src="include/designs/alex-design-02/Bilder/boxen_mitte.jpg" width="610" height="21"></td> </tr> <tr> <td><table width="610" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top" background="include/designs/alex-design-02/Bilder/news_box.jpg" width="204" height="91"><table width="204" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="15"> </td> <td width="178"><? include("sc_headlines.php"); ?><font face="Verdana" size="1" style="margin-top: 4px;">{_boxes_lastnews}</font></td> <td width="11"> </td> </tr> </table></td> <td valign="top" background="include/designs/alex-design-02/Bilder/wars_box.jpg" width="202" height="91"><table width="202" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="13"> </td> <td width="185"><? include("sc_results.php"); ?>{_boxes_lastwars}</td> <td width="10"> </td> </tr> </table></td> <td valign="top" background="include/designs/alex-design-02/Bilder/forum_box.jpg" width="204" height="91"><table width="204" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="13"> </td> <td width="177"><? include("latesttopics.php"); ?><font face="Verdana" size="1" style="margin-top: 4px;">{_boxes_lastforum}</font></td> <td width="14"> </td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td><table width="610" border="0" cellspacing="0" cellpadding="0"> <tr> <td> </td> <td> </td> <td> </td> </tr> <tr> <td width="10"> </td> <td width="596"> {EXPLODE} </td> <td width="10"> </td> </tr> </table></td> </tr> </table></td> </tr> </table></td> <td width="183" height="24" align="left" valign="top" background="include/designs/alex-design-02/Bilder/bg_farbe_rechts.jpg"><table width="182" border="0" cellspacing="0" cellpadding="0"> <tr> <td background="include/designs/alex-design-02/Bilder/bg_farbe_rechts.jpg"><table width="182" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top" align="left" > {_list_menunr2@ <table width="100%" border="0" cellspacing="1" cellpadding="0" background="include/designs/alex-design-02/Bilder/tbbg2.jpg"> <tr> <td background="include/designs/alex-design-02/Bilder/nav_linksi2.jpg" width="182" height="21"> <table width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <td width="7%"> </td> <td width="62%" valign="middle"><font color="#999999" style="font-family:Tahoma; font-size:12px ; font-weight:bold">%1</font></td> <td width="31%"> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <tr> <td valign="top" align="left" background="include/designs/alex-design-02/Bilder/tbbg2.jpg" ><table width="182" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="10"> </td> <td width="168">%2</td> <td width="10"> </td> </tr> </table> }<br> </td> </tr> <tr><td background="include/designs/alex-design-02/Bilder/tbbg2.jpg"><img src="include/designs/alex-design-02/Bilder/under_box_rechts.jpg" width="182" height="93"></td></tr> </table></td> </tr> </table></td> </tr> <tr> <td height="27" colspan="3"><table width="974" border="0" cellspacing="0" cellpadding="0"> <tr> <td><a href="http://www.alex-spieleloesungen.at"><img src="include/designs/alex-design-02/Bilder/footer_67.jpg" width="975" height="36" border="0" usemap="#Map2"></a> </tr> </table></td> </tr> </table></td> </tr> </table> </center> </body> </html> <!-- {_list_DDDmenupoint@<strong><big>·</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>}
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>{TITLE} // Clandesign by www.do-design.de</title> <link rel="stylesheet" type="text/css" href="include/designs/alex-design-02/style.css"><!-- Copyright Design & Code by Oliver Hartl | Zirrka & Dennis Beuchler | Killer3d http://www.do-design.de Dieses Copyright darf auf keinen Fall entfernt werden, Löschung = Rechtliche Verfolgung --> <style type="text/css"> body { margin:0px; background-image: url('include/designs/alex-design-02/Bilder/bg.gif'); } .head {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; } .head2 {font-size: 10px; color: #6DC903; font-weight: bold; } #dropmenudiv{ border-left:1px solid black; border-right:1px solid black; border-top:1px solid black; border-bottom:0px solid black; position:absolute; line-height:18px; z-index:100; font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:Verdana } #dropmenudiv a{ width: 100%; display: block; text-indent: 2px; border-bottom: 1px solid black; padding: 1px 0; text-decoration: none; font-weight: bold; background-color: #0d0d0d; } #dropmenudiv a:hover{ /*hover background color*/ background-color: #191919; } </style><script type="text/javascript"> /*********************************************** * AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ //Contents for menu 1, and so on: Clan var menu1=new Array() menu1[0]='<a href="index.php?teams">• Squads</a>' menu1[1]='<a href="index.php?wars">• Wars</a>' menu1[2]='<a href="index.php?history">• History</a>' menu1[3]='<a href="index.php?joinus">• Join us</a>' menu1[4]='<a href="index.php?fightus">• Fight us</a>' menu1[5]='<a href="index.php?linkus">• Link us</a>' //Contents for menu 2, and so on: Community var menu2=new Array() menu2[0]='<a href="index.php?news">• News</a>' menu2[1]='<a href="index.php?user">• UserList</a>' menu2[2]='<a href="index.php?forum">• Forum</a>' menu2[3]='<a href="index.php?downloads">• Downloads</a>' menu2[4]='<a href="index.php?links">• Links</a>' //Contents for menu 3, and so on: Others var menu3=new Array() menu3[0]='<a href="index.php?kalender">• Kallender</a>' menu3[1]='<a href="index.php?gallery">• Galerie</a>' menu3[2]='<a href="index.php?gbook">• Gästebuch</a>' menu3[3]='<a href="index.php?kasse">• Kasse</a>' var menuwidth='165px' //default menu width var menubgcolor='white' //menu bgcolor var disappeardelay=500 //menu disappear speed onMouseout (in miliseconds) var hidemenu_onclick="yes" //hide menu when user clicks within menu? var ie4=document.all var ns6=document.getElementById&&!document.all if (ie4||ns6) document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>') function getposOffset(what, offsettype){ var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop; var parentEl=what.offsetParent; while (parentEl!=null){ totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop; parentEl=parentEl.offsetParent; } return totaloffset; } function showhide(obj, e, visible, hidden, menuwidth){ if (ie4||ns6) dropmenuobj.style.left=dropmenuobj.style.top="-500px" if (menuwidth!=""){ dropmenuobj.widthobj=dropmenuobj.style dropmenuobj.widthobj.width=menuwidth } if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover") obj.visibility=visible else if (e.type=="click") obj.visibility=hidden } function iecompattest(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } function clearbrowseredge(obj, whichedge){ var edgeoffset=0 if (whichedge=="rightedge"){ var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15 dropmenuobj.contentmeasure=dropmenuobj.offsetWidth if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure) edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth } else{ var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18 dropmenuobj.contentmeasure=dropmenuobj.offsetHeight if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up? edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either? edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge } } return edgeoffset } function populatemenu(what){ if (ie4||ns6) dropmenuobj.innerHTML=what.join("") } function dropdownmenu(obj, e, menucontents, menuwidth){ if (window.event) event.cancelBubble=true else if (e.stopPropagation) e.stopPropagation() clearhidemenu() dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv populatemenu(menucontents) if (ie4||ns6){ showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth) dropmenuobj.x=getposOffset(obj, "left") dropmenuobj.y=getposOffset(obj, "top") dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px" dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px" } return clickreturnvalue() } function clickreturnvalue(){ if (ie4||ns6) return false else return true } function contains_ns6(a, b) { while (b.parentNode) if ((b = b.parentNode) == a) return true; return false; } function dynamichide(e){ if (ie4&&!dropmenuobj.contains(e.toElement)) delayhidemenu() else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget)) delayhidemenu() } function hidemenu(e){ if (typeof dropmenuobj!="undefined"){ if (ie4||ns6) dropmenuobj.style.visibility="hidden" } } function delayhidemenu(){ if (ie4||ns6) delayhide=setTimeout("hidemenu()",disappeardelay) } function clearhidemenu(){ if (typeof delayhide!="undefined") clearTimeout(delayhide) } if (hidemenu_onclick=="yes") document.onclick=hidemenu </script> </head><body><center> <div align="center"><img src="include/designs/alex-design-02/Bilder/header.jpg" height="185" width="975"></div><table border="0" cellpadding="0" cellspacing="0" width="974"> <tbody><tr><td><table border="0" cellpadding="0" cellspacing="0" width="974"> <tbody><tr><td align="left" background="include/designs/alex-design-02/Bilder/bg_farbe_links.jpg" height="24" valign="top" width="182"><table border="0" cellpadding="0" cellspacing="0" width="182"> <tbody><tr><td>{_list_menunr1@ <table border="0" cellpadding="0" cellspacing="1" width="100%"> <tbody><tr><td background="include/designs/alex-design-02/Bilder/nav_linksi.jpg" height="21" width="182"> <table border="0" cellpadding="0" cellspacing="1" width="100%"><tbody><tr> <td width="7%"> </td> <td valign="middle" width="62%"><font style="font-family: Tahoma; font-size: 12px; font-weight: bold;" color="#999999">%1</font></td> <td width="31%"> </td> </tr></tbody></table> </td></tr> </tbody></table></td> </tr><tr> <td align="left" background="include/designs/alex-design-02/Bilder/tbbg.jpg" height="109" valign="top"><table style="width: 183px;" border="0" cellpadding="0" cellspacing="0"><tbody><tr> <td width="10"> </td> <td style="width: 168px; vertical-align: top;">%2</td> <td width="10"> </td> </tr></tbody></table> }<br> <img src="include/designs/alex-design-02/Bilder/under_box_links.jpg" height="93" width="182"></td></tr> </tbody></table></td><td align="left" background="include/designs/alex-design-02/Bilder/content_66.jpg" height="27" valign="top" width="610"><table border="0" cellpadding="0" cellspacing="0" width="610"> <tbody><tr><td><table border="0" cellpadding="0" cellspacing="0" width="610"> <tbody><tr><td></td> </tr><tr> <td><div align="center"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr> <td><img src="include/designs/alex-design-02/Bilder/leftmenudrop.jpg"></td> <td><a href="default.htm" onclick="return clickreturnvalue()" onmouseover="dropdownmenu(this, event, menu1, '125px')" onmouseout="delayhidemenu()"><img src="include/designs/alex-design-02/Bilder/clan.jpg" border="0" height="23" width="125"></a></td><td><a href="default.htm" onclick="return clickreturnvalue()" onmouseover="dropdownmenu(this, event, menu2, '121px')" onmouseout="delayhidemenu()"><img src="include/designs/alex-design-02/Bilder/communiyt.jpg" border="0" height="23" width="121"></a></td> <td><a href="default.htm" onclick="return clickreturnvalue()" onmouseover="dropdownmenu(this, event, menu3, '121px')" onmouseout="delayhidemenu()"><img src="include/designs/alex-design-02/Bilder/stuff.jpg" border="0" height="23" width="121"></a></td><td><img src="include/designs/alex-design-02/Bilder/rechtsmenudrop.jpg"></td> </tr> </tbody></table></div></td></tr> <tr><td> </td> </tr><tr> <td><img src="include/designs/alex-design-02/Bilder/boxen_mitte.jpg" height="21" width="610"></td></tr> <tr><td><table border="0" cellpadding="0" cellspacing="0" width="610"> <tbody><tr><td background="include/designs/alex-design-02/Bilder/news_box.jpg" height="91" valign="top" width="204"><table border="0" cellpadding="0" cellspacing="0" width="204"> <tbody><tr><td width="15"> </td> <td width="178"><font style="margin-top: 4px;" face="Verdana" size="1">{_boxes_lastnews}</font></td> <td width="11"> </td> </tr></tbody></table></td> <td background="include/designs/alex-design-02/Bilder/wars_box.jpg" height="91" valign="top" width="202"><table border="0" cellpadding="0" cellspacing="0" width="202"><tbody><tr> <td width="13"> </td> <td width="185">{_boxes_lastwars}</td> <td width="10"> </td> </tr></tbody></table></td> <td background="include/designs/alex-design-02/Bilder/forum_box.jpg" height="91" valign="top" width="204"><table border="0" cellpadding="0" cellspacing="0" width="204"><tbody><tr> <td width="13"> </td> <td width="177"><font style="margin-top: 4px;" face="Verdana" size="1">{_boxes_lastforum}</font></td> <td width="14"> </td> </tr></tbody></table></td> </tr></tbody></table></td> </tr><tr> <td><table border="0" cellpadding="0" cellspacing="0" width="610"><tbody><tr> <td> </td> <td> </td> <td> </td> </tr><tr> <td width="10"> </td> <td width="596">{EXPLODE} </td><td width="10"> </td> </tr></tbody></table></td> </tr></tbody></table></td> </tr></tbody></table></td> <td align="left" background="include/designs/alex-design-02/Bilder/bg_farbe_rechts.jpg" height="24" valign="top" width="183"><table border="0" cellpadding="0" cellspacing="0" width="182"><tbody><tr> <td background="include/designs/alex-design-02/Bilder/bg_farbe_rechts.jpg"><table border="0" cellpadding="0" cellspacing="0" width="182"><tbody><tr> <td align="left" valign="top">{_list_menunr2@ <table background="include/designs/alex-design-02/Bilder/tbbg2.jpg" border="0" cellpadding="0" cellspacing="1" width="100%"> <tbody><tr><td background="include/designs/alex-design-02/Bilder/nav_linksi2.jpg" height="21" width="182"> <table border="0" cellpadding="0" cellspacing="1" width="100%"><tbody><tr> <td width="7%"> </td> <td valign="middle" width="62%"><font style="font-family: Tahoma; font-size: 12px; font-weight: bold;" color="#999999">%1</font></td> <td width="31%"> </td> </tr></tbody></table> </td> </tr></tbody></table> </td> </tr><tr> </tr><tr><td align="left" background="include/designs/alex-design-02/Bilder/tbbg2.jpg" valign="top"><table style="width: 182px;" border="0" cellpadding="0" cellspacing="0"> <tbody><tr><td width="10"> </td> <td style="width: 168px; vertical-align: top;">%2</td> <td width="10"> </td> </tr></tbody></table> }<br> </td></tr> <tr><td background="include/designs/alex-design-02/Bilder/tbbg2.jpg"><img src="include/designs/alex-design-02/Bilder/under_box_rechts.jpg" height="93" width="182"></td></tr></tbody></table></td> </tr></tbody></table></td> </tr><tr> <td colspan="3" height="27"><table border="0" cellpadding="0" cellspacing="0" width="974"><tbody><tr> <td><a href="http://www.alex-spieleloesungen.at"><img src="include/designs/alex-design-02/Bilder/footer_67.jpg" usemap="#Map2" border="0" height="36" width="975"></a></td></tr> </tbody></table></td></tr> </tbody></table></td></tr> </tbody></table></center> <!-- {_list_DDDmenupoint@<strong><big>·</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>|} {_list_hmenubegi@<ul>} {_list_hmenuende@</ul>} {_list_vmenupoint@<li><a target="%1" class="box" href="%2">%3</a>|</li>|<br><ul>|</ul>} {_list_vmenubegi@<ul>} {_list_vmenuende@</ul>} </body></html>
Geschlossen | ||
Zurück zu Fehlersuche und Probleme |