You need to sign in to do that
Don't have an account?

Set display size for text area in VF page
Please help fix my code for
<apex:inputfield value="{!Task.Description}" size="50" />
how do i control the size of the comments box input field or any text area in a visual force page
i have searched and searched...
Hi,
Can you try using an inputtextarea and setting the attributes "rows" and "cols"..... instead of using an inputfield..
Cheers!!
Edwin
All Answers
Hi,
Can you try using an inputtextarea and setting the attributes "rows" and "cols"..... instead of using an inputfield..
Cheers!!
Edwin