Forum Moderators: not2easy
I have a form I'm styling which is a set height (28px) and I cannot override this.
Inside the input box is a value. The value shows text inside the input box. What I need is a way to style the value text so it aligns evenly with the input box. It is currently top left and I would like it middle left with some left padding.
The basic code is:
<input name="WebmasterWorld" type="text" value="Enter your article search here" />
Is there a way of styling just the value?