To see how this looks:
http://tenttestforum.smfforfree.com/index.phpThis one works for smf version 1.0.
For version 1.1 go here:
Code for smf 1.1To do this you first decide if you want it centered , or to the left, or to the right.
Change the align tag in
blue below to reflect your choice.
You will need to figure out the width for the table that is going to hold the shoutbox in it.
Change it where I have it highlighted in
green.
If its not a very wide shoutbox you could try 20%.
The one at my test forum (link above) is set to 50.
Change that number until you get it as you like it.
Put YOUR shoutbox code in the area that is shown in
red below.
You can put this in either your header or footer.
It will match your theme.
<table border="0" width="
50%" cellspacing="1" cellpadding="4" class="bordercolor" align="
center">
<tr>
<td class="catbg" colspan="2">Shoutbox</td>
</tr>
<br>
<tr>
<td class="windowbg2">
<table width="100%" border="0">
Put Your Shoutbox code here </table>
</tr>