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
lapaullapaul 

Is there a way to center an inputField

Hi,

Is there a way to center an inputField? The following code is left aligned by default. I want to position

the field in the center. Your help is appreciated.

 

<apex:inputField value="{!Time_Tracking__c.Description__c}" style="width: 300px" />

Thanks,

Paul

 

srisomsrisom
I just put <center> tags around one of mine and it centred ok.  Suspect it depends where it is though.
lapaullapaul

Thanks for your reply.

could you send me some sample code on how to do this.

 

thanks