21.05.2016, 19:49
wersja skryptu MyBB: 1.8.7
adres forum: https://forum.pvp.org.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Witam otóż mam problem z legenda grup, mianowicie jest ona tak może width 25% a powinno być i chiałbtm aby było 100%.
Problem dokładnie widać na zdjęciach poniżej:
Gdy wpisze width 100% w tr to od razu psują się statyski a szerokośc dalej nie jest w 100%
podam jeszcze kod
adres forum: https://forum.pvp.org.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Witam otóż mam problem z legenda grup, mianowicie jest ona tak może width 25% a powinno być i chiałbtm aby było 100%.
Problem dokładnie widać na zdjęciach poniżej:
Gdy wpisze width 100% w tr to od razu psują się statyski a szerokośc dalej nie jest w 100%
podam jeszcze kod
Kod PHP:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead{$collapsedthead['boardstats']}" colspan="4">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.png" id="boardstats_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong>{$lang->boardstats}</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
<tr>
<td class="tcat"><span class="smalltext"><strong>Usergroup Legend</strong></span></td>
</tr>
<tr>
<td class="trow1"><span class="smalltext">ADD YOUR USERGROUPS HERE</span></td>
</tr>
{$birthdays}
{$forumstats}
<tr>
<td class="tcat" style="text-align: left;">
<span class="smalltext">
<a href="misc.php?action=markread{$post_code_string}">{$lang->markread}</a> |
<a href="showteam.php">{$lang->forumteam}</a>
</span>
</td>
<td class="tcat" style="text-align: right;" colspan="3">
{$lang_select}
{$theme_select}
</td>
</tr>
</tbody>
</table>