Verfasst: 04.11.2007 17:54
Sorry @Luckyze das ich mich jetzt erst melde.
Hier den Link zu meinem Testforum.
und der Link zur overall_header.html
Hier den Link zu meinem Testforum.
und der Link zur overall_header.html
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
<!-- <div id="wrapper"> -->
<div style="width:960px;clear:both;margin: 0 auto;">
<table width="100%" align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="leftshadow" width="9" valign="top"><img src="./styles/black_pearl/theme/images/spacer.gif" alt="" width="9" height="1" /></td>
<td class="np-body" width="100%" valign="top">
<div id="top_logo">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td height="450" align="left" valign="middle"><a href="./index.php"><img src="./styles/black_pearl/imageset/sitelogo_small.png" width="450" height="450" alt="" title="" /></a></td>
<td align="center" valign="middle"><h1>::-DMI-:: Das Mafia Imperium</h1><span class="gen">MAFIA::eine große Familie</span></td>
<td align="right" valign="top"> </td>
</tr>
</table>
</div>
Code: Alles auswählen
<!-- <div id="wrapper"> -->
<div style="width:960px;clear:both;margin: 0 auto;">
<table width="100%" align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="leftshadow" width="9" valign="top"><img src="./styles/black_pearl/theme/images/spacer.gif" alt="" width="9" height="1" /></td>
<td class="np-body" width="100%" valign="top">
<div id="top_logo">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td height="150" align="left" valign="middle"><a href="./index.php"><img src="./styles/black_pearl/imageset/sitelogo_small.png" width="150" height="150" alt="" title="" /></a></td>
<td align="center" valign="middle"><h1>::-DMI-:: Das Mafia Imperium</h1><span class="gen">MAFIA::eine große Familie</span></td>
<td align="right" valign="top"> </td>
</tr>
</table>
</div>
hallo,Die genaue "Position" des Logos kann man noch mit folgenden Stellen in der common.css anpassen:
Original Code:Code: Alles auswählen
#logo { float: left; width: auto; padding: 10px 13px 0 10px; }
Auf meiner Seite musste ich das Logo ein wenig "versetzen". So sieht mein Code aus:Code: Alles auswählen
#logo { float: left; width: auto; padding: 10px 13px 0 10px; margin-left: 20px; margin-top: 15px; }
Code: Alles auswählen
/* Site description and logo */
#site-description {
float: left;
width: 70%;
Code: Alles auswählen
/* Site description and logo */
#site-description {
float: left;
width: auto;
margin-top: 15px;
Code: Alles auswählen
<div id="site-description">
<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
<h1>{SITENAME}</h1>
<p>{SITE_DESCRIPTION}</p>
<p style="display: none;"><a href="#start_here">{L_SKIP}</a></p>
</div>
Forum: http://www.wod-events.de<!-- Anfang Banner -->
<div id="site-description><a href="{U_INDEX}">
<img src="styles/prosilver/imageset/site_logo.gif" border="0" alt="{L_INDEX}" vspace="1"width="1024" height="200"/></a>
<form action="{U_SEARCH}" method="post" id="search">
<fieldset>
<input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
<input class="button2" value="{L_SEARCH}" type="submit" /><br />
<a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH_ADV}</a> {S_HIDDEN_FIELDS}
</fieldset>
</form>
</div>
<!-- Ende Banner -->
Code: Alles auswählen
<img width="139" height="52" title="" alt="" src="./styles/prosilver/imageset/site_logo.gif">