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

Page showing without sidebar and showheader
Hi All,
This is my code of VF page where i have already set sidebar and showheader still its not showing both the things and only showing data on blank page which is not looking fine.please suggest how can i solve this issue
This is my code of VF page where i have already set sidebar and showheader still its not showing both the things and only showing data on blank page which is not looking fine.please suggest how can i solve this issue
<apex:page standardController="Account" sidebar="true" tabStyle="Account" showHeader="true" extensions="WithContactButtonController"> <apex:form > <c:HierarchyTree currId="{!Account.id}" /> <input type="button" value="Back to Account" onclick="window.history.back()" /> <b><apex:commandLink action="{!doSomething1}" target="_top" value="IncludeContact" id="theButton"/></b>
after deleting the tags its not working.