Re: How do I create a search form with BL?

"Tomislav Grabic" <[email protected]> Thu, 29 May 2003 13:20:29 +0200
Newsgroups gmane.comp.cms.xaraya.knowledge-base
Organization Xaraya News Server
Message-ID <[email protected]>
Chris Dudley wrote:
> On Wed, 28 May 2003 17:14:45 +0200, Tomislav Grabic wrote:
>> J. Cox wrote:
>>> <form action="index.php">
>>>  <input type="hidden" name="module" id="module" value="search" />
>>>  <a
>>>
>>
href="#xarModUrl('search','user','main')#"><xar:mlstring>Search</xar:ml
>> strin
>>> g></a>
>>>  <input type="text" name="q" id="q" size="15" align="middle" />
>>> </form>
>>
>> hmm, it´s totally ripping apart a layout I created today. The size
>> (15) doesn´t apply to height...?
>
> The size applies to how big an input box youd like. 15 = a field 15
> chars wide.
> It is the appearance of the field - not a restriction on how many
> characters you can type into the field.

Is there an elegant way to restrict the field to decide how much
vertical space the field uses up? It looks like the textarea needs
above and below about the same number of pixels as for the actual
height.
bye

Tomi