• insalesforce
  • NEWBIE
  • 0 Points
  • Member since 2018

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

Hi,

 

I am struggling with what I guess should be simple - please help!

 

I want to add the colored bar (with the icon on it) to a VF page, and ideally inherit the color and icon from another tab.  Easy??

 

In the simplest form here is what I am doing - but whatever I try I can't get the bar with icon to appear (the colors are inherited but the bar is not there).

 

Am I missing something?  Is there an <apex> tag to use etc?

 

<apex:page standardController="Contact" showheader="true" tabStyle="Opportunity" > <!-- Begin Default Content REMOVE THIS --> <h1>Congratulations</h1> This is your new Page: tabstyle_test <!-- End Default Content REMOVE THIS --> </apex:page>

 

 

Thanks

Demi

  • November 13, 2009
  • Like
  • 0