Quote:
Originally Posted by pete_brady
having the same problem here
frustrating.
|
ok
in your postbit template, replace $spacer_open with
PHP Code:
<!-- open content container -->
<if condition="$show['old_explorer']">
<table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]" align="center"><tr><td class="page" style="padding:0px 0px 0px 0px">
<else />
<div align="center">
<div class="page" style="width:$stylevar[outerdivwidth]; text-align:$stylevar[left]">
<div style="padding:0px 0px 0px 0px">
</if>
I don't know if modifying the $spacer_open template would have any knock-on effects elsewhere, so this just changes the div style padding to all zeroes instead of using the style values.
It's neither graceful nor elegant, but it works for me.