Seite 1 von 1

[icgstation] Header etwas kleiner als normal

Verfasst: 03.09.2005 18:49
von Sorcio
Guten Abend liebe leute.

Ich habe eben mal wieder den teampage mod eingebaut und dabei ist mir aufgefallen, dass seitdem ich den mod eingebaut habe das style im header nicht mehr 100%ig zum rest passt...

Der overall_header.tpl ausschnitt den man editieren sollte:

Code: Alles auswählen

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/iCGstation/{T_HEAD_STYLESHEET}" type="text/css" -->

<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
	if ( {PRIVATE_MESSAGE_NEW_FLAG} )
	{
		window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
	}
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head>
<body>

<a name="top"></a>
<table width="760" cellpadding="0" cellspacing="0" border="0" align="center">
  <tr> 
	<td width="10" nowrap="nowrap" class="lefttd"></td>
	<td width="740">
		<table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline">
			<tr> 
				<!-- BEGIN switch_user_logged_out -->
				<td class="row2" width="100%" align="center">
				<form method="post" action="{S_LOGIN_ACTION}">
				<img src="templates/iCGstation/images/login_logo.gif" border="0" alt="{L_LOGIN}" align="absmiddle" /><img src="templates/iCGstation/images/username.gif" border="0" alt="{L_USERNAME}" align="absmiddle" /><input type="text" name="username" size="10" /><img src="templates/iCGstation/images/password.gif" border="0" alt="{L_PASSWORD}" align="absmiddle" /><input type="password" name="password" size="10" maxlength="32" /><br />{L_AUTO_LOGIN} <input class="text" type="checkbox" name="autologin" />&nbsp;&nbsp;&nbsp;<input type="hidden" name="submit" value="{L_LOGIN}"><input type="hidden" name="login" value="{L_LOGIN}"><input type="submit" name="login" value="{L_LOGIN}"/></td>
				</form></td>
				<td class="row2" width="150" nowrap="nowrap" align="center"><img src="templates/iCGstation/images/icon/icon_register.gif" border="0" alt="{L_REGISTER}" align="absmiddle" /><br /><a href="{U_REGISTER}" class="mainmenu">{L_REGISTER}</a></td>
				<!-- END switch_user_logged_out -->
				<!-- BEGIN switch_user_logged_in -->
				<td class="row2" width="16,66%" align="center"><img src="templates/iCGstation/images/icon/icon_faq.gif" border="0" alt="{L_FAQ}" align="absmiddle" /><br /><a href="{U_FAQ}" class="mainmenu">{L_FAQ}</a></td>
				<td class="row2" width="16,66%" align="center"><img src="templates/iCGstation/images/icon/icon_search.gif" border="0" alt="{L_SEARCH}" align="absmiddle" /><br /><a href="{U_SEARCH}" class="mainmenu">{L_SEARCH}</a></td>
				<td class="row2" width="16,66%" align="center"><img src="templates/iCGstation/images/icon/icon_memberlist.gif" border="0" alt="{L_MEMBERLIST}" align="absmiddle" /><br /><a href="{U_MEMBERLIST}" class="mainmenu">{L_MEMBERLIST}</a></td>
				<td class="row2" width="16,66%" align="center"><img src="templates/iCGstation/images/icon/icon_group.gif" border="0" alt="{L_USERGROUPS}" align="absmiddle" /><br /><a href="{U_GROUP_CP}" class="mainmenu">{L_USERGROUPS}</a></td>
				<td class="row2" width="16,66%" align="center"><img src="templates/iCGstation/images/icon/icon_team.gif" border="0" alt="{L_TEAM}" align="absmiddle" /><br /><a href="{U_TEAM}" class="mainmenu">{L_TEAM}</a></td>
				<td class="row2" width="16,66%" align="center"><img src="templates/iCGstation/images/icon/icon_profile.gif" border="0" alt="{L_PROFILE}" align="absmiddle" /><br /><a href="{U_PROFILE}" class="mainmenu">{L_PROFILE}</a></td>
				<td class="row2" width="150" nowrap="nowrap" align="center"><img src="templates/iCGstation/images/icon/icon_login.gif" border="0" alt="{L_LOGIN_LOGOUT}" align="absmiddle" /><br /><a href="{U_LOGIN_LOGOUT}" class="mainmenu">{L_LOGIN_LOGOUT}</a></td>
				<!-- END switch_user_logged_in -->
				<td class="row2" width="150" nowrap="nowrap" align="center"><img src="templates/iCGstation/images/icon/icon_pm.gif" border="0" alt="{PRIVATE_MESSAGE_INFO}" align="absmiddle" /><br /><a href="{U_PRIVATEMSGS}" class="mainmenu">{PRIVATE_MESSAGE_INFO}</a></td>
			</tr>
		</table>
		
Habt ihr eine Idee, wieso bei meinem Forum der header ca. 2 Pixel zu schmal ist?

Vielen Dank im voraus
Sorcio