From: Matthew M. <ma...@tu...> - 2003-07-04 17:56:12
|
> $form->add("whatever", "text", "something something"); > $form->setWidth("whatever", 100); > $form->setHeight("whatever", 100); That should have read: > $form->add("whatever", "textarea", "something something"); You can add width and height to a text field, though the height variable is kind of useless. Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 phpwebsite.appstate.edu ess.appstate.edu |