Looks like you forgot <tr> tags around $recententrybits in the JOURNAL template
try this...
HTML Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle] - vB Journal Index:</title>
$headinclude
</head>
<body>
$header
$navbar
<table border="0" align="center" width="100%">
<tr>
<td>
<table class="tborder" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]" border="0" align="center" width="100%">
<tr>
$recententrybits
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table class="tborder" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]" border="0" align="center" width="100%">
<tr>
<td class="tcat" colspan="5">Journals for $vboptions[bbtitle]</td>
</tr>
<tr>
<td class="thead">Journal Name|Description</td>
<td class="thead">Views</td>
<td class="thead">Entries</td>
<td class="thead">Rating</td>
<td class="thead">Last Entry</td>
</tr>
$journalbits
</table>
</td>
</tr>
</table>
<br />
$footer
</body>
</html>