DeftKnot
`hallo leute.
ich wollte in meinen footer einen werbe banner einbauen aber leider kommt es da zu problemen. der hintergrund wird einfach schwarz angezeigt.
hier ist die url:
http://www.ektomorf-forum.de
schau teinfach mla im footer damit ihr wisst was ich meine.
hier meine footer.tpl:
| php: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
|
<br />
<if($imprint_url != '')>
<then>
<p align="center" class="normalfont"><a href="{$imprint_url}">{$lang->items['LANG_GLOBAL_IMPRINT']}</a></p>
</then>
<else>
<if($imprint_text != '')>
<then>
<p align="center" class="normalfont"><a href="misc.php?action=imprint{$SID_ARG_2ND}">{$lang->items['LANG_GLOBAL_IMPRINT']}</a></p>
</then>
</if>
</else>
</if>
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" class="tableinborder" align="center">
<tr>
<td class="tablea"><span class="smallfont"><a href="http://www.woltlab.de" target="_blank" style="text-decoration: none">{$lang->items['LANG_GLOBAL_COPYRIGHT']}</a></span></td>
</tr>
<tr>
<td class="tableb" align="center"><span class="smallfont"><a href="http://www.development-center.net" target="_blank" style="text-decoration: none">Design © by <b>Development Center</b> </b></a></span></td>
</tr>
<tr>
<td class="tablec"><span class="smallfont">
<center><script LANGUAGE="javascript" TYPE="text/javascript" src="http://www.allsponsor.de/script/viewscript.php?id=8256&pixel=88x31"></script></center>
</span>
</tr>
</table><br />
</td>
</tr>
</table> |
|
Luzifer69
unten steht
</span>
</tr>
</table><br />
</td>
</tr>
</table>
das gehört so hin
</span>
</td>
</tr>
</table><br />
Luzifer69
zeile 19 iszt hinten auch ein fehler
</b></a></span></td>
das ein </b>
muss weg
oh man wegen nem button sag das doch gleich
zeile 22
<td class="tablec" align="center" width="88" height="31" >
DeftKnot
steht doch oben. wegen einem banner
aber ich kriege es nicht hin. kannst du mir den ganzen code einmal schreiben?-
jetzt ist alles komplett verzogen siehe
www.ektomorf-forum.de
hier der aktuelle code
| php: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
|
<br />
<if($imprint_url != '')>
<then>
<p align="center" class="normalfont"><a href="{$imprint_url}">{$lang->items['LANG_GLOBAL_IMPRINT']}</a></p>
</then>
<else>
<if($imprint_text != '')>
<then>
<p align="center" class="normalfont"><a href="misc.php?action=imprint{$SID_ARG_2ND}">{$lang->items['LANG_GLOBAL_IMPRINT']}</a></p>
</then>
</if>
</else>
</if>
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" class="tableinborder" align="center">
<tr>
<td class="tablea"><span class="smallfont"><a href="http://www.woltlab.de" target="_blank" style="text-decoration: none">{$lang->items['LANG_GLOBAL_COPYRIGHT']}</a></span></td>
</tr>
<tr>
<td class="tableb" align="center"><span class="smallfont"><a href="http://www.development-center.net" target="_blank" style="text-decoration: none">Design © by <b>Development Center</b></a></span></td>
</tr>
<tr>
<td class="tablec" align="center" width="88" height="31" >
<center><script LANGUAGE="javascript" TYPE="text/javascript" src="http://www.allsponsor.de/script/viewscript.php?id=8256&pixel=88x31"></script></center>
</span>
</td>
</tr>
</table><br /> |
|
Luzifer69
du darfst mich gleich erschlagen
oh man bin wühl voll übermüdet
seit 3 tagen kein schlaf da übersieht man schon mal was
| php: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
|
<br />
<if($imprint_url != '')>
<then>
<p align="center" class="normalfont"><a href="{$imprint_url}">{$lang->items['LANG_GLOBAL_IMPRINT']}</a></p>
</then>
<else>
<if($imprint_text != '')>
<then>
<p align="center" class="normalfont"><a href="misc.php?action=imprint{$SID_ARG_2ND}">{$lang->items['LANG_GLOBAL_IMPRINT']}</a></p>
</then>
</if>
</else>
</if>
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" class="tableinborder" align="center">
<tr>
<td class="tablea"><span class="smallfont"><a href="http://www.woltlab.de" target="_blank" style="text-decoration: none">{$lang->items['LANG_GLOBAL_COPYRIGHT']}</a></span></td>
</tr>
<tr>
<td class="tableb" align="center"><span class="smallfont"><a href="http://www.development-center.net" target="_blank" style="text-decoration: none">Design © by <b>Development Center</b></a></span></td>
</tr>
</table>
<tr>
<td class="tablec" align="center" width="88" height="31" ><span class="smallfont">
<center><script LANGUAGE="javascript" TYPE="text/javascript" src="http://www.allsponsor.de/script/viewscript.php?id=8256&pixel=88x31"></script></center>
</span>
</td>
</tr>
<br /> |
|
wobei das auch so geht
| php: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
|
<br />
<if($imprint_url != '')>
<then>
<p align="center" class="normalfont"><a href="{$imprint_url}">{$lang->items['LANG_GLOBAL_IMPRINT']}</a></p>
</then>
<else>
<if($imprint_text != '')>
<then>
<p align="center" class="normalfont"><a href="misc.php?action=imprint{$SID_ARG_2ND}">{$lang->items['LANG_GLOBAL_IMPRINT']}</a></p>
</then>
</if>
</else>
</if>
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" class="tableinborder" align="center">
<tr>
<td class="tablea"><span class="smallfont"><a href="http://www.woltlab.de" target="_blank" style="text-decoration: none">{$lang->items['LANG_GLOBAL_COPYRIGHT']}</a></span></td>
</tr>
<tr>
<td class="tableb" align="center"><span class="smallfont"><a href="http://www.development-center.net" target="_blank" style="text-decoration: none">Design © by <b>Development Center</b></a></span></td>
</tr>
</table>
<center><script LANGUAGE="javascript" TYPE="text/javascript" src="http://www.allsponsor.de/script/viewscript.php?id=8256&pixel=88x31"></script></center>
<br /> |
|
DeftKnot
fast. ich möchte das gerne on so eone tabelle haben wie es auch das © von woltlab und dem style sind
DeftKnot
so macht es nur einen schwarzen rahmen rum siehe meine seite...
ich versuche auch die ganze zeit aber es geht nicht
Luzifer69
ups glaube zeile 22 falsch da muss das hin
| php: |
1:
|
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder"> |
|
also so
| php: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
|
<br />
<if($imprint_url != '')>
<then>
<p align="center" class="normalfont"><a href="{$imprint_url}">{$lang->items['LANG_GLOBAL_IMPRINT']}</a></p>
</then>
<else>
<if($imprint_text != '')>
<then>
<p align="center" class="normalfont"><a href="misc.php?action=imprint{$SID_ARG_2ND}">{$lang->items['LANG_GLOBAL_IMPRINT']}</a></p>
</then>
</if>
</else>
</if>
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" class="tableinborder" align="center">
<tr>
<td class="tablea"><span class="smallfont"><a href="http://www.woltlab.de" target="_blank" style="text-decoration: none">{$lang->items['LANG_GLOBAL_COPYRIGHT']}</a></span></td>
</tr>
<tr>
<td class="tableb" align="center"><span class="smallfont"><a href="http://www.development-center.net" target="_blank" style="text-decoration: none">Design © by <b>Development Center</b></a></span></td>
</tr>
</table>
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
<tr>
<center><script LANGUAGE="javascript" TYPE="text/javascript" src="http://www.allsponsor.de/script/viewscript.php?id=8256&pixel=88x31"></script></center>
</tr>
</table>
<br /> |
|
oder so
| php: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
|
<br />
<if($imprint_url != '')>
<then>
<p align="center" class="normalfont"><a href="{$imprint_url}">{$lang->items['LANG_GLOBAL_IMPRINT']}</a></p>
</then>
<else>
<if($imprint_text != '')>
<then>
<p align="center" class="normalfont"><a href="misc.php?action=imprint{$SID_ARG_2ND}">{$lang->items['LANG_GLOBAL_IMPRINT']}</a></p>
</then>
</if>
</else>
</if>
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" class="tableinborder" align="center">
<tr>
<td class="tablea"><span class="smallfont"><a href="http://www.woltlab.de" target="_blank" style="text-decoration: none">{$lang->items['LANG_GLOBAL_COPYRIGHT']}</a></span></td>
</tr>
<tr>
<td class="tableb" align="center"><span class="smallfont"><a href="http://www.development-center.net" target="_blank" style="text-decoration: none">Design © by <b>Development Center</b></a></span></td>
</tr>
</table>
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
<tr>
<td class="tablec"><span class="smallfont">
<center><script LANGUAGE="javascript" TYPE="text/javascript" src="http://www.allsponsor.de/script/viewscript.php?id=8256&pixel=88x31"></script></center>
</span>
</td>
</tr>
</table>
<br /> |
|
DeftKnot
nein ist immer noch nicht in so einer TABELLE
Luzifer69
dann nimm erstmal den vorletzten
wo der buttonn in der mitte saß
ich teste das nache mal
wie das am besten geht
bin grade erst rein daheim
DeftKnot
jo ich habe erstmal die version so genommen.
Luzifer69
ne haste nicht du hast ein falsches drin da ist der button links
meinte hier
Copyright Tabelle im Footer ändern?
das untere davon
ich setz mich nacher hin und teste mal ein paar durch
DeftKnot
ok das ist echt lieb von dir.
ich gehe aber jetzt schlafen den ich hatte heute eine op am fuss und das ut jetzt sehr stark weh.
ich danke dir für deine hilfe.
Sven
Luzifer69
statt des scriptes kriegste da nicht auch
ein textlink ?
glaube das mit dem java scrip net geht
ich habe jetzt soviel durchprobiert und nix hat gefruchtet
das wo der schwarze ramen drum erscheint
wie oben gepostet war war
insoweit richtig
nur das jajascript will da irgendwie nicht
also nochmal zusammengefasst
so
ich finde das sieht doch garnicht so schleht aus
dieses
| php: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
|
<br />
<if($imprint_url != '')>
<then>
<p align="center" class="normalfont"><a href="{$imprint_url}">{$lang->items['LANG_GLOBAL_IMPRINT']}</a></p>
</then>
<else>
<if($imprint_text != '')>
<then>
<p align="center" class="normalfont"><a href="misc.php?action=imprint{$SID_ARG_2ND}">{$lang->items['LANG_GLOBAL_IMPRINT']}</a></p>
</then>
</if>
</else>
</if>
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" class="tableinborder" align="center">
<tr>
<td class="tablea"><span class="smallfont"><a href="http://www.woltlab.de" target="_blank" style="text-decoration: none">{$lang->items['LANG_GLOBAL_COPYRIGHT']}</a></span></td>
</tr>
<tr>
<td class="tableb" align="center"><span class="smallfont"><a href="http://www.development-center.net" target="_blank" style="text-decoration: none">Design © by <b>Development Center</b></a></span></td>
</tr>
</table>
<center><script LANGUAGE="javascript" TYPE="text/javascript" src="http://www.allsponsor.de/script/viewscript.php?id=8256&pixel=88x31"></script></center>
<br /> |
|
oder machst es so wie hier ´
und versuchst einen textlink zu bekommen der statt des javascripts da reinkommt
das hier mit dem ramen
? schwarzer ramen
| php: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
|
<br />
<if($imprint_url != '')>
<then>
<p align="center" class="normalfont"><a href="{$imprint_url}">{$lang->items['LANG_GLOBAL_IMPRINT']}</a></p>
</then>
<else>
<if($imprint_text != '')>
<then>
<p align="center" class="normalfont"><a href="misc.php?action=imprint{$SID_ARG_2ND}">{$lang->items['LANG_GLOBAL_IMPRINT']}</a></p>
</then>
</if>
</else>
</if>
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" class="tableinborder" align="center">
<tr>
<td class="tablea"><span class="smallfont"><a href="http://www.woltlab.de" target="_blank" style="text-decoration: none">{$lang->items['LANG_GLOBAL_COPYRIGHT']}</a></span></td>
</tr>
<tr>
<td class="tableb" align="center"><span class="smallfont"><a href="http://www.development-center.net" target="_blank" style="text-decoration: none">Design © by <b>Development Center</b></a></span></td>
</tr>
<tr>
<td class="tablec"><span class="smallfont">
<center><script LANGUAGE="javascript" TYPE="text/javascript" src="http://www.allsponsor.de/script/viewscript.php?id=8256&pixel=88x31"></script></center>
</span>
</td>
</tr>
</table>
<br /> |
|
wobei diese zeile dann ersetzt wird mit dem zextlink also <a href=..... </a>
| php: |
1:
|
<center><script LANGUAGE="javascript" TYPE="text/javascript" src="http://www.allsponsor.de/script/viewscript.php?id=8256&pixel=88x31"></script></center> |
|
DeftKnot
ich habe es jetzt einfach so gemacht das unten noch eine kleine freizeile ist.
hier der code falls noch jemand interessiert ist
| php: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
|
<br />
<if($imprint_url != '')>
<then>
<p align="center" class="normalfont"><a href="{$imprint_url}">{$lang->items['LANG_GLOBAL_IMPRINT']}</a></p>
</then>
<else>
<if($imprint_text != '')>
<then>
<p align="center" class="normalfont"><a href="misc.php?action=imprint{$SID_ARG_2ND}">{$lang->items['LANG_GLOBAL_IMPRINT']}</a></p>
</then>
</if>
</else>
</if>
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" class="tableinborder" align="center">
<tr>
<td class="tablea"><span class="smallfont"><a href="http://www.woltlab.de" target="_blank" style="text-decoration: none">{$lang->items['LANG_GLOBAL_COPYRIGHT']}</a></span></td>
</tr>
<tr>
<td class="tableb" align="center"><span class="smallfont"><a href="http://www.development-center.net" target="_blank" style="text-decoration: none">Design © by <b>Development Center</b></a></span></td>
</tr>
</table>
<br />
<center><script LANGUAGE="javascript" TYPE="text/javascript" src="http://www.allsponsor.de/script/viewscript.php?id=8256&pixel=88x31"></script></center>
<br /> |
|
nochmal danke für deine ganze hilfe. das war echt spitze von dir!