My Blog Title won’t pull. Argh!!!
-
So here’s my sample site.
The title of the blog 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.
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)
Viewing 1 replies (of 1 total)
- The topic ‘My Blog Title won’t pull. Argh!!!’ is closed to new replies.