I have a submit button that I am trying to replace with an image
<input type="submit" value="Continue" />
I canβt change the HTML and canβt use JavaScript. I only have access to CSS.
Is it possible to remove the word "Continue" ( value attribute) only with CSS?
EDIT
I really was able to style the button with the image. Now I want to remove the "Continue" button. I did this by setting the text-indent value to a negative value that was suggested here a while ago, but has been removed. I wonder who posted it so that I could accept it as an answer.
source share