Hi!
I've set the size of input boxes through a css using:
input { width: 80px; height: 19px; font-size : xx-small; }
But i'm trying to change the one of the input boxes to a larger size, how do i change the size for juat that one box.
<td width="10%"><input style="transparent" type="text" name="BrokerName" tabindex=""></td>
Also, the css code used for the above has also changed the size of the buttons, (how do i stop that from happening).
Thanks
Julie
I've set the size of input boxes through a css using:
input { width: 80px; height: 19px; font-size : xx-small; }
But i'm trying to change the one of the input boxes to a larger size, how do i change the size for juat that one box.
<td width="10%"><input style="transparent" type="text" name="BrokerName" tabindex=""></td>
Also, the css code used for the above has also changed the size of the buttons, (how do i stop that from happening).
Thanks
Julie