This Log-in Form works. This Log-in Form doesn't

How can I get Log-in-Form-1 to work successfully like Log-in-Form-2 ?

Log-in-Form-1:

<form action="login.php" method="post" accept-charset="UTF-8" class="middletext">
<p>
</style>
<label for="user_name_login" class="form_label">Username&nbsp;</label>
<input type="text" name="user_name_login" id="user_name_login" size="10" />
<label for="password_login" class="form_label">Password</label>
<input type="password" name="password_login" size="10" />
<input type="image" src="images/login.png" value="[var.lang_login_now]" class="btn_vid2" style="vertical-align:middle" alt="" />
<input type="hidden" name="submitted" value="yes" />
</p>
</form>

Log-in-Form-2:

<form action="[var.smf_bridge_login]" method="post" accept-charset="UTF-8" class="middletext">
<ul>
<li><label><font class="font4_13">[var.lang_user_name]:</font></label><span class="username"><input type="text" name="user" size="16" style="width:138px;" /></span></li>
<li><label><font class="font4_13">[var.lang_password]:</font></label><span class="password"><input type="password" name="password" size="16" style="width:138px;" /></span></li>
<li>
<input type="submit" value="[var.lang_login_now]" class="button-form" />
<input type="hidden" name="submitted" value="yes" />
</li>
</ul>
</form>

Am not certain what you mean by "not “working”, could you describe what you INTEND to do/look like that it is not doing?

I DO KNOW that you have a stray </style> tag ( how the heck did that get there anyway?)

Hope that helps.

Yikes. For goodness’ sake, don’t use <font> tags and inline styles. Just style your labels as needed via your style sheet.