hat sich nun auch erledigt. habe zwar lange gebraucht, aber manchmal lohnt sich die mühe, das hirn anzustrengen. *g*
also für user mit selben problem, hier mein erfolg.
alter code.
Code: Alles auswählen
</a><a href="{U_INDEX}"><img src="templates/phpXP2/images/logo.gif" border="0"></a><a href="{U_GROUP_CP}"><img src="templates/phpXP2/images/button_groups.gif" width="108" height="21" border="0"></a><a href="{U_LOGIN_LOGOUT}"><img src="templates/phpXP2/images/button_login.gif" width="108" height="21" border="0"></a><a href="{U_MEMBERLIST}"><img src="templates/phpXP2/images/button_members.gif" width="108" height="21" border="0"></a><a href="{U_PRIVATEMSGS}"><img src="templates/phpXP2/images/button_pm.gif" width="108" height="21" border="0"></a><a href="{U_PROFILE}"><img src="templates/phpXP2/images/button_profile.gif" width="108" height="21" border="0"></a><a href="{U_REGISTER}"><img src="templates/phpXP2/images/button_register.gif" width="108" height="21" border="0"></a><a href="{U_SEARCH}"><img src="templates/phpXP2/images/button_search.gif" width="108" height="21" border="0"></a><a href="{U_FAQ}"><img src="templates/phpXP2/images/button_faq.gif" width="108" height="21" border="0"></a><td>
habe ich gebastelt, sieht sogar nicht schlecht aus. neuer code.
Code: Alles auswählen
<tr>
<td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
<td align="center" width="100%" valign="middle"><a href="{U_INDEX}"><img src="templates/phpXP2/images/logo.gif" border="0" alt="{L_INDEX}" vspace="1"width="610" height="150"/></a><br />
<table cellspacing="0" cellpadding="2" border="0">
<tr>
<td align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="{U_FAQ}"><img src="templates/phpXP2/images/button_faq.gif" width="108" height="21" border="0" </a> <a href="{U_SEARCH}"><img src="templates/phpXP2/images/button_search.gif" width="108" height="21" border="0" </a> <a href="{U_MEMBERLIST}"><img src="templates/phpXP2/images/button_members.gif" width="108" height="21" border="0" </a> <a href="{U_GROUP_CP}"><img src="templates/phpXP2/images/button_groups.gif" width="108" height="21" border="0" </a>
<!-- BEGIN switch_user_logged_out -->
<a href="{U_REGISTER}"><img src="templates/phpXP2/images/button_register.gif" width="108" height="21" border="0" </a>
<!-- END switch_user_logged_out -->
</span></td>
</tr>
<tr>
<td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="{U_PROFILE}"><img src="templates/phpXP2/images/button_profile.gif" width="108" height="21" border="0" </a> <a href="{U_PRIVATEMSGS}"><img src="templates/phpXP2/images/button_pm.gif" width="108" height="21" border="0"</a> <a href="{U_LOGIN_LOGOUT}"><img src="templates/phpXP2/images/button_login.gif" width="108" height="21" border="0"</a> </span></td>
greetz Luckyze