Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
How to align 'submit' button on same line as fields?
Old 05-30-2005, 08:39 PM How to align 'submit' button on same line as fields?
Junior Talker

Posts: 4
Trades: 0
Hello,
I am not very experienced at php and I am struggling with my simple login form. I want the 'submit' button to be on the same line, right next to the login fields but no matter what the button shows up below the fields.

I would really appreciate a few pointers! Thanks a lot!
Val


Here's my code...

<FORM NAME="testform" style="margin-bottom:0;" ACTION="/gatekeep.php">
<font face="arial" size="1" color="0D092D">Wholesale Login:</font>
<INPUT TYPE="text" NAME="username" VALUE="" size=5> <INPUT TYPE="text" NAME="password" VALUE="" size=9>
<div id="navMain">
<INPUT TYPE=SUBMIT NAME="SUBMIT" VALUE="Submit!">
</div>
</font>
</FORM>
valkyrie66 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-30-2005, 08:45 PM
metho's Avatar
Ultra Talker

Posts: 481
Location: Gold Coast - Brisbane QLD, Australia
Trades: 0
<FORM NAME="testform" style="margin-bottom:0;" ACTION="/gatekeep.php">
<font face="arial" size="1" color="0D092D">Wholesale Login:</font>
<INPUT TYPE="text" NAME="username" VALUE="" size=5> <INPUT TYPE="text" NAME="password" VALUE="" size=9>
<span id="navMain">
<INPUT TYPE=SUBMIT NAME="SUBMIT" VALUE="Submit!">
</span>
</font>
</FORM>

divs are a block-level element, so they will look to be rendered differently to how you want. change it to a span, which is an in-line elment, and it will stay in-line where space permits in the containing element.

this has nothing to do with php btw, its plain html...
__________________
I do
Please login or register to view this content. Registration is FREE
based.
Spend a lot of time in
Please login or register to view this content. Registration is FREE
.
And
Please login or register to view this content. Registration is FREE
chews up the rest.
metho is offline
Reply With Quote
View Public Profile Visit metho's homepage!
 
Old 05-30-2005, 08:57 PM
Junior Talker

Posts: 4
Trades: 0
Awesome!!!! That worked like a charm. (weeell, pretty obvious I'm no coding superstar either... just a designer trying to make due... )

Thanks a million!
Val
valkyrie66 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to How to align 'submit' button on same line as fields?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11564 seconds with 12 queries