I know this may sound like a crazy request, but I just want to alter the output in the title tag so there is no space between the blog name and the title of the post. I have tried:
<title><?php bloginfo('name'); ?><?php wp_title(''); ?></title>
and although this removes the default &rquo; it leaves a space behind.
Is there any way of getting rid of this space? Thanks.