thanks for the reply. i commented the code as recommended, and the site is how i want it. thanks!
Code: › <!-- BEGIN switch_user_logged_out -->
<!--
<form method="post" action="modules.php?name=Your_Account">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50" align="right" valign="bottom"><img src="themes/HeliusGray/forums/images/top_left.gif" width="50" height="28" border="0" alt="" /></td>
<td width="100%" align="center" valign="middle" background="themes/HeliusGray/forums/images/top_center.gif"><a name="login"></a><span class="cattitle">{L_LOGIN_LOGOUT}</span></td>
<td width="50" align="left" valign="bottom"><img src="themes/HeliusGray/forums/images/top_right.gif" width="50" height="28" border="0" alt="" /></td>
</tr>
</table>
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<td class="row1" align="center" valign="middle" height="28"><span class="gensmall">{L_USERNAME}:
<input class="post" type="text" name="username" size="10" />
{L_PASSWORD}:
<input class="post" type="password" name="password" size="10" />
{L_AUTO_LOGIN}
<input class="text" type="checkbox" name="autologin" checked="checked" />
<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
</span> </td>
</tr></table>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td width="40" align="right" valign="top"><img src="themes/HeliusGray/forums/images/bottom_left.gif" width="40" height="9" border="0" alt="" /></td>
<td width="100%" background="themes/HeliusGray/forums/images/bottom_center.gif"><img src="themes/HeliusGray/forums/images/spacer.gif" width="1" height="1" border="0" alt="" /></td>
<td width="40" align="left" valign="top"><img src="themes/HeliusGray/forums/images/bottom_right.gif" width="40" height="9" border="0" alt="" /></td>
</tr>
</table>
</form>
<table width="100%"><tr><td><img src="themes/HeliusGray/forums/images/spacer.gif" width="1" height="10" border="0" /></td></tr></table><!-- replacement of <br clear="all" /> because of Opera 7 bug.
-->
<!-- END switch_user_logged_out -->
[/php]