Again any help is appreciated! I realized I forgot to add the code that they had for vb3. It seems to work, but like a said a few things appear to be missing (navbar tabs) so I am not sure if it needs converted to how vb4 does it, or if I am just missing something obvious.
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
$data[headHtml]
</head>
<body>
$header
$navbar
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr><td class="tcat">Gallery</td></tr>
<tr><td class="alt1">$data[bodyHtml]</td></tr>
</table>
$footer
</body>
</html>