kpmedia
07-15-2010, 02:18 PM
I want to remove the entire row that has the words "Forum, Last Post, Threads, Posts" on the forum homepage.
I know that I can simply cut the code
<tr align="center">
<td class="thead" width="28px"></td>
<td class="thead" width="400px" align="$stylevar[left]"></td>
<td class="thead" width=""></td>
<td class="thead" width="60px"></td>
<td class="thead" width="80px"></td>
</tr>
from forumhome_forumbit_level1_nopost
(Yes, that code is not default code, I removed the phrase entries for the words. Otherwise, unchanged.)
But the problem with this is the forums now display unevenly. I have separated forum groups, and each table will have different width columns simply cutting this code. The only way to keep formatting uniforum is leaving that code that I don't want.
What can I change to both remove the row, and maintain formatting on all the forum homepage tables? I'm just not seeing anything obvious.
I know that I can simply cut the code
<tr align="center">
<td class="thead" width="28px"></td>
<td class="thead" width="400px" align="$stylevar[left]"></td>
<td class="thead" width=""></td>
<td class="thead" width="60px"></td>
<td class="thead" width="80px"></td>
</tr>
from forumhome_forumbit_level1_nopost
(Yes, that code is not default code, I removed the phrase entries for the words. Otherwise, unchanged.)
But the problem with this is the forums now display unevenly. I have separated forum groups, and each table will have different width columns simply cutting this code. The only way to keep formatting uniforum is leaving that code that I don't want.
What can I change to both remove the row, and maintain formatting on all the forum homepage tables? I'm just not seeing anything obvious.