stas 02/04/13 02:51:43 Modified: tmpl/custom/html search Log: - reverting back to 12 chars search box, the layout in netscape goes kaboom if longer input is used Revision Changes Path 1.16 +2 -1 modperl-docs/tmpl/custom/html/search Index: search =================================================================== RCS file: /home/cvs/modperl-docs/tmpl/custom/html/search,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- search 8 Apr 2002 10:52:55 -0000 1.15 +++ search 13 Apr 2002 09:51:43 -0000 1.16 @@ -33,7 +33,8 @@ </tr> <tr> <td colspan="2" align="center"> - <input type="text" name="query" size="15" maxlength="200" value=""> + <!-- cannot more than 12 for NS to render properly! --> + <input type="text" name="query" size="12" maxlength="200" value=""> </td> </tr> <tr>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]