The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Adding content to each tab
How do I add contents (as in regular post/links...) to each tab?
Code:
<body> <div class="tabBox" style="clear:both;"> <div class="tabArea"> <a class="tab" href="Tab1.html" target="tabIframe2">Tab1</a> <a class="tab" href="Tab2.html" target="tabIframe2">Tab2</a> <a class="tab" href="Tab3.html" target="tabIframe2">Tab3</a> <a class="tab" href="Tab4.html" target="tabIframe2">Tab4</a> <a class="tab" href="Tab5.html" target="tabIframe2">Tab5</a> </div> <div class="tabMain"> <div class="tabIframeWrapper"><iframe class="tabContent" name="tabIframe2" src="action.html" marginheight="8" marginwidth="8" frameborder="0"></iframe></div> </div> </div> </body> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|