Seite 1 von 1

kleines Design Probem nach Knuffel MOD

Verfasst: 07.07.2008 15:10
von <Hoppel>
Moin Leute,
ich habe einen kleinen Fehler,

http://ecktownangler.kilu.de

Oben im Menü ist das FAQ und Knuffel voll gequetscht. Wie kann ich das ändern?

HIer der Teil ausm overall_header:

Code: Alles auswählen

<td class="genmed" align="{S_CONTENT_FLOW_END}">
<a href="{U_KNUFFEL}"><img src="{T_THEME_PATH}/images/icon_mini_knuffel.gif" width="12" height="13" alt="*" /> Knuffel</a>
<a href="{U_FAQ}"><img src="{T_THEME_PATH}/images/icon_mini_faq.gif" width="12" height="13" alt="*" /> {L_FAQ}</a>
				<!-- IF S_DISPLAY_SEARCH -->&nbsp; &nbsp;<a href="{U_SEARCH}"><img src="{T_THEME_PATH}/images/icon_mini_search.gif" width="12" height="13" alt="*" /> {L_SEARCH}</a><!-- ENDIF -->
				<!-- IF not S_IS_BOT -->
					<!-- IF S_DISPLAY_MEMBERLIST -->&nbsp; &nbsp;<a href="{U_MEMBERLIST}"><img src="{T_THEME_PATH}/images/icon_mini_members.gif" width="12" height="13" alt="*" /> {L_MEMBERLIST}</a><!-- ENDIF -->
					<!-- IF S_USER_LOGGED_IN -->&nbsp; &nbsp;<a href="{U_PROFILE}"><img src="{T_THEME_PATH}/images/icon_mini_profile.gif" width="12" height="13" alt="*" /> {L_PROFILE}</a><!-- ENDIF -->
				<!-- ENDIF -->
			</td>
Habt ihr da ne Antwort für?

Danke im vorraus.

Gruß euer <Hoppel>

Verfasst: 07.07.2008 15:58
von redbull254
Hallo, erstmal ;-)
setze halt ein Paar Leerzeichen ein. :wink:

Code: Alles auswählen

&nbsp;

Code: Alles auswählen

<td class="genmed" align="{S_CONTENT_FLOW_END}">
<a href="{U_KNUFFEL}"><img src="{T_THEME_PATH}/images/icon_mini_knuffel.gif" width="12" height="13" alt="*" /> Knuffel</a>&nbsp;&nbsp;
<a href="{U_FAQ}"><img src="{T_THEME_PATH}/images/icon_mini_faq.gif" width="12" height="13" alt="*" /> {L_FAQ}</a>
            <!-- IF S_DISPLAY_SEARCH -->&nbsp; &nbsp;<a href="{U_SEARCH}"><img src="{T_THEME_PATH}/images/icon_mini_search.gif" width="12" height="13" alt="*" /> {L_SEARCH}</a><!-- ENDIF -->
            <!-- IF not S_IS_BOT -->
               <!-- IF S_DISPLAY_MEMBERLIST -->&nbsp; &nbsp;<a href="{U_MEMBERLIST}"><img src="{T_THEME_PATH}/images/icon_mini_members.gif" width="12" height="13" alt="*" /> {L_MEMBERLIST}</a><!-- ENDIF -->
               <!-- IF S_USER_LOGGED_IN -->&nbsp; &nbsp;<a href="{U_PROFILE}"><img src="{T_THEME_PATH}/images/icon_mini_profile.gif" width="12" height="13" alt="*" /> {L_PROFILE}</a><!-- ENDIF -->
            <!-- ENDIF -->
         </td>

Verfasst: 07.07.2008 16:12
von <Hoppel>
THX!

Es geht jetzt.