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
chandu kumarchandu kumar 

Hi, if i want to create 3 pages with header and footer in visualforce,is it possible?if possible how could i?

Best Answer chosen by chandu kumar
R Z KhanR Z Khan
you create a number of visualfroce pages. when you say 3, do you mean they are connected to one another?

You can use regular HTML tags to make header and footer. 
If you wanted to remove the standard saleforce header then do as following
apex:page showHeader=false