Probleme beim style einbau

blackybaby
Dies ist eine vorgefertigte Schablone.
Bitte fülle soviel aus, wie dir nur Möglich ist, du kannst auch gerne noch mehr Angaben machen.


Hallo zusammen
Also ich hab mal alles was mein Bekannter für einen Style gebastelt hat an Grafiken genommen und hab die in ein 2er Forum geladen also Designpack und style erstellt damit. Doch nun sieht das ganze so aus, dass oben ein schwarzer bereich ist, wo keiner sein sollte und die Spalte von den herzen sollte nicht so breit sein. Wo liegt der Fehler kann mir da jemand behilflich sein?


Ach ja und noch was wie bekomm ich das bei der ersten kategorie weg dort steht in der zeile mit drin kategorie schliessen und wie bekomm ich zwischen die einzelnen Abschnitte, Kategorien einen Abstand hinein?

Hoffe mal es kann mir wer helfen



bisher noch keine nur das komische aussehen


zum Forum


Hier noch ein Screen dazu

[IMG]http://s2b.directupload.net/images/081030/y23iptv7.jpg[/IMG]


Was wurde zuletzt geändert oder eingebaut? diesen Style versucht einzubauen

LG
blackybaby
KleenMicha
Auf den ersten Blick würde ich mal sagen dass dort die Anzahl an Spalten nicht so richtig übernommen wird.
Kurzum es deutet auf einen html-Fehler hin.
Welche Templates hast du geändert? Hänge diese mal hier in gepackter Form bitte an.
mkkcs
also wenn Du ein Board aufbaust, solltest Du schon mit Kategorien und Foren arbeiten, und dann natürlich diese dann auch den Kategorien zuordnen !

d.h.
nicht

*~* Anmeldungen *~*
Anmeldungen
Turnierspiele
*~* Ergebnisse des Turnieres *~*
Ablauf des Turniers

sondern

K - *~* Anmeldungen *~*
- F - Anmeldungen
- F - Turnierspiele
K - *~* Ergebnisse des Turnieres *~*
- F - Ablauf des Turniers

K - Kategorie
F - Forum

dann verschwindet eigentlich auch der Fehler !
blackybaby
Huhu

Danke für Eure Postings. Also das mit den Kategorien ist nun richtig hoffe ich, denn es sieht nun ganz normal aus.

Dann hab ich nun oben nur noch den schwarzen balken rechts. Die Spalten haben sich normalisiert.

Aber was ich noch gern hätte wär zwischen den Kategorien ein Abstand zu haben so wie nach den Foren der Abstand zu der Anzeige wer online ist. Wie bekomm ich diesen Abstand rein. Bin ja noch am lernen.

LG
blackybaby
Alaigelen
Ich würde mich jetzt auch nicht unbedingt als Profi bezeichnen, aber ich denke da fehlt ein colspan=5 im td Teil.

müsste in der index.tpl unter dem $header stehen, wenn die Tabelle beginnt.

bei mir geht es denn folgendermaßen los:
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
 <if($wbbuserdata['userid']==0)>
  <then>
   <tr>
    <td class="tablea" align="left" colspan="<if($hide_modcell==0)><then>6</then><else>5</else></if>"><span class="normalfont"><b>{$lang->items['LANG_START_WELCOME_TITLE']}</b></span></td>
   </tr>
   <tr>
    <td class="tableb" align="left" style="text-align: justify" colspan="<if($hide_modcell==0)><then>6</then><else>5</else></if>"><span class="smallfont">{$lang->items['LANG_START_WELCOME']}</span></td>
   </tr>
  </then>

  <else>
   <tr>
    <td class="tablea" colspan="<if($hide_modcell==0)><then>6</then><else>5</else></if>"><table style="width:100%" cellspacing="0" cellpadding="0" border="0">
     <tr class="tablea_fc">
      <td align="left" colspan="<if($hide_modcell==0)><then>6</then><else>5</else></if>"><span class="smallfont">{$lang->items['LANG_START_WELCOMEBACK']} <b>$usercbar_username</b> <a href="logout.php?u=$wbbuserdata[userid]{$SID_ARG_2ND}">{$lang->items['LANG_START_LOGOUT']}</a><br /><b><a href="search.php?action=new{$SID_ARG_2ND}">{$lang->items['LANG_START_NEWPOSTS']} $lastvisitdate <span class="time">$lastvisittime</span>.</span></td>
      <td align="right" colspan="<if($hide_modcell==0)><then>6</then><else>5</else></if>"><span class="smallfont">{$lang->items['LANG_START_CURRENTTIME']} <span class="time">$currenttime</span>.<br />{$lang->items['LANG_START_TIMEZONE']}</span></td>
     </tr>
    </table></td>
   </tr>
  </else>
 </if>
