![]() ![]() |
Nov 25 2007, 12:49 PM
Post
#1
|
|
|
I'm a Geek... ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1622 Joined: 31-May 05 From: Waterbury, Vermont Member No.: 58421 OS: Vista Ultimate x86
|
hello everyone,
I been working on my website and I am doing a beta email thing and i wanted to have a username and password fields, but i want them side by side, here i will give you a screenshot where i want them. http://i11.tinypic.com/6l0k4tw.png that is what i bassicly want it to look like. PS, I finally got my host, 60 bucks a year with a terabyte of space and 10 terabytes of bandwitdh, i know its CRAZY! But anyway, can i do the username and password log in fields on the top of my website? thanks guys! |
|
|
|
Nov 25 2007, 01:30 PM
Post
#2
|
|
|
The Hardware Guy ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 6113 Joined: 23-December 04 From: Rochester, New York Member No.: 39158 OS: Vista Ultimate x64
|
anything is possible!
|
|
|
|
Nov 25 2007, 01:31 PM
Post
#3
|
|
|
I'm a Geek... ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1622 Joined: 31-May 05 From: Waterbury, Vermont Member No.: 58421 OS: Vista Ultimate x86
|
|
|
|
|
Nov 25 2007, 02:32 PM
Post
#4
|
|
|
I'm a Geek... ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1622 Joined: 31-May 05 From: Waterbury, Vermont Member No.: 58421 OS: Vista Ultimate x86
|
So is there anyone out there that knows how to do this?
|
|
|
|
Nov 25 2007, 11:06 PM
Post
#5
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 360 Joined: 31-July 05 Member No.: 66754 OS: 98SE
|
You can put it there the same as you would any FORM elements.
Such as: CODE <form method=post action='insert_login_script_url_here.php'>User: <input name=user> Pass: <input name=pass type=password> <input type=submit value=Login></form> That is just a basic framework for what you're looking for. You'll need to fill in the FORM tags and the rest as you deem needed to submit the data right to your authentication script. You can take this form and insert it into a table or DIV tag to get the desired effect as you wish. As long as the inputs are anywhere between the FORM tags, you can insert tables/divs and the like between the FORM tags to further your positioning/styling. You can further style the fields using images using CSS for further graphical tweaking. Info to do so can be found at the following: http://www.sitepoint.com/article/fancy-form-design-css To get it near the top, simply put it early in the HTML of your page where it's desired to come before. This post has been edited by Chozo4: Nov 25 2007, 11:12 PM |
|
|
|
Nov 26 2007, 01:04 AM
Post
#6
|
|
|
Nerd-in-Chief ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1077 Joined: 25-February 07 From: Somewhere Member No.: 128497 OS: Server 2008 x86
|
What code are you using right now? Just make sure there's no <br> or <br /> tag between the two form fields.
|
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 4th December 2008 - 11:50 AM |