Banner statt dem phpbb Logo?

Probleme bei der regulären Arbeiten mit phpBB, Fragen zu Vorgehensweisen oder Funktionsweise sowie sonstige Fragen zu phpBB im Allgemeinen.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
The Rock

Beitrag von The Rock »

Hab wieder ein Problem.
Ich kann das Logo/den Banner nicht zentrieren.
Hab schon an allen möglichen und unmöglichen stellen das
allign="center" hin- und hergeschrieben, aber entweder tut sich nichts oder das logo verschwindet ganz.

Hier ist mal die overall_header.tpl:

Code: Alles auswählen

<?xml version="1.0" encoding="{S_CONTENT_ENCODING}"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" 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}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/fisubsilver/{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 -->
<!-- BEGIN switch_enable_greeting_popup --> 
<script language="Javascript" type="text/javascript"> 
<!-- 
   var greeting_flag = {GREETING_FLAG}; 

   if( greeting_flag ) 
   { 
      window.open('{U_GREETING_POPUP}', '_phpbbgreeting', 'HEIGHT=225,resizable=yes,WIDTH=400'); 
   } 
//--> 
</script> 
<!-- END switch_enable_greeting_popup -->
</head>
<body>
<a name="top" id="top"></a>
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center" valign="top">
<table class="topbkg" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr> 
<td><a href="{U_INDEX}"><img src="templates/fisubsilver/images/phpbb2_logo.jpg" border="0" alt="{L_INDEX}" title="{L_INDEX}" /></a></td>
<td align="center" width="100%">&nbsp;</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td align="center" class="topnav">&nbsp; <a href="{U_SEARCH}">{L_SEARCH}</a>
&nbsp;&#8226; &nbsp;<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a>&nbsp; &#8226; 
&nbsp;<a href="{U_STATISTICS}">{L_STATISTICS}</a>&nbsp; &#8226; 
&nbsp;<a href="{U_ALBUM}">{L_ALBUM}</a>&nbsp; &#8226;
&nbsp;<a href="{U_LINKS}">{L_LINKS}</a>&nbsp; &#8226; 
&nbsp;<a href="{U_CALENDAR}">{L_CALENDAR}</a>&nbsp; &#8226; 
&nbsp;<a href="portal.php">Portal</a>&nbsp; &#8226; 
&nbsp;<a href="{U_LATEST}">{L_LATEST}</a><br />
&nbsp;<a href="{U_GROUP_CP}">{L_USERGROUPS}</a>&nbsp; &#8226;
<!-- BEGIN switch_user_logged_out -->
&nbsp;<a href="{U_REGISTER}">{L_REGISTER}</a>&nbsp; &#8226;
<!-- END switch_user_logged_out -->
&nbsp;<a href="{U_FAQ}">{L_FAQ}</a>&nbsp; &#8226; &nbsp;<a href="{U_PROFILE}">{L_PROFILE}</a>&nbsp; &#8226; &nbsp;<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>&nbsp; 
&#8226; &nbsp;<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td align="center">
Wo genau muss ich jetzt was einfügen?

Danke
-The Rock-

/edit
Hat sich erledigt. Habs einfach mit MS Frontpage zentriert :D :D :D
*muahahahahahahahahahahahahaha*
Antworten

Zurück zu „phpBB 2.0: Administration, Benutzung und Betrieb“