PDA

View Full Version : html help


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>

Zachery
05-16-2004, 03:31 AM
Well how does it not render correctly?

sabret00the
05-16-2004, 08:11 AM
the first page nav for example sits on top of $entrybits table and when i try to render it in a WYSIWYG the outside table refuses to render.