AN-net
08-31-2004, 05:01 AM
um i get these alot when coding with vb templates, y does the table turn out like this(see attachment)?
here is the page's code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle] - vB Journal: Top Journals</title>
$headinclude
</head>
<body>
$header
$navbar
<br />
<table width="100%" border="0" align="center"
<tr>
<td>
<table class="tborder" align="$stylevar[left]" border="0" width="100%" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]">
<tr>
<td class="tcat" colspan="3">Top Viewed:</td>
</tr>
<tr>
<td class="thead" width="100%">Journal Name</td><td class="thead" nowrap="nowrap">Journalist</td><td class="thead" nowrap="nowrap">Views</td>
</tr>
$topviewedbits
</table>
</td>
<td>
<table class="tborder" align="$stylevar[right]" border="0" width="100%" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]">
<tr>
<td class="tcat" colspan="3">Top Rated:</td>
</tr>
<tr>
<td class="thead" width="100%">Journal Name</td>
<td class="thead" nowrap="nowrap">Journalist</td>
<td class="thead" nowrap="nowrap">Rating</td>
</tr>
$topratedbits
</table>
</td>
</tr>
<tr>
<td>
<table class="tborder" align="$stylevar[left]" border="0" width="100%" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]">
<tr>
<td class="tcat" colspan="3">Most Comments:</td>
</tr>
<tr>
<td class="thead" width="100%">Journal Name</td>
<td class="thead" nowrap="nowrap">Journalist</td>
<td class="thead" nowrap="nowrap">Comments</td>
</tr>
$mostcommentsbits
</table>
</td>
<td>
<table class="tborder" align="$stylevar[right]" border="0" width="100%" cellspacing="$stylevar[cellspacing]" cellpadding="$style[cellpadding]">
<tr>
<td class="tcat" colspan="3">Most Entries:</td>
</tr>
<tr>
<td class="thead" width="100%">Journal Name</td>
<td class="thead" nowrap="nowrap">Journalist</td>
<td class="thead" nowrap="nowrap">Entries</td>
</tr>
$mostentriesbits
</table>
</td>
</tr>
</table>
<br />
$footer
</body>
</html>
thanks in advance for your help:)
here is the page's code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle] - vB Journal: Top Journals</title>
$headinclude
</head>
<body>
$header
$navbar
<br />
<table width="100%" border="0" align="center"
<tr>
<td>
<table class="tborder" align="$stylevar[left]" border="0" width="100%" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]">
<tr>
<td class="tcat" colspan="3">Top Viewed:</td>
</tr>
<tr>
<td class="thead" width="100%">Journal Name</td><td class="thead" nowrap="nowrap">Journalist</td><td class="thead" nowrap="nowrap">Views</td>
</tr>
$topviewedbits
</table>
</td>
<td>
<table class="tborder" align="$stylevar[right]" border="0" width="100%" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]">
<tr>
<td class="tcat" colspan="3">Top Rated:</td>
</tr>
<tr>
<td class="thead" width="100%">Journal Name</td>
<td class="thead" nowrap="nowrap">Journalist</td>
<td class="thead" nowrap="nowrap">Rating</td>
</tr>
$topratedbits
</table>
</td>
</tr>
<tr>
<td>
<table class="tborder" align="$stylevar[left]" border="0" width="100%" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]">
<tr>
<td class="tcat" colspan="3">Most Comments:</td>
</tr>
<tr>
<td class="thead" width="100%">Journal Name</td>
<td class="thead" nowrap="nowrap">Journalist</td>
<td class="thead" nowrap="nowrap">Comments</td>
</tr>
$mostcommentsbits
</table>
</td>
<td>
<table class="tborder" align="$stylevar[right]" border="0" width="100%" cellspacing="$stylevar[cellspacing]" cellpadding="$style[cellpadding]">
<tr>
<td class="tcat" colspan="3">Most Entries:</td>
</tr>
<tr>
<td class="thead" width="100%">Journal Name</td>
<td class="thead" nowrap="nowrap">Journalist</td>
<td class="thead" nowrap="nowrap">Entries</td>
</tr>
$mostentriesbits
</table>
</td>
</tr>
</table>
<br />
$footer
</body>
</html>
thanks in advance for your help:)