Seite 1 von 2

Einbau im Header

Verfasst: 24.01.2006 19:51
von all-around-board
Hi,

ich möchte gern Google Adsense oben neben den phpbb Bild einbaun, so wie hier http://www.fan-forum.de !! Wie mach ich das, ich hab schon den Code, welche Datei brauch ich? mfG

Verfasst: 24.01.2006 19:53
von BB-BF-BM
overall_header.tpl!

Verfasst: 24.01.2006 19:58
von all-around-board
wo genau?

Verfasst: 24.01.2006 20:04
von BB-BF-BM
poste deine overall_header.tpl!
(Ich weiß nicht, was fürn Style du hast)
KB:datei

Verfasst: 24.01.2006 20:08
von all-around-board
http://www.all-around-board.de/overall_header.txt

Sag mir bitte, wo ich ihn einbaun soll! mfG

Verfasst: 24.01.2006 20:11
von BB-BF-BM
##
## -----[ FINDE ]-----
##
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#293A70">
<tr>
<td align="left"><a href="{U_INDEX}"><img src="templates/PlayStation/images/PlayStation_logo.jpg" width="297" height="105" ALT="Back to the index page" border="0"></a></td>
</tr>
</tables>

##
## -----[ ERSETZE OBEN GENANNTEN CODE MIT FOLGENDEM ]-----
##

<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#293A70">
<tr>
<td align="left"><a href="{U_INDEX}"><img src="templates/PlayStation/images/PlayStation_logo.jpg" width="297" height="105" ALT="Back to the index page" border="0"></a></td>
<td align="right">Dein AdSense-Code</td>
</tr>
</tables>
Ich hoffe, das das dann so ist, wie du es dir wünscht...

Verfasst: 24.01.2006 20:14
von all-around-board
Solll ich dann da wo steht ersetzen mein google code einsetzen? mfG

Verfasst: 24.01.2006 20:16
von BB-BF-BM
Mitr ist gerasde ein fehler aufgefallen:
Nun sollte es besser verständlich sein; das rote ist der neue Code; das dunkelrote ist die Stelle, an die du deinen AdSense-Code setzen musst!

Verfasst: 24.01.2006 20:33
von all-around-board
Gibt es ne möglichkeit, den ein bisschen nach links zu rücken?? oder mittig? mfG

Verfasst: 24.01.2006 20:35
von BB-BF-BM
##
## -----[ FINDE ]-----
##
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#293A70">
<tr>
<td align="left"><a href="{U_INDEX}"><img src="templates/PlayStation/images/PlayStation_logo.jpg" width="297" height="105" ALT="Back to the index page" border="0"></a></td>
<td align="right">Dein AdSense-Code</td>
</tr>
</tables>

##
## -----[ ERSETZE OBEN GENANNTEN CODE MIT FOLGENDEM ]-----
##

<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#293A70">
<tr>
<td align="left"><a href="{U_INDEX}"><img src="templates/PlayStation/images/PlayStation_logo.jpg" width="297" height="105" ALT="Back to the index page" border="0"></a></td>
<td align="center">Dein AdSense-Code</td>
</tr>
</tables>
du kannst auch <td align="left"> nehmen; dann ist es links ausgerichtet