Quote Originally Posted by DrByte View Post
The fastest way to do it without changing any PHP would be to add this to your stylesheet:
Code:
input[name='keyword'] {width: 250px;}
Thank you Dr. Byte!!

I didn't realize that a CSS control would be the answer.

I understand now that even in PHP, screen output is probably going to be formatted with CSS, and not anything in the PHP file itself.

Again, thank you....