function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Bijoyeta BorahBijoyeta Borah 

How to resize the Rich Text Area ? I have already set the visible lines of the Rich Text Area to 10. But can you please find me a way to limit the visible lines as If the text message is long, it becomes cumbersome to move through the rest of the page.

NagendraNagendra (Salesforce Developers) 
Hi Borah,

sorry for this issue you are facing.

May I suggest you please check with below link from the stack exchange community with a similar discussion which might help you further. Please let us know if this helps.

Thanks,
Nagendra
SandhyaSandhya (Salesforce Developers) 
Hi,

You have to write custom visual force page to achieve this kind of functionality. Salesforce does not support to view excrete of data or visible only some selected lines.
You can create a custom field and populate the n (number of lines) lines from long text field by creating trigger.

https://salesforce.stackexchange.com/questions/88658/limit-the-visibility-of-number-of-lines-shown-in-text-long-area-fields
 
https://success.salesforce.com/ideaView?id=08730000000aZkIAAU
 
https://success.salesforce.com/answers?id=9063A000000lGC7QAM
 
Best Regards,
Sandhya