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

Chris Dudley <[email protected]> Wed, 28 May 2003 16:49:11 +0100
Newsgroups gmane.comp.cms.xaraya.knowledge-base
Organization Xaraya News Server
Message-ID <[email protected]>
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.

miko