Activity › Forums › Salesforce® Discussions › How can we use Page Block Section In Visualforce Pages In Salesforce Lightning Experience ? Tagged: Lightning Experience, Pageblocksection, Salesforce Lightning, Salesforce Visualforce Page Salesforce® Discussions How can we use Page Block Section In Visualforce Pages In Salesforce Lightning Experience ? Posted by sushant on December 5, 2016 at 12:29 PM Page Block Section In VF Pages In Lightning Experience shariq replied 8 years, 10 months ago 3 Members · 3 Replies Lightning ExperiencePageblocksectionSalesforce LightningSalesforce Visualforce Page 3 Replies Satyakam Member December 6, 2016 at 7:21 AM Hi sushant, You can use <apex:pageBlockSecton> in visualforce page in classis but this tag is not supported in lightning. you may switch to Lightning Experience from classis. Ex- <apex:page standardController=”Account”> <apex:form> <apex:pageBlock> <apex:pageBlockSection> ……………………… code here …………………….. </apex::pageBlockSection> </apex:pageBlock> </apex:form> </apex:page> You have to follow above steps to get your page block section. Thanks [adinserter block='9'] sushant Member December 8, 2016 at 11:22 AM Thanks Satyakam shariq Member July 11, 2017 at 9:38 AM Hi Sushant, Visualforce Tags are not supported in Salesforce Lightning. You can understand pageBlockSection here This reply was modified 8 years, 10 months ago by shariq. This reply was modified 8 years, 10 months ago by shariq. Log In to reply. Public All Members My Connections Only Me PublicAll MembersMy ConnectionsOnly Me Public All Members My Connections Only Me