BobbyBig
08-20-2010, 01:17 AM
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:
<body>
<div class="above_body"></div>
<div class="body_wrapper"></div>
<div class="below_body"></div>
</body>
I want it to be like that:
<body>
<div class="my_new_div_container">
<div class="above_body"></div>
<div class="body_wrapper"></div>
<div class="below_body"></div>
</div>
</body>
help is very appreciated :)
cheers
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:
<body>
<div class="above_body"></div>
<div class="body_wrapper"></div>
<div class="below_body"></div>
</body>
I want it to be like that:
<body>
<div class="my_new_div_container">
<div class="above_body"></div>
<div class="body_wrapper"></div>
<div class="below_body"></div>
</div>
</body>
help is very appreciated :)
cheers