Replacing the submit w/ a image requires adding a JavaScript to make that image button submit the form (or do anything)
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________
| Replace the submit button with an image -
| <input type="image" name="subbutton" src="images/button.gif" alt="">
|
| Or use CSS to style the buttons:
|
| <input type="submit" name="subbutton" style="border:none; color:blue;
| background:url('images/button.gif') width:25px;height:19px; value="submit">
|
| Change width and height to suit the button. The button should not have any
| wording, or set value="", and add wording to the button image.
| --
| Ron Symonds - Microsoft MVP (FrontPage)
| Reply only to group - emails will be deleted unread.
| FrontPage Support:
http://www.frontpagemvps.com/
|
| | >I am creating a DB access page and need several buttons that must submit
| > info to a CGI using a 'POST' FP2003, Win server 2003 with FP extensions
| >
| > If I use a standard form it works fine but the Submit button is ugly - I
| > would like to have a better looking / functioning button.
| >
| > or
| >
| > Add a 'POST' submit hyperlink to an interactive button
| >
| > Any way to do either of these?
| > Thanks
| > --
| > Dwight Crevelt
| > (e-mail address removed)
| >
| >
|
|