Section 2 - Basics Section 4 - Advanced Forms How forms are sent Input field Buttons Input types Fieldset For more help... You try it Advanced Tables Frames Style Sheets Image Maps Section 5 - Publishing Section 6 - Extras Appendices |
Images: At any point in between the <form> and </form> tags, you can put pictures. The same rules apply to these pictures as any other pictures in a web document. There is one more thing you can do with pictures though, and it's pretty nifty. You can make your "submit" button an image. Instead of the <input type="submit"> tag, you'll make a different type of input tag. It looks like this:
You can click on the picture above. It won't do much, but that's a picture input. |