Hey guys,
Got a quick question for you. If I have an text input field for a search engine and I want the font to be larger, how would I do this? Right now changing the size attribute only changes the length of the field. Here is my code right now:
<input size='36' type="text" name="find" />
What would I have to add in here to make the text bigger? Thanks