Here let me give it another shot
A) $post[avatar] doesn't work because your table isn't correct
find:
PHP Code:
</table>
</tr>
<tr>
<td width="100%">
replace with:
PHP Code:
</table>
</td>
</tr>
<tr>
<td width="100%">
see if that fixes that part
B) thats the toughest one there is in my opinion and the best thing i can say is learn some css style sheets or just stick with having those lines there...
C) Instead of using the div tags just since the regular font tags...
(don't use glow but this should work)
<font style="filter:glow(color=red, strength=4)">
D) find this coding:
PHP Code:
<p>$post[editedby]</p>
after it add:
PHP Code:
</td></tr></table>
<table cellpadding="0" cellspacing="0" border="0" border="0" width="100%" valign="bottom"><tr><td width="100%">
not sure if that'll work but i just put the code together now
E) thats good to hear
g-force2k2