Footer right align in apex:pageBlockTable Salesforce
The CSS style float:right;, helps in Footer right align in apex:pageBlockTable. Sample Code: Visualforce page: <apex:page docType="html-5.0" controller="Sample"> <apex:form > <apex:pageBlock > <apex:pageBlockTable value="{!listAccount}" var="a"> ....