Entropysearch Cgi Script Input Window Size

liunx

Guest
Can the form input box be resized? Is there a parameter that controls that which could be resized to better fit in the space I want to put it in?<!--content-->
You might look at the actual code for the box and customize it that way.<!--content-->
The width of the box can be altered by the size attribute:<br /><br /> <input type="text" name="query" value="" <!--coloro:red--><span style="color:red"><!--/coloro-->size="15"<!--colorc--></span><!--/colorc-->><!--content-->
 
Back
Top