Can I format the submit button?

  • Thread starter Thread starter Pat B
  • Start date Start date
P

Pat B

The typical submit button doesn't seem to have any
formatting properties, nor does the advanced button. Is
there a way to replace the submit button with an image, or
at least change its color. Thanks!

Pat
 
If you want it to appear the same in most browser, use a image.

Switch to HTML View and replace your current submit tag based on the
following example:

<input type="image" src="images/pages/go-button.gif" name="Go" border="0">



--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
You can also change the colour by double clicking the
button; click style go to borders and add shading to the
background colour. You won't see it in preview only in
browser. (good to know you can change the image too as the
other poster instructed - hate those buttons)
 
If you use styles to change the color, not all users will see it, so a image
is best.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Back
Top