ich möchte die Teams von mir zentrieren aber aus irgendeinem grund klappt es nicht, kann mir jemand helfen ?
<script type="text/javascript">
<!--
// toggle visibility
function toggle( targetId ){
if (document.getElementById){
target = document.getElementById( targetId );
if (target.style.display == "none"){
target.style.display = "";
} else {
target.style.display = "none";
}
}
}
-->
</script>
{EXPLODE}
<table width="75%" align="center" cellpadding="3" border="0" cellspacing="1" class="border">
<tr class="Cdark">
<td colspan="6" onClick="toggle('{name1}');return false;" style="cursor:pointer" valign="bottom" align="center">{show}</td>
</tr>
</table>
{EXPLODE}
<table width="75%" align="center" id="{name1}" style="display: none" cellpadding="3" border="0" cellspacing="1" class="border">
{EXPLODE}
{footer1}
<td width="49%" align="center">
<table width="75%" cellpadding="3" border="0" cellspacing="1">
<tr>
<td width="49%" rowspan="6" height="152" valign="middle"><a href="index.php?user-details-{uid}">{avatar}</a></td>
<td width="49%"><a href="index.php?user-details-{uid}">{name}</a></td>
</tr><tr>
<td width="49%">{posi}</td>
</tr><tr>
<td width="49%">{status}</td>
</tr><tr>
<td width="49%"> </td>
</tr>
</table>
</td>
{footer2}
{EXPLODE}
</tr>
{EXPLODE}
<tr class="{class}">
<td width="25%" align="center">{name}</td>
<td width="25%" align="center">{posi}</td>
<td width="20%" align="center">{status}</td>
<td width="10%" align="center"><a href="index.php?user-details-{uid}">{_lang_more}</a></a></td>
</tr>
{EXPLODE}
</table>
<br />
verwendete ilch Version: 1.1 P
betroffene Homepage: gaming-evolution.eu/index.php?teams


siehs dir selbst an

