YourWBB


yourWBB » WoltLab Burning Board Generation 2 * » Alles von und für das WBB 2.3.x » [WBB 2.3.x] Allg. Fragen und Probleme » Border Problem » Hallo Gast [Anmelden|Registrieren]
Letzter Beitrag | Erster ungelesener Beitrag 844 Views | | Thema zu Favoriten hinzufügen

Neues Thema erstellen Antwort erstellen

Dieses Thema wurde als unerledigt markiert. Thread unerledigt

Zum Ende der Seite springen Border Problem
Autor
Beitrag « Vorheriges Thema | Nächstes Thema »
Blackstar5 Blackstar5 ist männlich
Mitglied


images/avatars/avatar-4998.gif

Dabei seit: 31.03.06
Beiträge: 329
Herkunft: Deutschland
Forenversion: 2.3; Lite 1.0

sehr Traurig Border Problem Antworten Zitieren Editieren Melden       UP

Hallo,

Problembeschreibung:
2 Border einer Tabelle überlagern sich und werden somit dicker, was ich ja natürlich nicht will aber ich bekomm es einfach nicht weg...

Screenshot:
Im Anhang

Was zuletzt geändert wurde:
Header Template

Könnte mir bitte einer helfen?
Ich komm einfach nicht weiter traurig

Hier auch mal die 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:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
<table style="width:{$style['tableoutwidth']}" cellpadding="{$style['tableoutcellpadding']}" cellspacing="{$style['tableoutcellspacing']}" align="center" border="{$style['tableoutborder']}" class="tableoutborder">
    <tr> 
     <td class="logobackground" align="center"><if($style['logoimage']!="")><then><a href="index.php{$SID_ARG_1ST}"><img src="{$style['logoimage']}" border="0" alt="$master_board_name" title="$master_board_name" /></a></then></if></td>
    </tr>
</table>
<table style="width:{$style['tableoutwidth']}" cellpadding="{$style['tableoutcellpadding']}" cellspacing="{$style['tableoutcellspacing']}" align="center" border="{$style['tableoutborder']}" class="tableoutborder">
<tr>
<td class="mainpage" valign="top">
<br />
<table cellpadding="0" cellspacing="0" border="0" style="width:150px">
<tr>
<td>
<span class="smallfont">
  <if($wbbuserdata['userid'])><then>
     &nbsp;&nbsp;&nbsp;<a href="usercp.php{$SID_ARG_1ST}">{$lang->items['LANG_GLOBAL_USERCP']}</a><br />
     &nbsp;&nbsp;&nbsp;<a href="pms.php{$SID_ARG_1ST}">{$lang->items['LANG_GLOBAL_PMS']}</a><br />
  </then>
  <else>
     <a href="register.php{$SID_ARG_1ST}">{$lang->items['LANG_GLOBAL_REGISTER']}</a><br />
  </else>
  </if>
     &nbsp;&nbsp;&nbsp;<a href="calendar.php{$SID_ARG_1ST}">{$lang->items['LANG_GLOBAL_CALENDAR']}</a><br />
     &nbsp;&nbsp;&nbsp;<a href="memberslist.php{$SID_ARG_1ST}">{$lang->items['LANG_GLOBAL_MEMBERSLIST']}</a><br />
     &nbsp;&nbsp;&nbsp;<a href="team.php{$SID_ARG_1ST}">{$lang->items['LANG_GLOBAL_TEAM']}</a><br />
     &nbsp;&nbsp;&nbsp;<a href="search.php{$SID_ARG_1ST}">{$lang->items['LANG_GLOBAL_SEARCH']}</a><br />
     &nbsp;&nbsp;&nbsp;<a href="misc.php?action=faq{$SID_ARG_2ND}">{$lang->items['LANG_GLOBAL_FAQ']}</a><br />
  <if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==1)>
  <then>
     &nbsp;&nbsp;&nbsp;<a href="acp/index.php" target="_blank">{$lang->items['LANG_GLOBAL_ACP']}</a><br />
  </then>
  </if>
     <if($wbbuserdata['a_can_use_acp']==1 && $wbbuserdata['a_acp_or_mcp']==0)>
  <then>
     &nbsp;&nbsp;&nbsp;<a href="acp/index.php" target="_blank">{$lang->items['LANG_GLOBAL_MODCP']}" /></a><br />
  </then>
  </if>
     &nbsp;&nbsp;&nbsp;<a href="index.php{$SID_ARG_1ST}">{$lang->items['LANG_GLOBAL_TOINDEX']}</a><br />
</span>
</td>
</tr>
</table>
</td>
<td class="mainpage" align="center" valign="top" style="width:100%" border="0"> 
<br />


Dateianhang:
gif fehler.gif (44 KB, 24 mal heruntergeladen)


__________________






Dieser Beitrag wurde 1 mal editiert, zum letzten Mal von Blackstar5: 07.01.07 23:39.

07.01.07 15:07 Blackstar5 ist offline WWW Finden Als Freund hinzufügen Füge Blackstar5 in deine Kontaktliste ein MSN Passport-Profil von Blackstar5 anzeigen
Baumstruktur | Brettstruktur
Gehe zu:

Neues Thema erstellen Antwort erstellen

yourWBB » WoltLab Burning Board Generation 2 * » Alles von und für das WBB 2.3.x » [WBB 2.3.x] Allg. Fragen und Probleme » Border Problem