Posted by scripts.contact on 05/29/07 16:30
On May 29, 10:19 am, Akhenaten <jonko...@gmail.com> wrote:
> I'm working with limited space in a particular table cell, what's the
> best way to create an input text box that is a bit smaller than the
> standard <input type=text> ?
<input type="text" size=width_in_characters >
e.g.-
<input type="text" size=10 >
OR
<input type="text" style="width:Width" >
e.g.-
<input type="text" style="width:10em">
[Back to original message]
|