Jump to content

Structure of form


Lucy

Recommended Posts

Can I not use the clear property with form input fields and labels? It doesn't seem to work at all, except for the submit button. Is this simply something that isn't supposed to work? It's driving me mad...

Link to comment
Share on other sites

Let's see what you actually have. Please post your relevant code. don't forget the code tags.

Link to comment
Share on other sites

Do you mean the reset button?

<form action="mypage.php"><input type="text" name="text1" placeholder="Enter text1"/><input type="submit" value="Submit"/><input type="reset" value="Reset"/></form>
Link to comment
Share on other sites

I believe, as Dave has said, that you mean the reset button, which you can insert by placing

<input type="reset" value="Reset Form"/>

Unless you mean the css clear which I think is completely off the beaten track :P

 

Hope this helps.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...