Code meiner overall_header.tpl (Nur der Wichtige Teil)
Code: Alles auswählen
<table width="950" height="100%" align="center" cellpadding="0" cellspacing="0"><td background="templates/hdNet/images/siteboard.PNG" valign="top">
<table height="100" cellpadding="0" cellspacing="0" width="100%">
<td background="templates/hdNet/images/header4.PNG" valign="middle" align="right"><table width="500"><td>Werbung!<br><br></td></table></td>
</table><p>
<table width="95%" cellspacing="0" cellpadding="0" border="0" align="center">
<td width="15%">Links</td><td width="70%"><table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"><tr>
<td class="bodyline">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center" width="100%" valign="top">
<table cellspacing="0" cellpadding="2" border="0">
<tr>
<td align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="{U_FAQ}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a></span><span class="mainmenu"> <a href="{U_SEARCH}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a> <a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a> <a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>
<!-- BEGIN switch_user_logged_out -->
<a href="{U_REGISTER}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_register.gif" width="12" height="13" border="0" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a></span>
<!-- END switch_user_logged_out -->
</td>
</tr>
<tr>
<td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="{U_PROFILE}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a> <a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a> <a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a> </span></td>
</tr>
</table></td>
</tr>
</table>
<br />
Code: Alles auswählen
<div align="center"><span class="copyright"><br />{ADMIN_LINK}<br />
<!--
We request you retain the full copyright notice below including the link to www.phpbb.com.
This not only gives respect to the large amount of time given freely by the developers
but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
reason) retain the full copyright we request you at least leave in place the
Powered by phpBB {PHPBB_VERSION} line, with phpBB linked to www.phpbb.com. If you refuse
to include even this then support on our forums may be affected.
The phpBB Group : 2002
// -->
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2002 phpBB Group<br />{TRANSLATION_INFO}</span></div>
</td>
</tr>
</table></center>
</td></tr>
</table>
</center>
</tr></table></td><td width="15%">Rechte Spalte</td></table>
</body>
</html>
Ich schaffe einfach eines nicht, da man ja phpbb ned includen kann

Muss man ja das Forum auf das Design der Seite anpassen.
Das versuche ich gerade, ich versuche außerdem mittels
Tabellen eben die Menüs an die Seiten zu brignen und phpbb in die Mitte
also beispielsweise so:
Code: Alles auswählen
<table width="100%">
<td width="15%">Linke Spalte</td>
<td width="70%">phpbb</td>
<td width="15%">Rechte Spalte</td>
</table>
also... eine kleine skizze (so siehts gerade aus):
L = Linke Spalte
phpbb = forum ^^
R = Rechte Spalte
-------------------------------
|XXXXXXXXXXXXXXXXXXX|
|XXXXXXXXXXXXXXXXXXX|
|L-XXXXXXXXXXphpbbXXX|
|XXXXXXXXXXXXXXXXXXX|
|XXXXXXXXXXXXXXXXXXX|
-------------------------------
R
Die Rechte Spalte sollte aber in der Tabelle neben phpbb sein...
