Tabellenproblem

Alles zu Styles, Templates, Icons und Smilies für phpBB 2.0, sowie allgemeine Designfragen zur Integration von phpBB in bestehende Websites.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
MG90
Mitglied
Beiträge: 133
Registriert: 05.02.2007 14:35

Tabellenproblem

Beitrag 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
Benutzeravatar
nickvergessen
Ehrenadmin
Beiträge: 11559
Registriert: 09.10.2006 21:56
Wohnort: Stuttgart, Germany
Kontaktdaten:

Re: Tabellenproblem

Beitrag 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>
kein Support per PN
MG90
Mitglied
Beiträge: 133
Registriert: 05.02.2007 14:35

Beitrag von MG90 »

danke

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

mfg

MG
Antworten

Zurück zu „phpBB 2.0: Styles, Templates und Grafiken“