-
How to align 11 to 13th line in centre in mentioned code in Salesforce?
<apex:page controller="sample"> <apex:form > <apex:tabpanel> <apex:tab label="home" name="home" id="home"> <apex:pageBlock id="pg"> <apex:pageBlockSection rendered="{!batchStatusBool}"> <apex:actionStatus id="act" startText="Checking..." /> Batch Contact_Status is {!batchStatus} <br/><br/> Batch Total_Job_Items = {!batch1}<br/><br/> Batch Number_Of_Errors = {!batch2}<br/> <apex:outputText > </apex:outputText> <apex:actionPoller interval="5" action="{!checkBatchStatus}" enabled="{!pollerBool}" reRender="pg" status="act"/> </apex:pageBlockSection> <apex:pageBlockButtons location="bottom"> <apex:commandButton value="Call Account Update Batch" action="{!callAcctUpdateBatch}"/> </apex:pageBlockButtons> </apex:pageBlock> </apex:tab> </apex:tabpanel> </apex:form> </apex:page>
How to align 11 to 13th line in centre?
- This discussion was modified 4 years, 11 months ago by Deepak.
- This discussion was modified 4 years, 10 months ago by Forcetalks.
Log In to reply.
Popular Salesforce Blogs
A Beginners Guide to Salesforce Trailhead and Certification Paths
Salesforce is one of the most widely used customer relationship management (CRM) platforms in the world. Its popularity has led to a growing demand for…
How to Import CSV File To A Table In Salesforce?
There are many scenarios where we have CSV(comma separated values) which we want to process in our Visualforce pages so that further custom functionality can…
Top Considerations in Choosing the Right Salesforce Development Partner
Salesforce is the world’s leading and one of the most powerful CRM platforms that can redefine your digital journey, foster stronger brand loyalty and engagement,…
Popular Salesforce Videos
How to Create Custom Field in Lighting Experience | Salesforce
Fields you create on standard or custom objects are called custom fields. You can create a custom field on the Contact object to store your…
Pardot Marketing Automation Tools Overview Webinar
Are you looking to take your Salesforce Marketing Automation to the next level? Learn how to build successful lead nurturing campaigns that empower your sales team…
Salesforce Trailhead - Get Started with the Salesforce Mobile App
After watching this video you'll be able to: Identify the flavors of the Salesforce mobile app available to you. Log in to your Salesforce org…
Popular Salesforce Infographics
Salesforce Almanac
Salesforce is the number one CRM of the world and it has attained great popularity over the years. Its journey is worth seeing so here…
How to Select Best Salesforce Implementation Partner
Selecting a Salesforce Implementation Partner may be both challenging and straightforward at the same time, particularly if this is your first time searching for a…
10 Common Salesforce Mistakes—and How to Avoid Them
Salesforce integration is challenging if you don’t know exactly what you’re getting into. It’s an enormously valuable project, but diving into it without proper understanding…