ok, mam mały problem nie wiem jak to ustawić aby to się nie najeżdżało na siebie, ss załącznik.
forumbit_depth2_forum
<tr>
<td class="forumbit_trow1" align= "center" valign="top" width="40" style="width:45px; padding: 4px;">
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read belkatlo" id="mark_read_{$forum['fid']}" /></td>
<td class="forumbit_trow2" valign="top" >
<strong class="forumtitle"><a href="{$forum_url}"><span style="color:#eee; font: normal 13px tahoma,helvetica,arial,sans-serif;"><b>{$forum['name']}</b></span></a></strong>{$forum_viewers_text}<div class="forumdesc">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="forumbit_trow3 postcountgrid" valign="top" align="right" style="width:70px; white-space: nowrap"><div class="right"><span class="dzial_tematy dzial_staty">{$threads}{$unapproved['unapproved_threads']} Tematów</span><br /><span class="dzial_posty dzial_staty">{$posts}{$unapproved['unapproved_posts']} Postów</span></div></td>
<td class="forumbit_trow3" valign="top" width="50px" align="right" style="width:50px;"><center>{$forum['lastposteravatar']}</center></td>
<td class="forumbit_trow4" valign="top" width="200px" style="white-space: nowrap" style="width:200px;">{$lastpost}</td>
</tr>
klasa z global.css
.dzial_staty {
text-transform: uppercase;
padding: 5px;
color: white;
display: inline;
color: #D1D1D1;
font-size: 10px;
margin-left: 6px;
}
.dzial_tematy {
background: #3D6E27;
border: 1px solid #3D6E27;
}
.dzial_posty {
background: #27526E;
border: 1px solid #27526E;
}