Fixing my Blue Black theme header.
-
I was messing with this theme and I screwed up the tabs that go at the top under the title and subtitle. I also cannot get the logo to go to the left of the the title. Any help would be appreciated. As I have never done this before except the last two days. I am only learning by searching. Below is my header html thingy.. Also, the site is ritesincutah.com
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml” <?php language_attributes(); ?>><head profile=”http://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” /><title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<!–[if IE 6]>
<link rel=”stylesheet” href=”<?php bloginfo(“template_directory”); ?>/hack.css” type=”text/css” />
<![endif]–>
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” /><?php wp_head(); ?>
</head>
<body>
<!–wrapper–>
<div id=”wrapper”>
<!–header–><div id=”header”>
<!–blog-title–><img src=”http://ritesincutah.com/wp-content/uploads/2011/02/Rites-Logo-Final11.bmp”HEIGHT=”90″ WIDTH=”90″/>
<div id=”blog-title”><h1>” title=”<?php bloginfo(‘description’); ?>”><?php bloginfo(‘name’); ?></h1><span><?php bloginfo(‘description’); ?></span></div><!–blog-title–>
<!–search–>
<?php include (TEMPLATEPATH . ‘/searchform.php’); ?>
</div><!–header-end–>
-
You did not specify a blog address or reason for posting when you created this topic.
This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.
If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.
If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.
This is an automated message.
- The topic ‘Fixing my Blue Black theme header.’ is closed to new replies.