If you like your smilies below your message editing box, here's something else you might want to do. If you just move the smilies to below the edit box, the More link will still be left-aligned under the smilies. To center it, make the following change to the template
editor_smiliebox:
Find:
Code:
<td class="smallfont" colspan="$vboptions[smcolumns]">
Change to:
Code:
<td align="center" class="smallfont" colspan="$vboptions[smcolumns]">
Save it and you're done.