Forums
This topic is locked
buttons
Posted 04 Aug 2002 01:08:42
1
has voted
04 Aug 2002 01:08:42 ian edwards posted:
When you produce a form in DW there are tow buttons Submit and reset is there anyway that fireworks buttons can be substituted for these and have the same actions?Thanks
Ian
Replies
Replied 04 Aug 2002 02:02:26
04 Aug 2002 02:02:26 Dave Thomas replied:
Yes,
Create your button in Fireworks or whatever graphic prog u use.
Then when you want to use it in your form, add it as an image field, and open up code view and add "value="submit" for a send/go button
so <b>input type="image" border="0" name="imageField" src="yourbutton.gif" width="40" height="16"</b>
becomes <b>input type="image" border="0" name="imageField" src="yourbutton.gif" width="40" height="16" value="submit"</b>
easy as that <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
"Get the kettle on, time for a brew"
Create your button in Fireworks or whatever graphic prog u use.
Then when you want to use it in your form, add it as an image field, and open up code view and add "value="submit" for a send/go button
so <b>input type="image" border="0" name="imageField" src="yourbutton.gif" width="40" height="16"</b>
becomes <b>input type="image" border="0" name="imageField" src="yourbutton.gif" width="40" height="16" value="submit"</b>
easy as that <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>
"Get the kettle on, time for a brew"