blackybaby
Hallo also das steht bei mir in der index.tpl.

Solch langen Code bitte als Template oder Textdatei anhängen.
Alaigelen
Ich würde folgende stelle, so abändern:
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
<body>
$header
<table cellspacing="0" cellpadding="0" border="0" style="width:{$style['tableinwidth']}"><tr>
<td align="left"><img alt="" title="" src="{$style['imagefolder']}/obenlinks.gif" /></td>
<td style="width:110%;background-image: url({$style['imagefolder']}/obenmitte.gif)"></td>
<td align="right"><img alt="" title="" src="{$style['imagefolder']}/obenrechts.gif"/></td></tr></table>

<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="0" style="width:{$style['tableinwidth']}" class="tableinborder">
<if($wbbuserdata['userid']==0)>
<then>
<tr> 
<td class="tablea" align="left"><span class="normalfont"><b>{$lang->items['LANG_START_WELCOME_TITLE']}</b></span>
</td>
</tr>
<tr>
<td class="tableb" align="left" style="text-align: justify"><span class="smallfont">{$lang->items['LANG_START_WELCOME']}</span></td>
</tr>
</then>


code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
<body>
$header
<table cellspacing="0" cellpadding="0" border="0" style="width:{$style['tableinwidth']}"><tr>
<td align="left"><img alt="" title="" src="{$style['imagefolder']}/obenlinks.gif" /></td>
<td style="width:110%;background-image: url({$style['imagefolder']}/obenmitte.gif)"></td>
<td align="right"><img alt="" title="" src="{$style['imagefolder']}/obenrechts.gif"/></td></tr></table>

<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="0" style="width:{$style['tableinwidth']}" class="tableinborder">
<if($wbbuserdata['userid']==0)>
<then>
<tr> 
<td class="tablea" align="left" [B] colspan="<if($hide_modcell==0)><then>6</then><else>5</else></if>">[/B]><span class="normalfont"><b>{$lang->items['LANG_START_WELCOME_TITLE']}</b></span>
</td>
</tr>
<tr>
<td class="tableb" align="left" style="text-align: justify" [B] colspan="<if($hide_modcell==0)><then>6</then><else>5</else></if>">[/B]><span class="smallfont">{$lang->items['LANG_START_WELCOME']}</span></td>
</tr>
</then> 
blackybaby
Hallo

ich hab das nun ausgetauscht aber ich find nicht, dass sich da dann was geändert hat.

Komisch lies hier über meinen Büchern und find den Fehler aber auch nicht.

Vor allem wie bekommt man den Abstand zwischen die Kategorien und oben den schwarzen Fleck weg.

LG
blackybaby
Alaigelen
Hab nen Fehler drin gehabt, probier es so noch einmal ...

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
 <body>
$header
<table cellspacing="0" cellpadding="0" border="0" style="width:{$style['tableinwidth']}"><tr>
<td align="left"><img alt="" title="" src="{$style['imagefolder']}/obenlinks.gif" /></td>
<td style="width:110%;background-image: url({$style['imagefolder']}/obenmitte.gif)"></td>
<td align="right"><img alt="" title="" src="{$style['imagefolder']}/obenrechts.gif"/></td></tr></table>


