PDA

View Full Version : html input type=text height



dophinsluv
08-19-2007, 10:55 AM
No matter how I modify this the input text cell appears to be about 50% of the total cell height.

Any ideas?



<tr><td style=\"text-align: right;
font-size: 28%; font-weight: bold\">Username</td>
<td><input type='$type' height=10 vspace=0 hspace=0 name='username'
value=''
size='10'
maxsize='10'>
</td></tr>

dophinsluv
08-20-2007, 10:19 AM
Here is the answer to my own question.

Previous to the code referenced above I use the following heading tag:

<h1 align="left">

It turns out that this tag varies the spacing of the text input box but does not vary the size of the text input box itself.