How do I add a character into an input text field?

admin

Administrator
Staff member
I`m struggling here a little maybe somebody can help me out. I`m try to add a character in a input text area?

Code:
<input name="VPAmount" type="text" value="" size="20">
gco1.png


I want it to look like this

gco2.png
 

un4saken

Administrator
Code:
 <input name="VPAmount" type="text" value="?" size="20">

Don't forget to set the char encoding to UTF-8