Header Image That Scrolls With Wrapper
-
I Want to Add a header images that will scroll with my wrapper. My Theme uses the following code in the header.php to apply a theme option. I just want an image. Can anyone show me how to change it?
</div> <div id="headerimg"> <?php if (is_front_page()) { ?> <h1><a>"><?php bloginfo('name'); ?></a></h1> <?php } else { ?> <a>"><?php bloginfo('name'); ?></a> <?php } ?></div> <div class="description"><?php bloginfo('description'); ?></div>
[Please post code or markup snippets between backticks or use the code button. As it stands, your posted code has been permanently damaged by the forum’s parser.]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Header Image That Scrolls With Wrapper’ is closed to new replies.