function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
4u4u 

displaying fields in header

<apex:pageBlockSection title="{!c.Name} {!c.Type_Name__c} {!c.Hours__c} {!c.Custom__c} {!c.Fl__c} {!c.Out__c} {!theopportunity.Original_Product_Type__c} {!theopportunity.Original_Aircraft_Type__c} {!theopportunity.Original_Hours__c} "
columns="1" rendered="{!CONTAINS(theRequest.Type__c,'Car')}">

 

 

I want the above merge fields to be displayed in two lines 

 

{!c.Name} {!c.Type_Name__c} {!c.Hours__c} {!c.Custom__c} {!c.Fl__c} {!c.Out__c} in one line and 

 

{!theopportunity.Original_Product_Type__c} {!theopportunity.Original_Aircraft_Type__c} {!theopportunity.Original_Hours__c} in another line 

 

 

can any one help me in this ?? is it possible 

Nantha_WipNantha_Wip
As per my knowledge this is not possible.