I have a form with a textarea.
some formatting tag inserstion buttons - [B] button loads prompt window, enter text - click OK and we have <b>my text</b> entered into the textarea.
I have this working well using
<input type=button
and can style the button
but I would very much like to use images in place of the button. Trouble is <input type=image act the same as type=submit
Any suggestions?
thanks - arfa



Reply With Quote

Bookmarks