It's pretty simple. First you need the image you want on your server. Then create a new bbcode.
Title: Kramer
BB Code Tag Name: kramer
Replacement:
Code:
<table cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td valign="bottom" style="margin: 0;padding: 0;border: 0;">
<img src="images/funny/Kramer.png">
</td>
<td align="left" valign="top" style="margin: 0;padding: 0;border: 0;">
<div style=" background-color:#ffffff;color: #000000; -moz-border-radius: 16px; -webkit-border-radius: 16px; border: 1px solid #FFFFFF; padding: 4px;font-size: 1em;"> {param} </div>
<div>
</td>
</tr>
</tbody>
</table>
Example:[ KRAMER][ /KRAMER] ( Without the spaces )
Add the images to this folder on your server, or a different one, just change it in the code,
images/funny/Kramer.png
Then whenever someone uses the kramer tags it will show up.