Hmmm one glaring problem is the following:
Code:
<script type="text/javascript"><br/>//Start Tab Content script for UL with id="maintab"
Separate multiple ids each with a comma.<br/>initializetabcontent("maintab")<br/></script>
You have yet to initialize the script, and what you have inside the script tags should be commented out. Per the instructions on the DD demo page, the result should look something like:
Code:
<script type="text/javascript">
initializetabcontent("maintab")
</script>
Please read the instructions for the script again.
Bookmarks