Hi
Ich hab keinen blassen Schimmer von PHP und krieg es desshalb nicht gebacken. Und zwar sollten in folgendem Code alle Bilder direkt nebeneinander angelegt werden. DH: Ohne einen Abstand, direkt nebeneinander. Aber ich als Noob weiss natürlich nicht wo ich diese Abstände im Code rausnehmen muss. Also hier der Code:
Code
<table style="width:{$style['tableoutwidth']}" cellpadding="{$style['tableoutcellpadding']}" cellspacing="{$style['tableoutcellspacing']}" align="center" border="{$style['tableoutborder']}" class="tableoutborder">
<tr>
<td align="center">
<span class="smallfont"><if($wbbuserdata['userid'])><then>[url='usercp.php{$SID_ARG_1ST}'][img]{$style['imagefolder']}/top_usercp.gif[/img]items['LANG_GLOBAL_USERCP']}" title="{$lang->items['LANG_GLOBAL_USERCP']}" />[/url]
<a href="pms.php{$SID_ARG_1ST}"> </then>
<else>[url='register.php{$SID_ARG_1ST}'][img]{$style['imagefolder']}/top_register.gif[/img]items['LANG_GLOBAL_REGISTER']}" title="{$lang->items['LANG_GLOBAL_REGISTER']}" />[/url]</else></if>
[url='calendar.php{$SID_ARG_1ST}'][img]{$style['imagefolder']}/top_calendar.gif[/img]items['LANG_GLOBAL_CALENDAR']}" title="{$lang->items['LANG_GLOBAL_CALENDAR']}" />[/url]
[url='memberslist.php{$SID_ARG_1ST}'][img]{$style['imagefolder']}/top_members.gif[/img]items['LANG_GLOBAL_MEMBERSLIST']}" title="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" />[/url]
[url='team.php{$SID_ARG_1ST}'][img]{$style['imagefolder']}/top_team.gif[/img]items['LANG_GLOBAL_TEAM']}" title="{$lang->items['LANG_GLOBAL_TEAM']}" />[/url]
[url='search.php{$SID_ARG_1ST}'][img]{$style['imagefolder']}/top_search.gif[/img]items['LANG_GLOBAL_SEARCH']}" title="{$lang->items['LANG_GLOBAL_SEARCH']}" />[/url]
[url='misc.php?action=faq{$SID_ARG_2ND}'][img]{$style['imagefolder']}/top_faq.gif[/img]items['LANG_GLOBAL_FAQ']}" title="{$lang->items['LANG_GLOBAL_FAQ']}" />[/url]
<if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==1)><then>[url='acp/index.php'][img]{$style['imagefolder']}/top_acp.gif[/img]items['LANG_GLOBAL_ACP']}" title="{$lang->items['LANG_GLOBAL_ACP']}" />[/url]</then></if>
<if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==0)><then>[url='acp/index.php'][img]{$style['imagefolder']}/top_modcp.gif[/img]items['LANG_GLOBAL_MODCP']}" title="{$lang->items['LANG_GLOBAL_MODCP']}" />[/url]</then></if>
[url='index.php{$SID_ARG_1ST}'][img]{$style['imagefolder']}/top_start.gif[/img]items['LANG_GLOBAL_TOINDEX']}" title="{$lang->items['LANG_GLOBAL_TOINDEX']}" />[/url]</span></td>
</tr>
</table>
Alles anzeigen
Kann mir eventuell jemand weiterhelfen?