PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   How-to Forum (http://www.phpdig.net/forum/forumdisplay.php?f=33)
-   -   resizing the text form field... (http://www.phpdig.net/forum/showthread.php?t=195)

jive 11-04-2003 01:23 PM

resizing the text form field...
 
can somebody tell me how I can set the text field to any size that I want. The default size is too large for my page...

druesome 11-05-2003 11:44 AM

Right off the bat, open function_phpdig_form.php in the libs folder.

Go to line 47 or look for the line:

$result['form_field'] = "<input type='text' class='phpdiginputtext' name='query_string' size='24' .......


Change the number 24 between the quotes to any value you desire. Tell me if it works. Haven't tested it.

Rolandks 11-05-2003 12:33 PM

It works! I have tested and use it :D

5.) Size and Maxlength not in config.php (minor Feature)
http://www.phpdig.net/showthread.php?s=&threadid=58

-Roland-

jive 11-05-2003 03:05 PM

thanks, works like a charm.


All times are GMT -8. The time now is 12:40 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.