sabret00the
05-16-2004, 01:11 AM
this page refuses to part proplerly could someone please tell me why?
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$journal_stats[title] at $vboptions[hometitle]</title>
$headinclude
</head>
<body>
$header
$navbar
<div style="font-size: 200%; text-align: center;"><b>$journal_stats[title]</b></div>
<br />
<if condition="$bbuserinfo[userid]==$journalid">
<form method="post" action="journal.php">
<input class="button" type="submit" name="addentrysubmit" value="Add Entry" />
<input type="hidden" name="journalid" value="$journalid" />
<input type="hidden" name="userid" value="$journalid" />
</form>
</if>
<form method="post" action="journal.php?$session[sessionurl]do=comments&journalid=$journalid">
<input class="button" type="submit" value="Show Comments" />
</form>
<br />
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="right">
<tr>
<td>
$pagenav
</td>
</tr>
</table>
<table cellpadding="0" cellpadding="0" background="1" width="100%" align="center">
<tr>
<td width="15%" valign="top">
$statsbits
<br />
</td>
<td width="2%"></td>
<td width="83%">
$entrybits
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="left">
<tr>
<td>
$pagenav
</td>
</tr>
</table>
$footer
</body>
</html>
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$journal_stats[title] at $vboptions[hometitle]</title>
$headinclude
</head>
<body>
$header
$navbar
<div style="font-size: 200%; text-align: center;"><b>$journal_stats[title]</b></div>
<br />
<if condition="$bbuserinfo[userid]==$journalid">
<form method="post" action="journal.php">
<input class="button" type="submit" name="addentrysubmit" value="Add Entry" />
<input type="hidden" name="journalid" value="$journalid" />
<input type="hidden" name="userid" value="$journalid" />
</form>
</if>
<form method="post" action="journal.php?$session[sessionurl]do=comments&journalid=$journalid">
<input class="button" type="submit" value="Show Comments" />
</form>
<br />
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="right">
<tr>
<td>
$pagenav
</td>
</tr>
</table>
<table cellpadding="0" cellpadding="0" background="1" width="100%" align="center">
<tr>
<td width="15%" valign="top">
$statsbits
<br />
</td>
<td width="2%"></td>
<td width="83%">
$entrybits
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="left">
<tr>
<td>
$pagenav
</td>
</tr>
</table>
$footer
</body>
</html>