Since all I know to do with php is cut and paste, I customized Kubrick's style.css by changing the header, body and footer images knowing this might give me problems later. Alas, I love the stats plugin (http://wordpress.org/extend/plugins/stats/) but being the control freak that I am, I'd really like to get rid of that annoying smiley that appears on the bottom of what was once my blog. I tried the suggestion on how to do this:
"don’t use display:none, try this code:
`img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}"
but if I don't use ‘display:none’ a bunch of horizontal bars show up and my images shift.
Is there any other way I can get rid of that smiley, besides not using the plugin?
Thanks in advance for your help.