Sorry the HTML code in the previous post breaks, it should read:
——————-
When I look at the code in Firebug / Chrome Developer Tools, I realized the tab’s link is grabbing from the title directly like this:
For English – <a href="#our_goals">Our Goals</a>
For other langauges – <a href="#">FOREIGN LANGAUGE TITLE HERE</a>
I believe it is because of the foreign languages entered in wordpress page so it cannot generate the “href” in <a>
properly… causing the tab to break.
Does anyone have a solution for this? Any help would really be appreciated thanks!