-
How to align pageBlockButtons left or right in a pageBlock?
How to align pageBlockButtons left or right or center in a pageBlock?
<apex:pageBlock id=”buttons”>
<apex:pageBlockButtons >
<apex:commandButton action=”{!doRedirect}” value=”clickToRedirect”/>
</apex:pageBlockButtons>
</apex:pageBlock>
Log In to reply.