Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Form Help

  1. #1
    Join Date
    Jun 2006
    Location
    Northamptonshire
    Posts
    1,063
    Tokens
    0

    Latest Awards:

    Default Form Help

    Ok so i have this;

    <form method="POST" action="http://www.web-toolz.connect-hosting.com/members/login.php">
    <input type="text" name="user" size="22" value="Username"></td>
    <td colspan="2" rowspan="7" width="16" bgcolor="#FFFF8C" align="center">
    <img src="images/index_38.gif" width="4" height="93" alt=""></td>
    <td width="1">
    <img src="images/spacer.gif" width="1" height="24" alt=""></td>
    </tr>
    <tr>
    <td colspan="5" width="168" bgcolor="#8CB6FF" align="center">
    <img src="images/index_39.gif" width="162" height="14" alt=""></td>
    <td width="1">
    <img src="images/spacer.gif" width="1" height="14" alt=""></td>
    </tr>
    <tr>
    <td colspan="5" width="168" bgcolor="#8CB6FF" align="center">
    <input type="password" name="pass" size="22" value="password"></td>

    <td width="1">
    <img src="images/spacer.gif" width="1" height="24" alt=""></td>
    </tr>
    <tr>
    <td colspan="5" width="168" bgcolor="#FFFF8C" align="center">
    <img src="images/index_41.gif" width="162" height="6" alt=""></td>
    <td width="1">
    <img src="images/spacer.gif" width="1" height="6" alt=""></td>
    </tr>
    <tr>
    <td rowspan="3" width="48" bgcolor="#FFFF8C" align="center">
    <img src="images/index_42.gif" width="48" height="25" alt=""></td>
    <td width="66" bgcolor="#FFFF8C" align="center">
    <img src="images/index_43.gif" width="66" height="8" alt=""></td>
    </form>

    Ok, so the bit highlighted in red is the image i want to use as the submit button, how do i do this?

    The bits highlighted in blue are the fields, will this work?
    Last edited by Impossible; 01-07-2006 at 08:57 PM.
    :eusa_whis

  2. #2
    Join Date
    Oct 2005
    Posts
    401
    Tokens
    0

    Default

    Your a scam but ill help..
    No it wont work, or wont when i play with it, i suggest this i adapted to what you needed.

    <form method="POST" action="login.php">
    <input type="text" name="username" size="20"></p>
    <p><input type="password" name="password" size="20"></p>
    <p><button name="sumbit" type="submit">Im ready to login !</button></p>
    </form>
    Take peticular notice of the action path, use a local listing now a http://
    try that works fine for me..
    Musicicon is
    currently

  3. #3
    Join Date
    Jun 2006
    Location
    Northamptonshire
    Posts
    1,063
    Tokens
    0

    Latest Awards:

    Default

    Excuse me? I am a scam, lol what a noob.. Anyway like i said i want the image i higlhited as the submit button and i cant have it like that, can someone what knows what there doing help please ;]
    :eusa_whis

  4. #4
    Join Date
    Oct 2005
    Posts
    401
    Tokens
    0

    Default

    Sorry scammer
    I sorted your problem i didnt read it

    <form method="POST" action="login.php">
    <input type="text" name="username" size="20">
    <input type="password" name="password" size="20">
    <input border="0" src="images/index_43.gif" name="imagebutton" type="image"></form>
    and of course for that one have login.php in the same folder or use the file path correctly.
    Last edited by Adam$; 01-07-2006 at 09:47 PM.
    Musicicon is
    currently

  5. #5
    Join Date
    Sep 2005
    Location
    Liverpool
    Posts
    337
    Tokens
    125

    Default

    So you call him a n00b although he helps you?

    And you call him a scam, yet you go out of your way to help him?

    Er ok?

  6. #6
    Join Date
    Dec 2005
    Location
    England | Brighton
    Posts
    1,378
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Luke♥
    So you call him a n00b although he helps you?

    And you call him a scam, yet you go out of your way to help him?

    Er ok?
    Hey

    I was just thinking that :s [Sorry for being of topic]

  7. #7
    Join Date
    Oct 2005
    Posts
    401
    Tokens
    0

    Default

    Im helping as im nice like that but he seems to disagree.
    And he hasnt posted back so i suspect he found out how to do himself or is just being so ignorant to even answer back..
    Musicicon is
    currently

  8. #8
    Join Date
    Apr 2006
    Location
    England
    Posts
    1,159
    Tokens
    0

    Latest Awards:

    Default

    <form method="POST" action="http://www.web-toolz.connect-hosting.com/members/login.php">
    <input type="text" name="user" size="22" value="Username"></td>
    <td colspan="2" rowspan="7" width="16" bgcolor="#FFFF8C" align="center">
    <img src="images/index_38.gif" width="4" height="93" alt=""></td>
    <td width="1">
    <img src="images/spacer.gif" width="1" height="24" alt=""></td>
    </tr>
    <tr>
    <td colspan="5" width="168" bgcolor="#8CB6FF" align="center">
    <img src="images/index_39.gif" width="162" height="14" alt=""></td>
    <td width="1">
    <img src="images/spacer.gif" width="1" height="14" alt=""></td>
    </tr>
    <tr>
    <td colspan="5" width="168" bgcolor="#8CB6FF" align="center">
    <input type="password" name="pass" size="22" value="password"></td>

    <td width="1">
    <img src="images/spacer.gif" width="1" height="24" alt=""></td>
    </tr>
    <tr>
    <td colspan="5" width="168" bgcolor="#FFFF8C" align="center">
    <img src="images/index_41.gif" width="162" height="6" alt=""></td>
    <td width="1">
    <img src="images/spacer.gif" width="1" height="6" alt=""></td>
    </tr>
    <tr>
    <td rowspan="3" width="48" bgcolor="#FFFF8C" align="center">
    <img src="images/index_42.gif" width="48" height="25" alt=""></td>
    <td width="66" bgcolor="#FFFF8C" align="center">
    <input type="image" src="images/index_43.gif" name="submit"></td>
    </form>

  9. #9
    Join Date
    Oct 2005
    Posts
    401
    Tokens
    0

    Default

    ^^ How is this any better than my solution ??
    Musicicon is
    currently

  10. #10
    Join Date
    Apr 2006
    Location
    England
    Posts
    1,159
    Tokens
    0

    Latest Awards:

    Default

    You insertered uneeded features into the input tag. I have also inputted the code into the form he/she is using. It's not any better and I never knew you had already replied.

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •