/scripts/smilies.inc.php

line 82: delete the
Code
 
at the end of this line to ensure the smileys wrap correctly in IE6.

You can also consider adding below $i++:
Code
		if ($i == 15) {
			$i=0;
			$graemlinlist .= "<br />";
		}

to insert a <br> every 15 graemlins. If you want to have full control over smileys-per-line.

Last edited by Kayjey; 02/11/2009 8:08 AM.