Button text not changing
-
I can’t get the text in my button to change, no matter what text I put in, the button will always display “Submit Query” in Firefox and IE, and will always display “Submit” in Safari and Chrome. (tested on PC and Mac)
I have edited the code on my button to customise it’s style (background colour, font size, font alignment, button width etc.):
<p align="center"> <input type="submit" style="width:100%;text-align:center;font-size:15px;background-color:#4f9be6;border-width:0px;" "value="submit" /> </p>
I have been changing the text where it says “value=”submit”” but nothing seems to change. Am I doing something wrong? Are my customisations the cause?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Button text not changing’ is closed to new replies.