-
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 5 years, 2 months ago by
Deepak.
-
This discussion was modified 5 years, 1 month ago by
Forcetalks.
-
This discussion was modified 5 years, 2 months ago by
Log In to reply.
Popular Salesforce Blogs

4 Tips on How Salesforce Professionals Can Improve Their Communication Skills
There’s a reason “Communication is key” is such a popular saying. Effective communication is an important soft skill in the workplace and is the key…

Implementing WebMerge for Salesforce Using Apex
Webmerge is used to Customize and Automate Your Document Generation. It is an online service that self-operating your document creation process. It helps to create…

The significance of Salesforce and Facebook Integration
Facebook is a leading social networking app in today’s market scenario for doing tasks like share updates, photos or videos with friends and community. Salesforce…
Popular Salesforce Videos
Salesforce Multi-factor Authentication/Two-factor Authentication End User Training Video
Watch this video to learn all about Salesforce Multi-factor Authentication/Two-factor Authentication. This is a training video. Watch and learn.
Can a Housewife Make Career in Salesforce?
Wondering if a Housewife can make a career in Salesforce Join this user group for Salesforce job & career info and learn all you need…
TrailheaDX 2021: Salesforce's Parker Harris Explains How Low-code is Reshaping Software Development
Salesforce CTO and co-founder Parker Harris talk about TrailheaDX 2021 and how low-code is dramatically changing the process of business software development. Watch and learn.
Popular Salesforce Infographics

Salesforce vs. MS Dynamics 365 - Which is Best For You?
Two of the most popular options are Salesforce and MS Dynamics 365. And while every business has different priorities, there are some features, like user…

Salesforce vs. HubSpot: Which CRM is Best For Your Business?
Salesforce has highly customizable lead management and scoring, while HubSpot can get small businesses up and running quickly with lead generation via content marketing. HubSpot…

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…