Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Overflow a textbox
How would i go about overflowing a textbox? like…
<form method="post"><br>
<input type="text" name="password" maxlength="15"><br><br>
<input type="submit" value="Submit"><br>
</form>
how would i input more than 15 chars? thanks a lot! :D
I did this for a Bebo page (since I like to post long comments) and while it works ok, clicking the Submit button brings me to the Bebo comment page with the text I entered as the text in the textarea so I have to click Submit again on the actual site to get it to send, not so much a problem as an inconvenience but is there a way around this.