Quote:
Originally Posted by sphinx
looks good only problem I have is the widths,which I didn't get using the other version I have tried altering the widths but no luck,below is how it looks
|
It's because his template modification doesn't conform to the default hack tables in the SHOWTHREAD template.
His mod ends too many tables before the $replybox variable... which in turn takes away the spacer td's on both sides of the postbit.
There are 2 possible templates that could be causing your width problem.
1) the quick reply template
2) the showthread template
Quick Reply Template:
If this template starts off by:
</td></tr></table> in some fashion, get rid of it.
OR
Showthread Template:
If you have a couple of these:
</td></tr></table>
</td></tr></table> right before the $replybox variable, get rid of one of them.
Problem solved.
If you need further assistance, simple attach txt files of your Showthread template and Quick Reply template and I'll edit it for you