<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="0" style="width:{$style['tableinwidth']}" class="tableinborder">
<if($wbbuserdata['userid']==0)>
<then>
<tr> 
<td class="tablea" align="left" colspan="<if($hide_modcell==0)><then>6</then><else>5</else></if>"><span class="normalfont"><b>{$lang->items['LANG_START_WELCOME_TITLE']}</b></span>
</td>
</tr>
<tr>
<td class="tableb" align="left" style="text-align: justify" colspan="<if($hide_modcell==0)><then>6</then><else>5</else></if>"><span class="smallfont">{$lang->items['LANG_START_WELCOME']}</span></td>
</tr>
</then>
mkkcs
häng doch einfach mal von dem Style die folgenden Templates als Text-Datei an
  • index
  • index_catbit
  • index_boardbit
blackybaby
Hallo

Hier nun meine index.tpl
(weiss nicht wie ich das sonst einstellen könnte , sorry)

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:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
<?xml version="1.0" encoding="{$lang->items['LANG_GLOBAL_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="{$lang->items['LANG_GLOBAL_DIRECTION']}" lang="{$lang->items['LANG_GLOBAL_LANGCODE']}" xml:lang="{$lang->items['LANG_GLOBAL_LANGCODE']}">
<head>
<title>$master_board_name | {$lang->items['LANG_START_TITLE']}</title>
$headinclude
</head>

<body>
 $header
<table cellspacing="0" cellpadding="0" border="0" style="width:{$style['tableinwidth']}"><tr>
  <td align="left"><img alt="" title="" src="{$style['imagefolder']}/obenlinks.gif" /></td>
  <td style="width:110%;background-image: url({$style['imagefolder']}/obenmitte.gif)"></td>
  <td align="right"><img alt="" title="" src="{$style['imagefolder']}/obenrechts.gif"/></td></tr></table> 
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
 <table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="0" style="width:{$style['tableinwidth']}" class="tableinborder">
 <if($wbbuserdata['userid']==0)>
  <then>
   <tr>
    <td class="tablea" align="left"><span class="normalfont"><b>{$lang->items['LANG_START_WELCOME_TITLE']}</b></span></td>
   </tr>
   <tr>
    <td class="tableb" align="left" style="text-align: justify"><span class="smallfont">{$lang->items['LANG_START_WELCOME']}</span></td>
   </tr>
  </then>

  <else>
   <tr>
    <td class="tablea"><table style="width:100%" cellspacing="0" cellpadding="0"  border="0">
     <tr class="tablea_fc">
     <td align="left"><span class="smallfont">{$lang->items['LANG_START_WELCOMEBACK']} <b>$usercbar_username</b> <a href="logout.php?u=$wbbuserdata[userid]{$SID_ARG_2ND}">{$lang->items['LANG_START_LOGOUT']}</a><br /><b><a href="search.php?action=new{$SID_ARG_2ND}">{$lang->items['LANG_START_NEWPOSTS']} $lastvisitdate <span class="time">$lastvisittime</span>.</span></td>
      <td align="right"><span class="smallfont">{$lang->items['LANG_START_CURRENTTIME']} <span class="time">$currenttime</span>.<br />{$lang->items['LANG_START_TIMEZONE']}</span></td>
     </tr>
    </table></td>
   </tr>
  </else>
 </if>
 
 $boardbit
 
</table>
<table cellspacing="0" cellpadding="0" border="0" style="width:{$style['tableinwidth']}"><tr>
  <td align="left"><img alt="" title="" src="{$style['imagefolder']}/untenlinks.gif" /></td>
  <td style="width:100%;background-image: url({$style['imagefolder']}/untenmitte.gif)"></td>
  <td align="right"><img alt="" title="" src="{$style['imagefolder']}/untenrechts.gif" /></td></tr></table>
<table cellspacing="0" cellpadding="0" border="0" style="width:{$style['tableinwidth']}"><tr>
  <td align="left"><img alt="" title="" src="{$style['imagefolder']}/obenlinks.gif" /></td>
  <td style="width:100%;background-image: url({$style['imagefolder']}/obenmitte.gif)"></td>
  <td align="right"><img alt="" title="" src="{$style['imagefolder']}/obenrechts.gif"/></td>
