Yeah, I can't figure it out either. When I paste the old template code I get all four columns showing information, but when I paste the new code I do not. Here is the old code:
HTML Code:
<!-- Latest Blogs -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('latest_blogs')"><img id="collapseimg_latest_blogs" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_latest_blogs].gif" alt="" border="0" /></a>
<a href="blog.php">Latest Blogs</a>
</td>
</tr>
</thead>
<tbody id="collapseobj_latest_blogs" style="$vbcollapse[collapseobj_latest_blogs]">
<tr>
<td class="alt1">
<table border="0" width="100%">
<tr>
<td class="thead">Author</td>
<td class="thead">Title</td>
<td class="thead">Views</td>
<td class="thead">Date</td>
</tr>
<tr>
<td>$spitblogs_username</td>
<td>$spitblogs_title</td>
<td>$spitblogs_views</td>
<td>$spitblogs_date</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<!-- Latest Blogs -->
I have pasted the Latest Blogs above the "What's Going On" and below, and get the same results. Is there some code in the FORUMHOME template that must be near your code? I am completely baffled.