For posterity the answer was to add the below code to my stylesheet.
‘.item_class img.wp-smiley, #blog_comm img.wp-smiley, div#blog entry img.wp-smiley { float: none; }’
So I should enter this code into the stylesheet?
.item_class wp-smiley, #wp-smiley{
float: none;
}