• I was messing with the header.php and was trying to get the logo to go to the left of the title. I screwed up how the tabs are. I will post the header code below. ritesincutah.com

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”http://www.w3.org/1999/xhtml&#8221; <?php language_attributes(); ?>>

    <head profile=”http://gmpg.org/xfn/11″&gt;
    <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&#8243; 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’); ?>
    <!–page-navigation–>
    <div id=”menu”>

      <li class=”page_item”>/”>HOME
      <?php wp_list_pages(‘sort_order=desc&title_li=&depth=1’); ?>

    </div><!–page-navigation–>

    </div><!–header-end–>

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Messed up the tabs at the top and cannot get the logo to go to the left.’ is closed to new replies.