</tr></table>
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
<if($showuseronline==1)>
  <then>
   
   <tr>
    <td class="tabletitle" colspan="<if($hide_modcell==0)><then>6</then><else>5</else></if>" align="left"><span class="smallfont"><b><a href="wiw.php{$SID_ARG_1ST}">{$lang->items['LANG_START_SHOWUSERONLINE']}</a></b></span></td> 
   </tr>
   <tr>
    <td rowspan="2" class="tableb" align="center"><img src="{$style['imagefolder']}/online.gif" alt="" title="" /></td>
    <td colspan="<if($hide_modcell==0)><then>5</then><else>4</else></if>" class="tablea" align="left"><span class="smallfont">{$lang->items['LANG_START_USERONLINE']}</span></td>
   </tr>
   <tr>
    <td class="tablea" colspan="<if($hide_modcell==0)><then>5</then><else>4</else></if>" align="left"><span class="smallfont"><if($useronline=="")><then>&nbsp;</then></if>$useronline</span></td>
   </tr>	
  
  </then>
 </if>
 
 
 <if($showpmonindex==1 && $wbbuserdata['userid']!=0 && $wbbuserdata['can_use_pms']==1 && $wbbuserdata['receivepm']==1)>
  <then>
   <tr>
    <td class="tabletitle" align="left" colspan="<if($hide_modcell==0)><then>6</then><else>5</else></if>"><span class="smallfont"><b>{$lang->items['LANG_START_PM']}</b></span></td>
   </tr>
   <tr>
    <td align="center" class="tableb"><if($countnew>0)>
     <then><img src="{$style['imagefolder']}/on.gif" alt="{$lang->items['LANG_START_NEWPM']}" title="{$lang->items['LANG_START_NEWPM']}" /></then>
     <else><img src="{$style['imagefolder']}/off.gif" alt="{$lang->items['LANG_START_NONEWPM']}" title="{$lang->items['LANG_START_NONEWPM']}" /></else>
    </if></td>
    <td align="left" colspan="<if($hide_modcell==0)><then>5</then><else>4</else></if>" class="tablea"><span class="smallfont"><b><a href="pms.php{$SID_ARG_1ST}">{$lang->items['LANG_START_PMIN']}</a></b><br />{$lang->items['LANG_START_PMS']}</span></td>
   </tr>  
  
  </then>
 </if>
 
 <if(isset($birthdaybit) || isset($eventbit))>
  <then>
   <tr>
    <td class="tabletitle" align="left" colspan="<if($hide_modcell==0)><then>6</then><else>5</else></if>"><span class="smallfont"><b>{$lang->items['LANG_START_SHOWEVENTS']}</b></span></td>
   </tr>
   
   <if(isset($birthdaybit))>
    <then>
     <tr>
      <td class="tableb" align="center"><img src="{$style['imagefolder']}/birthday.gif" alt="" title="" border="0" /></td>
      <td class="tablea" colspan="<if($hide_modcell==0)><then>5</then><else>4</else></if>" align="left"><span class="smallfont"><b>{$lang->items['LANG_START_BIRTHDAY']}</b><br />$birthdaybit</span></td>
     </tr>
    </then>
   </if>
   
   <if(isset($eventbit))>
    <then>
     <tr>
      <td class="tableb" align="center"><img src="{$style['imagefolder']}/events.gif" alt="" title="" border="0" /></td>
      <td class="tablea" colspan="<if($hide_modcell==0)><then>5</then><else>4</else></if>" align="left"><span class="smallfont"><b>{$lang->items['LANG_START_TODAYEVENT']}</b><br />$eventbit</span></td>
     </tr>
    </then>
   </if> 
  </then>
 </if>
 
 <if($showstats==1)>
  <then>
   <tr>
    <td class="tabletitle" align="left" colspan="<if($hide_modcell==0)><then>6</then><else>5</else></if>"><span class="smallfont"><b>{$lang->items['LANG_START_STATISTIC']}</b></span></td> 
   </tr>
   <tr>
    <td class="tableb" align="center"><img src="{$style['imagefolder']}/stats.gif" alt="" border="0" /></td>
    <td colspan="<if($hide_modcell==0)><then>5</then><else>4</else></if>" class="tablea" align="left"><span class="smallfont">{$lang->items['LANG_START_STATISTIC_MEMBERS']} $stats[usercount] | {$lang->items['LANG_START_STATISTIC_THREADS']} $stats[threadcount] | {$lang->items['LANG_START_STATISTIC_POSTS']} $stats[postcount] ({$lang->items['LANG_START_STATISTIC_AVERAGE']} $postperday {$lang->items['LANG_START_STATISTIC_POSTPERDAY']})<br />
    {$lang->items['LANG_START_STATISTIC_NEWESTMEMBER']} <a href="profile.php?userid=$stats[lastuserid]{$SID_ARG_2ND}">$stats[username]</a>.</span></td>
   </tr>
  </then>
 </if>
  
