- There is also no cancel button on the insert or update pages to get back to the results page,
- The cursor does not change to pointer on the image buttons, and
- I am not sure if there is any way to do this, but it would be helpful if there was a way to set the HTML editor settings in the wizard.
I solved the button appearance issue from the previous reply by adding:
form.Sharp_Default input.formButton {
background-repeat: no-repeat;
background-position: center center;
cursor:pointer;
}
To the css