MyBB Community Forums

Full Version: change the width in all the forums so that they appear identical
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to change the width in all the forums so that they appear identical-see attachment

[attachment=20297]
Can you provide a URL please?
They're all lined up correctly for me.

What browser are you using?
Internet Explorer 8.0, there is no problem with other browsers.
How to get the same space between the words Forum - Threads - Posts - Last Post in all categories

http://forum.hestekatalog.dk/index.php?language=english

IE8 = big problem
IE7 = little problem
Firefox = no problem

You don't need 2 threads for the same problem, you can bump after 24 hours if you haven't had a response.

It displays correctly for me in all browsers and I can't see anything wrong in the source code. Undecided
I've made some changes

After:

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"><thead><tr><td class="thead" colspan="5"><div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div><div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div></td></tr></thead><tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e"><tr><td class="tcat" width="47%" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td><td class="tcat" width="13%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td><td class="tcat" width="13%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td><td class="tcat" width="27%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td></tr>{$sub_forums}</tbody></table><br />

Before:

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"><thead><tr><td class="thead" colspan="5"><div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div><div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div></td></tr></thead><tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e"><tr><td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td><td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td><td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td><td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td></tr>{$sub_forums}</tbody></table><br />

But it does not have the same effect everywhere on the frontpage - why?

Nobody who has any suggestions?