1. Im sorry if this is in the wrong section and mods/admin please move if it is.
2. I created a custom page on my template but it seems my code is wrong somehow... Can you guys/gals that know the code listed below fix the problem in the jpg i attaced?
3. I removed the middle portion of the code because its to long but the middle part is only <a href tags
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle]</title>
</head>
<body>
$header
$navbar
<!-- Custom Code Start Here -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="left">
<tr>
<td class="tcat" colspan="3">
Downloadable Maps
</td>
</tr>
<tr>
<td class="panelsurround" align="center" colspan="3">
<table class="panel" cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
<tr>
<td align="$stylevar[left]">
<fieldset class="fieldset" style="margin:0px">
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td>
</table>
<pre>
( I removed this code here)
</pre>
<hr width="100%">
</td>
</tr>
</table>
</fieldset>
</td>
</tr>
</table>
</td>
</tr>
<!-- / Custom Code Ends here -->
$footer
</body>
</html>