</table>
<table cellspacing="0" cellpadding="0" border="0" style="width:{$style['tableinwidth']}"><tr>
  <td align="left"><img alt="" title="" src="{$style['imagefolder']}/untenlinks.gif" /></td>
  <td style="width:100%;background-image: url({$style['imagefolder']}/untenmitte.gif)"></td>
  <td align="right"><img alt="" title="" src="{$style['imagefolder']}/untenrechts.gif" /></td></tr></table>
<if($wbbuserdata['userid']==0)>
 <then>
  <br />
<table cellspacing="0" cellpadding="0" border="0" style="width:{$style['tableinwidth']}"><tr>
  <td align="left"><img alt="" title="" src="{$style['imagefolder']}/obenlinks.gif" /></td>
  <td style="width:100%;background-image: url({$style['imagefolder']}/obenmitte.gif)"></td>
  <td align="right"><img alt="" title="" src="{$style['imagefolder']}/obenrechts.gif"/></td>
</tr></table>

<a name="login" id="login"></a>
  <if($allowloginencryption==1)><then>
  <script type="text/javascript" src="js/sha1.js"></script>
  <script type="text/javascript" src="js/crypt.js"></script>
  </then></if>
  <form method="post" action="login.php" name="loginform"<if($allowloginencryption==1)><then> onsubmit="return encryptlogin(this);"</then></if>>
  <input type="hidden" name="send" value="send" />
  <input type="hidden" name="sid" value="$session[hash]" />
  <if($allowloginencryption==1)><then>
  <input type="hidden" name="authentificationcode" value="$session[authentificationcode]" />
  <input type="hidden" name="crypted" value="false" /></then></if>
  <table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
   <tr>
    <td class="tabletitle" align="left"><span class="smallfont"><b>{$lang->items['LANG_START_LOGIN']}</b></span></td> 
   </tr>
   <tr>
    <td class="tableb"><table cellpadding="0" cellspacing="5" align="center" class="tableb_fc">
     <tr>
      <td><span class="smallfont">{$lang->items['LANG_START_USERNAME']}</span></td>
      <td><span class="smallfont"><input type="text" name="l_username" maxlength="50" size="20" class="input" tabindex="1" />&nbsp;&nbsp;&nbsp;&nbsp;</span></td>
      <td><span class="smallfont">{$lang->items['LANG_START_PASSWORD']} (<a href="forgotpw.php{$SID_ARG_1ST}">{$lang->items['LANG_START_LOSTPW']}</a>):</span></td>
      <td><span class="smallfont"><input type="password" name="l_password" maxlength="30" size="20" class="input" tabindex="2" />&nbsp;&nbsp;&nbsp;&nbsp;</span></td>
	  <if($allowloginencryption==1)><then>
      <td><span class="smallfont"><label for="checkbox1">{$lang->items['LANG_GLOBAL_ENCRYPT_TRANSFER']}</label></span></td>
      <td><span class="smallfont"><input type="checkbox" id="checkbox1" name="activateencryption" onclick="activate_loginencryption(document.loginform);" />&nbsp;&nbsp;&nbsp;&nbsp;</span></td></then></if>
      <td><input type="submit" value="{$lang->items['LANG_START_LOGIN']}" class="input" tabindex="3" /></td>
     </tr>
    </table></td>
   </tr>
  </table></form>
<table cellspacing="0" cellpadding="0" border="0" style="width:{$style['tableinwidth']}"><tr>
  <td align="left"><img alt="" title="" src="{$style['imagefolder']}/untenlinks.gif" /></td>
  <td style="width:100%;background-image: url({$style['imagefolder']}/untenmitte.gif)"></td>
  <td align="right"><img alt="" title="" src="{$style['imagefolder']}/untenrechts.gif" /></td>
