• yy4u2rel82

    (@yy4u2rel82)


    So here’s my sample site.

    The title of the blog/tagline is set to pull in the header.php, but it won’t work. Any ideas why? I don’t know .css well enough to figure it out. The authors page doesn’t even show the template anywhere and s/he won’t return any emails.

    The title and tagline pull in fine for any other theme.

    I’m willing to send someone a userid/pw if they want to login and take a look? I don’t care if it’s hardcoded in or pulling from the .css file.. just trying to figure out how to do it.

    Header.php

    <div id="header">
    		<div id="logo">
    			<h1><a href="<?php echo get_option('home'); ?>"><?php bloginfo('name'); ?></a></h1>
    		</div>

    Style.css

    #header {
    	width: 963px;
    }
    #logo {
    	width: 236px;
    	height: 67px;
    	float: left;
    	text-indent: -99999px;
    	margin-top: 20px;
    	background: url(images/logo.gif) no-repeat;
    }
    #top {
    	height:45px;
             border-bottom:2px solid #0b0f1a;
             padding-top:40px;
    
    	}
    
    .wrapper {
    	margin: 0 auto;
    	font-size: 0.7em;
    	width: 600px;
    	}

Viewing 1 replies (of 1 total)
  • Thread Starter yy4u2rel82

    (@yy4u2rel82)

    What the heck?! I just realized that it’s a .gif. Why would they do that?!! I can create a gif to replace.. but what the heck?!

Viewing 1 replies (of 1 total)
  • The topic ‘My title and tagline won’t pull in’ is closed to new replies.