Lücke in Wiw

Pow3r
Problembeschreibung:
Rechts unten ist ne Schwarze Lücke

Link zum Forum oder Screenshot:
Anhang

Was wurde zuletzt geändert oder eingebaut?
Wiw Plus und Ip to Country

Mein wiw 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:
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:

<?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_WIW_TITLE']}</title>
$headinclude

<if($wiw_autorefresh > 0)><then><meta http-equiv="refresh" content="$wiw_autorefresh; url=wiw.php?sortby=$_GET[sortby]&amp;order=$_GET[order]{$SID_ARG_2ND}" /></then></if>

</head>
<body>
$header
 <table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
 <tr>
  <td class="tablea"><table cellpadding="0" cellspacing="0" border="0" style="width:100%">
   <tr class="tablea_fc">
    <td align="left"><span class="smallfont"><b><a href="index.php{$SID_ARG_1ST}">$master_board_name</a> &raquo; {$lang->items['LANG_WIW_TITLE']}</b></span></td>
    <td align="right"><span class="smallfont"><b>$usercbar</b></span></td>
   </tr>
  </table></td>
 </tr>
</table><br />
<form method="get" action="wiw.php">
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
 <tr>
  <td class="tabletitle"><span class="smallfont"><b>{$lang->items['LANG_WIW_USERNAME']}</b></span></td>
  <if($wbbuserdata['a_can_view_ipaddress']==1)>
  <then>
  <td class="tabletitle" nowrap="nowrap"><span class="smallfont"><b>{$lang->items['LANG_WIW_IPADDRESS']}</b></span></td>
  <td class="tabletitle"><span class="smallfont"><b>{$lang->items['LANG_WIW_USERAGENT']}</b></span></td>
  </then>
 <else>
  <td class="tabletitle" nowrap="nowrap"><span class="smallfont"><b>{$lang->items['LANG_WIW_IPADDRESS_LAND']}</b></span></td>
  </else>
  </if>
  <td class="tabletitle" nowrap="nowrap"><span class="smallfont"><b>{$lang->items['LANG_WIW_LASTACTIVITY']}</b></span></td>
  <td class="tabletitle"><span class="smallfont"><b>{$lang->items['LANG_WIW_REQUEST_URI']}</b></span></td>
 </tr>
<if($useronline_bit!="")><then>
 <tr>
  <td class="tabletitle" colspan="<if($wbbuserdata['a_can_view_ipaddress']==1)><then>6</then><else>4</else></if>"><span class="smallfont"><b>$onlineuser User online</b></span></td>
 </tr>
 $useronline_bit
</then></if>
<if($guestonline_bit!="")><then>
 <tr>
  <td class="tabletitle" colspan="<if($wbbuserdata['a_can_view_ipaddress']==1)><then>6</then><else>4</else></if>"><span class="smallfont"><b>$onlineguest $lang_guest_title online</b></span></td>
 </tr>
$guestonline_bit
</then></if>
<if($botonline_bit!="")><then>
 <tr>
  <td class="tabletitle" colspan="<if($wbbuserdata['a_can_view_ipaddress']==1)><then>6</then><else>4</else></if>"><span class="smallfont"><b>$onlinebots $lang_bot_title online</b></span></td>
 </tr>
 $botonline_bit
 </then></if>
 <tr>
  <td class="tablea" align="center" colspan="<if($wbbuserdata['a_can_view_ipaddress']==1)><then>5</then><else>3</else></if>"><span class="normalfont">{$lang->items['LANG_WIW_SORTOPTIONS']}
  <input src="{$style['imagefolder']}/go.gif" type="image" />
  <input type="hidden" name="sid" value="$session[hash]" />
  </span></td>
 </tr>
</table>
</form>
$footer
</body>
</html>

Benedikt
Suche:

code:
1:
  <td class="tablea" align="center" colspan="<if($wbbuserdata['a_can_view_ipaddress']==1)><then>5</then><else>3</else></if>"><span class="normalfont">{$lang->items['LANG_WIW_SORTOPTIONS']}


ersetze mit:

code:
1:
  <td class="tablea" align="center" colspan="<if($wbbuserdata['a_can_view_ipaddress']==1)><then>6</then><else>4</else></if>"><span class="normalfont">{$lang->items['LANG_WIW_SORTOPTIONS']}
Pow3r
Danke! Klappt super smile