MyBB Community Forums

Full Version: column problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
there are some empty columns on my index.php

could not find how to remove it.

[attachment=17570]


thanks.

http://www.footballfuror.com/index.php is the url
It looks like you have the column span set wrong in your template. Try changing the 2 to a 3 in your template. You can always change it back to a 2 if it does not work.

template = index_whosonline
<tr>
		<td class="trow" colspan="3"></td></tr>
i tried that. it dint work.
can anyone help me. i want to get rid of the space on the board stats panel.
index_boardstats
find & remove:
<td class="thead"></td>
(I saw you've inserted an image near the online users, do you want to remove it too?)
i dont mind removing it. will that solve the problem?
You'll need to make the td have a colspan="2" probably.
i totally removed the board stat's div. so it looks like a single panel now. thanks.