Forum Moderators: open
Here is the header code:
<div id="header">
<div id="logo"><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></div>
<?php bloginfo('description'); ?><p>
Here is the CSS: (for the blog title - not sure if this css rule will work for the "tagline - description")
#logo { padding:20px 50px 45px 1px; text-align:left; }
#logo a{ color:#FFFFFF; text-decoration:none; font-weight:bold; height:45px; font-size:30px; text-transform:uppercase;float:right}
#logo a:hover { }
Thanks in Advance!
1. You have a unique <title> for each page. usually that's what will get listed in the SEs.
2. Your site name and tag line are not wrapped in h1 and h2 tags.
That said, I often do use an image just to make sure and also because you can get an anti-aliased font.