I want to parse a blank text input.
Code: <input type='text' value='' />
But the problem is, it's not possible as far as I know. The rationale is this is to tell the user at the resulting html page that the text input is blank:
Output: ---no input----
If I placed spaces on the value...