wersja skryptu MyBB:
adres forum: http://vobiso.onuse.pl/
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

Witam serdecznie.

Mam pytanko jak zrobić dwu kolorowy opis działu jak na tym forum.

Z góry dziękuje

Zdjęcie o co dokładnie mi chodzi
[Obrazek: lot9m2d220pp.png]

Mój kod forumbit_depth2_forum

<tr>
<td class="trow1" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="trow1" valign="top">
<div style="float:right;padding:10px;"><a href="{$mybb->settings['bburl']}/syndication.php?fid={$forum['fid']}&amp;limit=15"><img src="/rss.png" class="rsslink"alt="RSS" title="RSS" /></a></div>
<strong><a class="forumtitle_d2" href="{$forum_url}">{$forum['name']}</a></strong><div class="smalltext"><span class="forumdesc_d2">{$forum['description']}
{$subforums}</span></div>
</td>
<td class="trow1" valign="top" style="white-space: nowrap; vertical-align: middle; width: 100px; ">
{$posts}{$unapproved['unapproved_posts']} tematów<br />
{$threads}{$unapproved['unapproved_threads']} odpowiedzi</td>
<td class="trow1 lastpostgrid" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>