Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding login script to a template

Status
Not open for further replies.

DXL

Technical User
Jan 10, 2005
2
US
I'm a newbie to all of this. I have an understanding of php and have created a login with it. But... I have a template that someone made for me in Photoshop, and there is a login section with the fields ready for input fields. I can't, or don't know how to create the form and make it fit in the "pre-defined" area in Go-Live or Dreamweaver. Since with Javascript you can define the input field width and have any button submit, it seems PERFECT for my aplication. I may be going about it wrong, don't know. Looking for help or to point me in the right direction to go for help!!!!

Thanks in advance
 
ok well their is one way that i know of
by using the <span> tag

add & modify where needed
Code:
    <span style="position: absolute; left: 500; top: 20">

hope this helps :)
 
OK that was very helpful. It don't exactly solve my problem, but I have been doing some tutorials, so more things are becoming more clear. I'm just going to have to find a way to add a form in this template and make the already present input fields works. Thanks
 
Also to End the Span just add </span>

and you can use multiple spans around the page
sorry i forgot to add that
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top