LiveWire Network Peer Answers Peer Support Teen Forums Tech Forums College Forums 412 users online 224740 members 1587 active today Advertise Here Sign In
TeenCollegeTechPhotos | Quizzes | LiveSecret | Memberlist | Dictionary | News | FAQ
Member Spotlight
aliihearts
Cool Things: People, clothes, shoes, computers...
Mood: Happy
You have 1 new message.
Emergency Help
Until you sign up you can't do much. Yes, it's free.

Sign Up Now
Membername:
Password:
Already have an account?
Invite Friends
Active Members
Groups
Contests
Moderators
4 online / 26 MPM
Fresh Topics
  LiveWire / Technical Forums / Programming & Application Development / Adding Reply

Quoting Post
Archived Topic: It will not be bumped to the top of the forum.
Topic I need you clever code people. :-)
Membername   Not a member? Sign Up Free (takes 20 seconds)
Password   Forgotten your password?
Post

Font:   Size:   Color:

FAQ Keyword Search:
Post Options
Favorites Manager
Notify me of new replies to this topic by email
Notify me of new replies to this topic by private message
Original Post
Seanee Posted at 3:00 pm on Oct. 31, 2007
K. Html only. :-)

Code:
<form action="users/process.php" method="post">
Username:<br /><input type="text" name="user" size="1" value="<? echo $form->value("user"); ?>"><? echo $form->error("user"); ?>
Password:<br /><input type="password" name="pass" size="1" value="<? echo $form->value("pass"); ?>"><? echo $form->error("pass"); ?>
<input type="hidden" name="sublogin" value="1">
<input type="submit" width="10px" value="Login"></td></tr>
<tr><td colspan="2" align="left"><br><font size="2">[<a href="users/forgotpass.php">Forgot Password?</a>]</font></td><td align="right"></td></tr>
<tr><td colspan="2" align="left"><br>Not registered? <a href="users/register.php">Sign-Up!</a></td></tr>
</table>
</form>

I've set size to "1" to see if it works, but it doesn't. :-(

Basically my question is how to I reorder the size of an input?

k Thanks. :-)

Replies
Giohughes Posted at 3:03 pm on Oct. 31, 2007
Quote: from Seanee at 6:02 pm on Oct. 31, 2007

Quote: from joecottam at 10:01 pm on Oct. 31, 2007

add a dlc.w
A what?

WTF? whats that?

circa Posted at 3:03 pm on Oct. 31, 2007
By the way, for all you non-intelligent people who know nothing about the easiest language to ever grace the computer-human relationship: DON'T POST IF YOU KNOW NOTHING.
circa Posted at 3:02 pm on Oct. 31, 2007
Instead of giving you the answer and making you go, "Wow, circa's the greatest!", I figured I'd give you a resource that outlines everything you need to know about input.
Seanee Posted at 3:02 pm on Oct. 31, 2007
Quote: from joecottam at 10:01 pm on Oct. 31, 2007

add a dlc.w
A what?
Amin mele lle Posted at 3:01 pm on Oct. 31, 2007
try...changing...the...number?
no idea, sorry...
go google it or something, lol
joecottam Posted at 3:01 pm on Oct. 31, 2007
add a dlc.w
peteypablo53 Posted at 3:01 pm on Oct. 31, 2007
try setting it to 2
All 7 previous replies displayed.