In the code below how do i make the username box on one line and password on another, i've tried the old <br. but doesn't seem to work.
$template_login = <<< EOF
[jscript]
<div class="membarvalign" align="center">
<form name='LOGIN' action="[boardurl]?return=[siteurl]" method="post">
<input name="act" value="Login" type="hidden">
<input name="CODE" value="01" type="hidden">
<input name="referer" value="" type="hidden">
<input name="CookieDate" value="1" type="hidden">
<table border="0">
<tbody><tr><td align="center">Username:<br><input size="10" maxlength="15" name="UserName" value="" type="text"></td><td align="center">Password:<br>
<input size="10" name="PassWord" value="" type="password"></td>
</tbody></table>
<input value="Login" type="submit">
</form></div>
Thanks for looking in.
$template_login = <<< EOF
[jscript]
<div class="membarvalign" align="center">
<form name='LOGIN' action="[boardurl]?return=[siteurl]" method="post">
<input name="act" value="Login" type="hidden">
<input name="CODE" value="01" type="hidden">
<input name="referer" value="" type="hidden">
<input name="CookieDate" value="1" type="hidden">
<table border="0">
<tbody><tr><td align="center">Username:<br><input size="10" maxlength="15" name="UserName" value="" type="text"></td><td align="center">Password:<br>
<input size="10" name="PassWord" value="" type="password"></td>
</tbody></table>
<input value="Login" type="submit">
</form></div>
Thanks for looking in.








