MyBB Community Forums

Full Version: Usergroup Legend Width Very Small.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
<tr>
<td class="trow1"><span class="smalltext"><img src="https://d2jjb9r6gdltmv.cloudfront.net/assets/images/jmod.png"><span style="color: red; text-shadow: 0px 0px 5px red;""><strong><em>Owner   </em></strong>                 <img src="https://d2jjb9r6gdltmv.cloudfront.net/assets/images/jmod.png"><span style="color: orange; text-shadow: 0px 0px 5px orange;""><strong><em>Server Administrator</em></strong></span></span></span></span></td>
</tr>
<tr>
<td class="trow2"><span class="smalltext"><img src="https://i.imgur.com/xXiwzpt.gif"><span style="color: #9932CC; text-shadow: 0px 0px 5px #9932CC;""><strong><em>Global Moderator                                              </em></strong></span><img src="http://i.imgur.com/KiuPrcM.png"><span style="color: #DDA0DD; text-shadow: 0px 0px 5px #DDA0DD;""><strong><em>Forum Moderator</em></strong></span><img src="https://i.imgur.com/xXiwzpt.gif"><span style="color: #E6E6FA; text-shadow: 0px 0px 5px #E6E6FA;""><strong><em>Server Moderator</em></strong></span></span></td>
</tr>

{$birthdays}
{$forumstats}
<tr style="display: none;">
    <td class="tfoot" style="text-align: right">
        <span class="smalltext">
            {$logoutlink}
            <a href="misc.php?action=markread{$post_code_string}">{$lang->markread}</a> |
            <a href="showteam.php">{$lang->forumteam}</a> |
            <a href="stats.php">{$lang->forumstats}</a>
        </span>
    </td>
</tr>
</tbody>
</table>
<br />

So this is my code, and this is how it turns out.

[Image: 56462210f52a7fc7418a4a4107b8f6d7.png]

How am I able to make it longer?
You have added other legends in a different row, make sure you put them in one row and it will have wider width.
(2017-07-06, 02:06 PM)WallBB Wrote: [ -> ]You have added other legends in a different row, make sure you put them in one row and it will have wider width.
Well, no, that's not why. I did that because originally it was like wrapping the ranks down to it's own row regardless, so I just tried to see if another row would be a different width. See how it already did it in the 2nd row? It did the same for the first.