hey i got a problem ...
I want to add the 3rd tab link to other website and when it is clicked it redirects me to the home page first tab. not 3rd tab.
here is a example of linking used in the website.
<li><a href="#tab1">HOME</a></li>
<li><a href="#tab2">About us</a></li>
<li><a href="#tab3">services</a></li>
and on other website I added
<li><a href="http://www.mywebsitename.com/#tab1">HOME</a></li>
<li><a href="http://www.mywebsitename.com/#tab2">About us</a></li>
<li><a href="http://www.mywebsitename.com/#tab3">services</a></li>
whereever you click you will go to homepage. Is there any solution for that please?