</tr></table>  
  <if($allowloginencryption==1)><then>
  <script type="text/javascript">
   <!--
    activate_loginencryption(document.loginform);
   //-->
  </script></then></if>
 </then>
</if>

<br />
<table cellspacing="0" cellpadding="0" border="0" style="width:{$style['tableinwidth']}"><tr>
  <td align="left"><img alt="" title="" src="{$style['imagefolder']}/obenlinks.gif" /></td>
  <td style="width:100%;background-image: url({$style['imagefolder']}/obenmitte.gif)"></td>
  <td align="right"><img alt="" title="" src="{$style['imagefolder']}/obenrechts.gif"/></td></tr></table>
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" class="tableinborder" align="center" style="width:{$style['tableinwidth']}">
 <tr>
  <td class="tableb" align="center"><span class="smallfont"><a href="search.php?action=24h{$SID_ARG_2ND}">{$lang->items['LANG_START_CURRENT_THREADS']}</a> | <a href="search.php?action=polls{$SID_ARG_2ND}">{$lang->items['LANG_START_CURRENT_POLLS']}</a> | <a href="markread.php{$SID_ARG_1ST}">{$lang->items['LANG_START_MARKREAD_ALL']}</a><if($show_archive == 1)><then> | <b><a href="archive/index.html">{$lang->items['LANG_START_ARCHIVE']}</a></b></then></if></span></td>
 </tr>
 <tr>
 <td class="tablea" align="center">
 <table>
  <tr align="center">
   <td><img src="{$style['imagefolder']}/on.gif" alt="{$lang->items['LANG_START_NEW_POSTS']}" title="{$lang->items['LANG_START_NEW_POSTS']}" border="0" /></td>
   <td><span class="smallfont">{$lang->items['LANG_START_NEW_POSTS']}&nbsp;&nbsp;&nbsp;&nbsp;</span></td>
   <td><img src="{$style['imagefolder']}/off.gif" alt="{$lang->items['LANG_START_NONEW_POSTS']}" title="{$lang->items['LANG_START_NONEW_POSTS']}" border="0" /></td>
   <td><span class="smallfont">{$lang->items['LANG_START_NONEW_POSTS']}&nbsp;&nbsp;&nbsp;&nbsp;</span></td>
   <td><img src="{$style['imagefolder']}/offclosed.gif" alt="{$lang->items['LANG_START_BOARD_CLOSED']}" title="{$lang->items['LANG_START_BOARD_CLOSED']}" border="0" /></td>
   <td><span class="smallfont">{$lang->items['LANG_START_BOARD_CLOSED']}&nbsp;&nbsp;&nbsp;&nbsp;</span></td>
  <td><img src="{$style['imagefolder']}/link.gif" alt="{$lang->items['LANG_START_BOARD_LINK']}" title="{$lang->items['LANG_START_BOARD_LINK']}" border="0" /></td>
  <td><span class="smallfont">{$lang->items['LANG_START_BOARD_LINK']}</span></td>
  </tr>
</table>
 </td>
 </tr>
</table>
<table cellspacing="0" cellpadding="0" border="0" style="width:{$style['tableinwidth']}"><tr>
  <td align="left"><img alt="" title="" src="{$style['imagefolder']}/untenlinks.gif" /></td>
  <td style="width:100%;background-image: url({$style['imagefolder']}/untenmitte.gif)"></td>
  <td align="right"><img alt="" title="" src="{$style['imagefolder']}/untenrechts.gif" /></td></tr></table>
$footer
</body>
</html>



***********************************************************

Hier meine footer.tpl


code:
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 class="tablecat" width="98%" cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" align="center">
<tr>
<td  align="left"><span class="smallfont"><b>Woltlab Burning Board $boardversion, entwickelt von <a href="http://www.woltlab.de" target="_blank" style="text-decoration: none">Woltlab GmbH</a></b></span></td>
 <td  align="right"><span class="smallfont"><b>Copyright&nbsp;<a href="http://www.photoimpact-bastelforum.de/wbb2/index.php?sid=" target="_blank" style="text-decoration: none">Photoimpact-Bastelforum/Spider/Anno/2008&nbsp;</a></b></span></td>
   </tr>
