np tnguy3n
HOw would I remove my stats and other info it the bottom of my forums?
Just cut it out of the forumhome and paste it into the right/letf bar?
Quote:
Originally Posted by tnguy3n
Sorry for the late response, i haven't been on this site for so long.
Anyway, to add another custom cell, FIND:
HTML Code:
<tbody>
<tr>
<td class="thead">
Your custom cell.
</td>
</tr>
</tbody>
<tbody>
<tr>
<td class="alt1" width="100%"><div class="smallfont">Some text for your custom cell go here!</div></td>
</tr>
</tbody>
BELOW IT, ADD:
HTML Code:
<tbody>
<tr>
<td class="thead">
Some Header Text
</td>
</tr>
</tbody>
<tbody>
<tr>
<td class="alt1" width="100%"><div class="smallfont">Some texts go here.</div></td>
</tr>
</tbody>
check my first post for update on collapsable of your custom cell(s).
|