html form displays wrong.
-
I put this simple form code onto a page and got some crazy results.
<form> First name: <input type="text" name="firstname" /><br /> Last name: <input type="text" name="lastname" /> </form>
The results are:
1st line: First name:
2nd line: box for first name + Last name:
3rd line: box for last name.Any ideas why?
Bruce
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘html form displays wrong.’ is closed to new replies.