MyBB Community Forums

Full Version: Help - Forum Messed Up
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was following this tutorial: http://community.mybb.com/thread-126866.html

And, I did everything correctly. I double checked too. Confused

It turns out to look like this:

[Image: 2012-12-30_1536.png]

How do I fix it? I'm using the theme Apart Twilight 1.6. Please help. Undecided
Its a colspan issue. You have to increase one count of colspan for your tcat.
Make sure in your forumbit_depth1_cat template, the first tcat is like this:
<td class="tcat" colspan="2">

If you can provide a link to your board then better troubleshooting can be possible.
(2012-12-30, 08:46 PM)effone Wrote: [ -> ]Its a colspan issue. You have to increase one count of colspan for your tcat.
Make sure in your forumbit_depth1_cat template, the first tcat is like this:
<td class="tcat" colspan="2">

If you can provide a link to your board then better troubleshooting can be possible.

Thank you very much sir. Fixed the problem.