I want to create multiple images that are buttons using html...
<BUTTON TYPE=SUBMIT>
<IMG SRC="URL">
</BUTTON>
...and I want to create a box with a width of 200px that when you click the button will display a particular text.
Ex) A picture of a phone that when clicked displays a phone number in the 200px text box below it.
I want to click on an image and have it display text in a text box.
Without using JavaScript
<BUTTON TYPE=SUBMIT>
<IMG SRC="URL">
</BUTTON>
...and I want to create a box with a width of 200px that when you click the button will display a particular text.
Ex) A picture of a phone that when clicked displays a phone number in the 200px text box below it.
I want to click on an image and have it display text in a text box.
Without using JavaScript