Hi!
Anyone know how to change the font size of text within a select box,
here's my code:
<td>
<font face="Verdana, Arial, Helvetica, sans-serif" size="1">
title
<select name="title"/>
<option value="Mr">Mr</option>
<option value="Mrs">Mrs</option>
<option value="Miss">Miss</option>
</select>
</font>
</td>
The text "title" is smaller than the text in the select box, the
browser i am using to view the page is IE for Mac.
|