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
Naresh Krishna.ax1176Naresh Krishna.ax1176 

How to use css word-wrap with certificate ?

Hi All,

 

I need to show the certificate value in specfic width but couldn't able to word-wrap the text.

Code used:

 

<apex:outputPanel layout="block" style="width: 750px; word-wrap: break-word;">

{!certInfo}
</apex:outputPanel>

 

Could any one please help me with this.

 

Thanks.

Naresh Krishna.ax1176Naresh Krishna.ax1176

can anyone help me with this?

 

Thanks.