Quote:
Originally Posted by Sharapova
Slight problem, I'm missing a tab now.
I figured that it was cause you didn't put the </li> at the end after it didn't work and still doesn't show. The Sports tab now shows the Dream Team Forums
|
ya, I forgot the </li> and the " after selected ... replace with this one
Code:
<ul id="ajaxTFH" class="shadetabs">
<li><a href="tabforumhome.php?tabcat[]=93&tabcat[]=97" rel="ajaxTFHcontentarea" class="selected">Dream Teams</a></li>
<li><a href="tabforumhome.php?tabcat[]=109" rel="ajaxTFHcontentarea">Sports</a></li>
<li><a href="tabforumhome.php?tabcat[]=4&tabcat[]=3" rel="ajaxTFHcontentarea">FFL Coach</a></li>
</ul>
<div id="ajaxTFHcontentarea" style="border:1px solid gray; width:100%; margin-bottom: 1em; padding: 10px">
</div>