You need to sign in to do that
Don't have an account?

Column width for VF pagesection
Hello,
Can anyone help me fixing the column gap issue for "Related Account", "Save" button, "Related opportunities" and "Save" button in the attached image below.

Here`s the related code:
<apex:outputPanel id="testId">
<apex:pageBlockSection columns="4">
<apex:inputField value="{!objRideReport.Related_Accounts__c}" />
<apex:commandButton value="Save" action="{!addAccount}" reRender="testId,accTable"/>
<apex:inputField value="{!objRideReport.Related_Opportunities__c}" id="optyId" />
<apex:commandButton value="Save" action="{!addOpportunity}" reRender="testId,optyTable"/>
</apex:pageBlockSection>
</apex:outputPanel>
Thank you!
Sumanth
Can anyone help me fixing the column gap issue for "Related Account", "Save" button, "Related opportunities" and "Save" button in the attached image below.
Here`s the related code:
<apex:outputPanel id="testId">
<apex:pageBlockSection columns="4">
<apex:inputField value="{!objRideReport.Related_Accounts__c}" />
<apex:commandButton value="Save" action="{!addAccount}" reRender="testId,accTable"/>
<apex:inputField value="{!objRideReport.Related_Opportunities__c}" id="optyId" />
<apex:commandButton value="Save" action="{!addOpportunity}" reRender="testId,optyTable"/>
</apex:pageBlockSection>
</apex:outputPanel>
Thank you!
Sumanth
Thanks