• Shailesh Bhirud 10
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hi,
   I have created an HTML Area component to Hide the side bar in home page.Now I am tyring to convert that into visualforce area component by coping code from HTML area to <apex:page>HTML</apex:page> tag.It's not working.Please see the below code from HTML component and tell me how to convert that into visualforce area effectively.

<script>document.getElementById("sidebarDiv").style.display='none';</script><style>.outer td.oRight {padding-left:0px;}.outer td.oRight {background-color:#FFFFFF;padding:0 ;}</style>