Ich habe ziemlich viele Links im Header, weiß aber nicht, wie ich eine größere Leiste machen kann, da sie anscheinend aus einem Bild besteht.
Hier ein auszug aus der overall_header.tpl:
Habt ihr eine Idee?<img id="formStyleTestImage" src="templates/AcidTech/images/spacer.gif" />
<table width="{T_BODY_BACKGROUND}" cellspacing="0" cellpadding="0" border="0" align="center" id="maintable">
<tr>
<td valign="top" class="content-row"><table border="0" width="100%" cellspacing="0" cellpadding="0" id="logotable">
<tr>
<td align="center" class="logorow1"><div class="logorow2"><a href="{U_INDEX}"><img src="templates/AcidTech/images/logo_mid.gif" height="88" alt="{L_INDEX}" /></a></div></td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0" id="buttonstable">
<tr>
<td align="center" valign="middle" width="100%" id="header-buttons">
<!-- BEGIN switch_user_logged_out -->
<a href="{U_REGISTER}">{L_REGISTER}</a> •
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_shop -->
<a href="{U_SHOP}">{L_SHOP}</a> •
<!-- END switch_shop -->
<!-- BEGIN switch_user_logged_in -->
<a href="{U_PROFILE}">{L_PROFILE}</a> •
<a href="{U_PRIVATEMSGS}">{L_PRIVATEMSGS}</a> •
<!-- END switch_user_logged_in -->
<a href="{U_SEARCH}">{L_SEARCH}</a> •
<a href="{U_FAQ}">{L_FAQ}</a> •
<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a> •
{MEETING_LINK} •
<a href="{U_GROUP_CP}">{L_USERGROUPS}</a> •
<a href="{U_FORUM_RULES}">{L_FORUM_RULES}</a> •
<!-- BEGIN switch_hacklist_on -->
<a href="{U_HACKLIST}">{L_HACKLIST}</a> •
<!-- END switch_hacklist_on -->
<a href="{U_DOWNLOADS}">{L_DOWNLOADS}</a> •
<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>
</td>
</tr>
</table>
mfg Pingu