ArnoldGoodway, thank you! However, I don’t understand how to change it.
Here are the first 3 lines of my header:
<title><?php wp_title('«', true, 'right'); ?><?php bloginfo('name'); ?></title>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" />
So what do I change to make my browser title say something different?
Thanks!