• BeckaS
  • NEWBIE
  • 25 Points
  • Member since 2007

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 1
    Replies

I uploaded a zipped folder as a Static Resource, and I am trying to reference an .htm file in there on my Visualforce page. It appear that my coding is formatted correctly, but my page is blank. Any thoughts on what I'm missing are greatly appreciated! This is my first stab at this...

 

<apex:page >
<apex:pageBlock >
  <apex:includeScript value="{!URLFOR($Resource.PricingTool, '/Portfolio Pricing/Portfolio Pricing.htm')}"/>
</apex:pageBlock>
</apex:page>