Seite 1 von 1

phpBB2_logo will nicht in die Mitte :(

Verfasst: 12.07.2005 23:33
von debae
Hi,

bin gerade dabei mein neues Forum zu erstellen (http://www.abi05online.de/forum), aber das Logo im Header möchte nicht in die Mitte. Habe bisher alles ausprobiert: ob
<div align="center>...</div>
oder
<center>
oder
<p align="center ...

Alles hat nicht funktioniert. Könnt ihr mir helfen? Hier ist meine 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}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/fiblack/{T_HEAD_STYLESHEET}" type="text/css" />
<!-- BEGIN switch_enable_pm_popup -->
<script 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" id="top"></a>
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<table class="topbkg" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr> 
<td><a href="http://www.abi05online.de"><img src="templates/fiblack/images/phpbb2_logo.jpg" border="0" alt="{L_INDEX}" title="{L_INDEX}" width="240" height="110" /></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_FAQ}">{L_FAQ}</a>&nbsp; •&nbsp; <a href="{U_SEARCH}">{L_SEARCH}</a>
&nbsp;• &nbsp;<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a>&nbsp; • 
&nbsp;<a href="{U_GROUP_CP}">{L_USERGROUPS}</a>
<!-- BEGIN switch_user_logged_out -->
&nbsp; • &nbsp;<a href="{U_REGISTER}">{L_REGISTER}</a>
<!-- END switch_user_logged_out -->
&nbsp;• &nbsp;<a href="{U_PROFILE}">{L_PROFILE}</a>&nbsp; • &nbsp;<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>&nbsp; 
• &nbsp;<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td>
Achso, ich benutze dieses Style: http://www.phpbb.de/styles/demo.php?s=29

Ich hoffe, ihr bringt mich weiter.

Dennis

Verfasst: 13.07.2005 07:28
von punkface
Hallo,
schau mal hier:
Banner unter Fi_Black

Und für die Zukunft:
[KB=knigge#code]Posten von Code[/KB] ;)

gruß

Verfasst: 13.07.2005 19:23
von debae
Danke, punkface, aber irgendwie funzt das nicht. Ich habe genau die Stellen geändert/gelöscht, von denen du redetest...

Kannst du mir die Datei vielleicht mal so ändern und den Code erneut hier einstellen? Kann ja sein, dass ich irgendwo etwas vergessen habe...

Bitte, bitte, bitte :wink:

Dennis

Verfasst: 13.07.2005 19:34
von debae
Oh, hat sich erledigt. Habe das Problem mit Hilfe dieses Threads "http://www.phpbb.de/viewtopic.php?p=515326" behoben. Vielen Dank nochmal. Und demnächst gibt's kürzere Codes ;).