Quote:
Originally Posted by Codeman05
I'm also having the same problem as feujman and I've already tried Pete's fix with no luck. Here is the post bit code...any ideas?
PHP Code:
<!-- post #$post[postid] -->
<if condition="$show['spacer']">
<!-- 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>
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
<if condition="!$post['islastshown']"><!-- this is not the last post shown on the page --></if>
</if>
|
have you try the solution that he told me ?