</table><br />

</td>
</tr>
</table>



*******************************************************


Hier meine header.tpl


code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
<table style="width:{$style['tableoutwidth']}" cellpadding="{$style['tableoutcellpadding']}" cellspacing="{$style['tableoutcellspacing']}" align="center" border="{$style['tableoutborder']}" class="tableoutborder">
 <tr>
  <td class="mainpage" align="center">
   <table style="width:100%" border="0" cellspacing="0" cellpadding="0">
    <tr> 
     <td class="logobackground" align="center"><if($style['logoimage']!="")><then><a href="index.php?sid=$session[hash]"><img src="{$style['logoimage']}" border="0" alt="$master_board_name" title="$master_board_name" /></a></then></if></td>
    </tr>
    <tr>
     <td align="center"><span class="smallfont"><if($wbbuserdata['userid'])><then><a href="usercp.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_usercp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_USERCP']}" title="{$lang->items['LANG_GLOBAL_USERCP']}" /></a>
     <if($wbbuserdata['receivepm']==1)><then><a href="pms.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_pms.gif" border="0" alt="{$lang->items['LANG_GLOBAL_PMS']}" title="{$lang->items['LANG_GLOBAL_PMS']}" /></a></then></if></then>
     <else><a href="register.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_register.gif" border="0" alt="{$lang->items['LANG_GLOBAL_REGISTER']}" title="{$lang->items['LANG_GLOBAL_REGISTER']}" /></a></else></if>
     <a href="calendar.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_calender.gif" border="0" alt="{$lang->items['LANG_GLOBAL_CALENDAR']}" title="{$lang->items['LANG_GLOBAL_CALENDAR']}" /></a>
     <a href="memberslist.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_members.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" title="{$lang->items['LANG_GLOBAL_MEMBERSLIST']}" /></a>
     <a href="team.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_team.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TEAM']}" title="{$lang->items['LANG_GLOBAL_TEAM']}" /></a>
     <a href="search.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_search.gif" border="0" alt="{$lang->items['LANG_GLOBAL_SEARCH']}" title="{$lang->items['LANG_GLOBAL_SEARCH']}" /></a>
     <a href="misc.php?action=faq&amp;sid=$session[hash]"><img src="{$style['imagefolder']}/top_faq.gif" border="0" alt="{$lang->items['LANG_GLOBAL_FAQ']}" title="{$lang->items['LANG_GLOBAL_FAQ']}" /></a>
     <if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==1)><then><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_acp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_ACP']}" title="{$lang->items['LANG_GLOBAL_ACP']}" /></a></then></if>
     <if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==0)><then><a href="acp/index.php" target="_blank"><img src="{$style['imagefolder']}/top_modcp.gif" border="0" alt="{$lang->items['LANG_GLOBAL_MODCP']}" title="{$lang->items['LANG_GLOBAL_MODCP']}" /></a></then></if>
     <a href="index.php?sid=$session[hash]"><img src="{$style['imagefolder']}/top_start.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TOINDEX']}" title="{$lang->items['LANG_GLOBAL_TOINDEX']}" /></a></span></td>
    </td>
    </tr>     
      </table><br />


//Edit By Agi: Benutze in Zukunft bitte den Code-BBCode [img]http://your-wbb.de/images/y******_purple/bbcode_code.gif[/img], damits übersichtlicher aussieht, danke. Augenzwinkern
Bräke
Irgendwie passt das jetzt aber nicht. Zuerst gehts um ein WBB2, aber die Fehlermeldung / Datei ist vom WBB3. ??
blackybaby
sorry die fehlermeldung war verkehrt , das war ein versehen

Hallo

Kann mir denn nun keiner erklären wie man zwischen die Kategorien einen Abstand bringt?

So die Kategorien konnte ich nun trennen. Nur die Grafik sollte oben und unten sein, also diese Linien. Wie bring ich den Abstand grösser damit die Linien drin sind?

LG
blackybaby