Page is a not externally linkable
basketmen - 11:59 pm on Jun 20, 2012 (gmt 0)
This is a normal submit form
<input type="submit" value="Click here">
i want to make the text 'Click here' to bigger size, any methode is ok.
i already tried using these below, but still not the right way
bold code <b>
<input type="submit" value="<b>Click here</b>">
or big code <big>
<input type="submit" value="<big>Click here</big>">
or h1 code <h1>
<input type="submit" value="<h1>Click here</h1>">