Hi Yuniar,
I'm working on a form, using the latest build of 2.0g. I am trying to replace the text style submit button with an image, and the old way of doing it (in view_functions.php) isn't working. So at the end of my CSS for that form, I put:
#saveForm{
background-image: url('/images/submit.gif');
border:0px
height:14px
width:84px
}
And what that does it put the image very distorted on top of a text style block. What am I leaving out? With the newer builds, what is the detailed procedure for make the submit button an image?
Thanks in advance
CS