Seite 1 von 1

Tabellenproblem

Verfasst: 16.02.2007 16:42
von MG90
Hi,

ich will auf meiner seite das die zwei tabelen hier zu einer verschmelzen. nur ist das problem wenn ich das mache das die zeilen dann nicht untereinander stehen. Was muss ich da machen das es zu einer tabelle wird und der strich in der mitte verschwindet: www.counterstrikeforum.de.tp

Hier ist einmal der teil vom overall_header:

</table>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td align="center" class="topnav">&nbsp;<a href="{U_FAQ}">{L_FAQ}</a>
&nbsp;•&nbsp;
<a href="portal.php">Portal</a>
&nbsp;•&nbsp;
<a href="index.php">Forum</a>
&nbsp;•&nbsp;
<a href="{U_SEARCH}">{L_SEARCH}</a>
&nbsp;•&nbsp;
<a href="{U_PREFERENCES}">{L_PREFERENCES}</a>
<!-- BEGIN switch_user_logged_in -->
&nbsp;•&nbsp;
<a href="{U_BOOKMARKS}">{L_BOOKMARKS}</a>
&nbsp; •&nbsp;
<a href="{U_SEARCH_NEW}">{L_SEARCH_NEW2}</a>
<!-- END switch_user_logged_in -->
&nbsp;•&nbsp;
<a href="{U_GROUP_CP}">{L_USERGROUPS}</a>
<!-- BEGIN switch_user_logged_out -->
&nbsp;•&nbsp;
<a href="{U_REGISTER}">{L_REGISTER}</a>
<!-- END switch_user_logged_out -->
&nbsp;•&nbsp;
<a href="{U_PROFILE}">{L_PROFILE}</a>
&nbsp;•&nbsp;
<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>
&nbsp;•&nbsp;
<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>
</td>
</tr>
</table>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td align="center" class="topnav">&nbsp;<a href="dload.php"><b>CS-Downloads</b></a>
&nbsp;•&nbsp;
<a href="Links.php">Links & Clans</a>
&nbsp;•&nbsp;
<a href="cash.php">Geld wechseln</a>
&nbsp;•&nbsp;
<a href="{U_SHOP}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_SHOP}" hspace="3" />SHOP</a>
&nbsp; •&nbsp;
<a href="album.php">Gallerie</a>
&nbsp;•&nbsp;
<a href="chat.php">Chat</a>
&nbsp;•&nbsp;
<a href="dload.php"><b>CS-Downloads</b></a>
{CALENDAR_BOX}</td>
</tr>
</table>
Ich hoffe da kennt sich jemand aus!

mfg

MG

Re: Tabellenproblem

Verfasst: 16.02.2007 16:47
von nickvergessen
versuchs mal mit dem Code

Code: Alles auswählen

<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr> 
<td align="center" class="topnav">&nbsp;<a href="{U_FAQ}">{L_FAQ}</a>
&nbsp;•&nbsp;
<a href="portal.php">Portal</a>
&nbsp;•&nbsp;
<a href="index.php">Forum</a>
&nbsp;•&nbsp;
<a href="{U_SEARCH}">{L_SEARCH}</a>
&nbsp;•&nbsp;
<a href="{U_PREFERENCES}">{L_PREFERENCES}</a>
<!-- BEGIN switch_user_logged_in -->
&nbsp;•&nbsp;
<a href="{U_BOOKMARKS}">{L_BOOKMARKS}</a>
&nbsp; •&nbsp;
<a href="{U_SEARCH_NEW}">{L_SEARCH_NEW2}</a>
<!-- END switch_user_logged_in -->
&nbsp;•&nbsp;
<a href="{U_GROUP_CP}">{L_USERGROUPS}</a>
<!-- BEGIN switch_user_logged_out -->
&nbsp;•&nbsp;
<a href="{U_REGISTER}">{L_REGISTER}</a>
<!-- END switch_user_logged_out -->
&nbsp;•&nbsp;
<a href="{U_PROFILE}">{L_PROFILE}</a>
&nbsp;•&nbsp;
<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>
&nbsp;•&nbsp;
<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>
</td>
</tr>
<tr> 
<td align="center" class="topnav">&nbsp;<a href="dload.php"><b>CS-Downloads</b></a>
&nbsp;•&nbsp;
<a href="Links.php">Links & Clans</a>
&nbsp;•&nbsp;
<a href="cash.php">Geld wechseln</a>
&nbsp;•&nbsp;
<a href="{U_SHOP}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_SHOP}" hspace="3" />SHOP</a>
&nbsp; •&nbsp;
<a href="album.php">Gallerie</a>
&nbsp;•&nbsp;
<a href="chat.php">Chat</a>
&nbsp;•&nbsp;
<a href="dload.php"><b>CS-Downloads</b></a>
{CALENDAR_BOX}</td>
</tr>
</table>
</table>

Verfasst: 16.02.2007 17:02
von MG90
danke

aber würde man den einen strich nicht irgendwie rauskriegen?

mfg

MG