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
john Saavedrajohn Saavedra 

Hello im trying to add style to my apex column

Hi i'm trying to add a style to center my page column in the middle as shown in the image below 

User-added image
Best Answer chosen by john Saavedra
john Saavedrajohn Saavedra
ok i got it resolve 

                <apex:column HeaderValue="Id Cuenta Maestra" headerClass="ct" style="text-align:center"   value="{!fac.IdCm__c}"></apex:column> 
style text align center my text