PC Review Forums Newsgroups Microsoft Word Microsoft Frontpage submit button image

Reply

submit button image

 
Thread Tools Rate Thread
Old 03-01-2005, 01:29 AM   #1
=?Utf-8?B?YmlnYmVuMTI2OQ==?=
Guest
 
Posts: n/a
Default submit button image


how do you change the submit button image so i can have my own custom submit
button
  Reply With Quote
Old 03-01-2005, 02:12 AM   #2
Andrew Murray
Guest
 
Posts: n/a
Default Re: submit button image

To use an image for a submit button type the code below into the code view of
your page. Change "yourbutton.gif" to whatever image you want.

<input type="image" name="submit" src="images/yourbutton.gif">

However it only works for the submit button not the reset button - although there
are other methods using javascript to make an image/button and javascript code to
reset the form - that's a little more complicated.

Also, you can use styles to change the way the button looks (add a background
image for example) or change the borders,fonts colours, patterns etc and turn a
boring grey button in to some fancy creation!
To use the styles, just right click the button, and go to form field properties
then choose "Style".






"bigben1269" <bigben1269@discussions.microsoft.com> wrote in message
news:8292E88E-72FD-4820-B687-2C6CCFFB1F85@microsoft.com...
> how do you change the submit button image so i can have my own custom submit
> button



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off