At the moment the script on your page doesn't run for me, since the reference to the .js file is broken:
Code:
<script type="text/javascript" src="javascript/ddtabmenu.js">
<script type="text/javascript">
ddtabmenu.definemenu("ddtabs3", 1)
</script>
You'll need to update the code in red above so it correctly points to where the .js file is on your server. As far as where the credit notice should go, it should be in between the script tags, ie:
Code:
<script type="text/javascript" src="ddtabmenufiles/ddtabmenu.js">
/***********************************************
* DD Tab Menu script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
Bookmarks