DaSef
Hallo
Kann mir einer von euch helfen ich suche den code also wo ich die seiten eines Style machen kann also wo genau muss ich das eingeben ich weiss nur das es in die Footer.tpl und der Header.tpl gehört aber ich bekomm das nicht hin !
So hab hier mal einen Screengemacht (das was ROT makiert ist also der schatten !
[IMG]http://hostpic.de/pic/small.php?image=m59426.jpg&x=250[/IMG]
BITTE BITTE UM HILFE !
Danke im Voraus !
DaSef
Schade das mir keiner Hilft !
Oder wollt ihr Nicht
Maniac_81
header und footer, richtig. einfach im header ganz oben einen table eröffnen wie zb hier:
header:
code: |
1:
2:
3:
4:
|
<table>
<tr>
<td>linker schatten</td>
<td><!-- NORMALE BOARD TEMPLATES -->Code vom header.tpl |
|
im footer nachdem der letzte table geschlossen wird das hier:
code: |
1:
2:
3:
4:
|
</td><!-- ENDE BOARD TEMPLATES -->
<td>rechter schatten</td>
</tr>
</table> |
|
natürlich deine formatierungen nicht vergessen.
DaSef
hmm das funtzt irgendwie nicht kannst du mir das genau machen bitte
Hier der Code im Footer
code: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
|
<table cellpadding="{$style['tableincellpadding']}" style="width:{$style['tableinwidth']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" class="tableinborder" align="center">
<tr>
<td class="tablea" align="center"><span class="smallfont"><a href="http://www.radiosunlight.de" target="_blank"><img src="images/ct_security_mini.gif" alt="radiosunlight.de" title="radiosunlight.de" /></a><br /> <b>Geblockte Angriffe:</b> $count_value1 <b>| prof. Blocks:</b> $count_valueipbot1 <b>| Spy-/Malware:</b> $count_valuespy<br />CT Security System $ct_version: © 2006 <a href="http://www.radiosunlight.de" target="_blank">Frank John</a> & <a href="http://www.cback.de" target="_blank">cback.de</a></span></td>
</tr>
</table>
<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 cellspacing="0" cellpadding="0" border="0" style="width: 100%"><br /> <tr> <td align="right" style="background-image: url({$style['imagefolder']}/footerbg.gif); height:20px;"> <table cellpadding="0" cellspacing="0" border="0" style="width: 100%; height:20px;"> <tr> <td align="left"><span class="smallfont"> Forensoftware: <b> <a href="http://www.woltlab.de" target="_blank"> <b>Burning Board $boardversion</b>, </a> </b> Entwickelt von <b><a href="http://www.woltlab.de" target="_blank">WoltLab GmbH </a></b></span></td><td align="right"> <span class="smallfont"><b><a href="http://www.dark-design.at" target="_blank"> Design © DaSef / www.dark-design.at</a></b> </span></td> </tr> </table> </td>
<td><img src="{$style['imagefolder']}/schattenl.gif"</td>
</tr>
</table>
|
|
Herder
code: |
1:
2:
3:
4:
5:
6:
7:
|
<table>
<tr>
<td><img src="{$style['imagefolder']}/schattenl.gif" </td>
<td>
<table style="width:{$style['tableoutwidth']}" cellpadding="{$style['tableoutcellpadding']}" cellspacing="{$style['tableoutcellspacing']}" align="center" border="{$style['tableoutborder']}" class="tableoutborder">
<tr> |
|