I modified spacer_open and spacer_closed, which seems to work fine. I assumed they are only used on the main pages and not anywhere else. Heres my implementation:
spacer_open:
Code:
<!-- open content container -->
<div id="alignment">
<div id="wrapper">
<div id="shadow_l">
<div id="shadow_r">
<div>
spacer_closed:
Code:
</div>
</div>
</div>
</div>
</div>
<!-- / close content container -->
Then I moved them in the header & footer templates to right at the top of header :
Code:
<!-- logo -->
<a name="top"></a>
$spacer_open
and the bottom of footer:
Code:
<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>
<div id="padbottom"></div>
$spacer_close
<!-- /content area table -->
This effectively wraps EVERYTHING in these divs...Everything seems to work fine so far....
Cheers
Bruce