<label for = fusername >User Name</label>
<input id = fusername name = fusername
type = text size='20' maxlength='50' />
<label for = fpassword > Password</label>
<input id = fpassword name = fpassword
type = password size = '20' maxlength = '50' />
for some reason this code outputs
USERNAME PASSWORD _________ _________
(pretend like ______ are text boxes)
when it should output:
USERNAME __________ PASSWORD __________
why is it doing it in a weird order?
well, im doing it in php as an echo. and its not cache because i do make changes, but ill give you the full file maybe there isnt the problem,
<?php
$fields_1 = array("fusername" => "User Name",
"fpassword" => "Password" );
?>
<html><head>
<style type='text/css'>
<?php /* <!--
label { font-weight: bold; float: left; width: 27%;
margin-right: .5em; text-align: right; }
fieldset { border: 2px solid #000000 }
legend { font-weight: bold; font-size: 1.5em;
margin-bottom: .5em; }
h3 { text-align: center; margin: 2em; }
#wrapper { margin: 0; padding: 0; }
#login { position: absolute; left: 0; width: 40%;
padding: 1em 0; }
#reg { position: absolute; left: 40%; width: 60%;
padding: 1em 0; }
#field {padding-bottom: .5em;}
.errors { font-weight: bold; font-style: italic;
font-size: 90%; color: red; margin-top: 0; }
--> */ ?>
<!--
label { font-weight: bold; float: left; width: 27%;
k, it cuts me off, so heres the code
http://pastebin.com/qNVLRQ6r
<input id = fusername name = fusername
type = text size='20' maxlength='50' />
<label for = fpassword > Password</label>
<input id = fpassword name = fpassword
type = password size = '20' maxlength = '50' />
for some reason this code outputs
USERNAME PASSWORD _________ _________
(pretend like ______ are text boxes)
when it should output:
USERNAME __________ PASSWORD __________
why is it doing it in a weird order?
well, im doing it in php as an echo. and its not cache because i do make changes, but ill give you the full file maybe there isnt the problem,
<?php
$fields_1 = array("fusername" => "User Name",
"fpassword" => "Password" );
?>
<html><head>
<style type='text/css'>
<?php /* <!--
label { font-weight: bold; float: left; width: 27%;
margin-right: .5em; text-align: right; }
fieldset { border: 2px solid #000000 }
legend { font-weight: bold; font-size: 1.5em;
margin-bottom: .5em; }
h3 { text-align: center; margin: 2em; }
#wrapper { margin: 0; padding: 0; }
#login { position: absolute; left: 0; width: 40%;
padding: 1em 0; }
#reg { position: absolute; left: 40%; width: 60%;
padding: 1em 0; }
#field {padding-bottom: .5em;}
.errors { font-weight: bold; font-style: italic;
font-size: 90%; color: red; margin-top: 0; }
--> */ ?>
<!--
label { font-weight: bold; float: left; width: 27%;
k, it cuts me off, so heres the code
http://pastebin.com/qNVLRQ6r