Just a note to say that the
Post Thank You row under posts did not have the same thin, dark border that we have around our posts. To fix this, I changed the first bit of the post_thanks_postbit_legacy template from
Quote:
<div style="padding:$stylevar[cellpadding]px 0px 0px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
|
to
Quote:
<div style="padding:$stylevar[cellpadding]px 0px 0px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
|
Which fixed it.