problem with HTML file?

Justin

New member
the following problem happens every time i write an HTML file.
Everything i write works fine as i expect it to, but every time i use a form, so at the end of it, when i give options of submit and reset- it doesnt show in the web page. it turns out that there is a problem with my ' " ' sign. meaning- i write: <input type="SUBMIT"...> but the submit box doesnt show on the web page. so i go 2 a random webpage that has a submit button on it (facebook log in page, for example), i go 2 the source of the page, i then copy the " sign and paste it on 2 my document and it works fine. how come it doesnt work 4 me when i make this- " sign by myself? how come i keep having 2 copy the " from a different web page? thanx
example of problematic code:
<form method="POST" action=......>
...
...
...
<input type="SUBMIT">

the problem: there is no submit box when i run this page.
so i correct the problem by copying the " from another website's source.
 
Back
Top