The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
adding div contrainer
Hello,
i want to add a div container around the body content of every vbulletin page, anyone got an idea how to do that ? standard vbulletin structur: HTML Code:
<body> <div class="above_body"></div> <div class="body_wrapper"></div> <div class="below_body"></div> </body> I want it to be like that: HTML Code:
<body> <div class="my_new_div_container"> <div class="above_body"></div> <div class="body_wrapper"></div> <div class="below_body"></div> </div> </body> cheers |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|