MotMann
07.04.2008, 16:58
Wo und wie muss folgender Code rein.....
<!-- ibproarcade stats under navbar version 2.0 -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr>
<td class="tcat" colspan="4">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_ibproarcade_stats')"><img id="collapseimg_forumhome_ibproarcade_stats" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_ibproarcade_stats].gif" alt="" border="0" /></a>
<phrase 1="$vboptions[bbtitle]">ibProArcade Stats from $ttlcnt games..</phrase>
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_ibproarcade_stats" style="$vbcollapse[collapseobj_forumhome_ibproarcade_stats]">
<tr>
<td class="thead" width='25%'><div class="smallfont"
align='center'>High-score Champions</td>
<td class="thead" width='25%'><div class="smallfont" align='center'>Newest Games</td>
<td class="thead" width='25%'><div class="smallfont" align='center'>Random Games</td>
<td class="thead" width='25%'><div class="smallfont" align='center'>Popular Games</td>
</tr><td class="alt1" valign="top" width="25%">
<div class="smallfont">$top_champ</td>
<td class="alt1" valign="top" width="25%">
<div class="smallfont">$addg</td>
<td class="alt1" valign="top" width="25%">
<div class="smallfont">$rand</td>
<td class="alt1" valign="top" width="25%">
<div class="smallfont">$popp</td></tr>
</table>
<br />
<!-- /end ibproarcade stats under navbar version 2.0-->
... wenn die Tabelle zwischen "Termine" und "alle Foren als gelesen", dargestellt werden soll?
6249
Und wie muss er angepasst werden, damit das Style nicht zerschossen wird?
<!-- ibproarcade stats under navbar version 2.0 -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr>
<td class="tcat" colspan="4">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_ibproarcade_stats')"><img id="collapseimg_forumhome_ibproarcade_stats" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_ibproarcade_stats].gif" alt="" border="0" /></a>
<phrase 1="$vboptions[bbtitle]">ibProArcade Stats from $ttlcnt games..</phrase>
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_ibproarcade_stats" style="$vbcollapse[collapseobj_forumhome_ibproarcade_stats]">
<tr>
<td class="thead" width='25%'><div class="smallfont"
align='center'>High-score Champions</td>
<td class="thead" width='25%'><div class="smallfont" align='center'>Newest Games</td>
<td class="thead" width='25%'><div class="smallfont" align='center'>Random Games</td>
<td class="thead" width='25%'><div class="smallfont" align='center'>Popular Games</td>
</tr><td class="alt1" valign="top" width="25%">
<div class="smallfont">$top_champ</td>
<td class="alt1" valign="top" width="25%">
<div class="smallfont">$addg</td>
<td class="alt1" valign="top" width="25%">
<div class="smallfont">$rand</td>
<td class="alt1" valign="top" width="25%">
<div class="smallfont">$popp</td></tr>
</table>
<br />
<!-- /end ibproarcade stats under navbar version 2.0-->
... wenn die Tabelle zwischen "Termine" und "alle Foren als gelesen", dargestellt werden soll?
6249
Und wie muss er angepasst werden, damit das Style nicht zerschossen wird?