Replacing theme type header w/ image in CSS?
-
Hello all,
I’m new to CSS & not familiar w/ PHP so any advice would be greatly appreciated.
I’d like to replace my Sharpfolio theme type based header eventually with a image header – my header php posted below is where I assume I’d place the new code(?)
<div id=”wrapper”><div id=”header” class=”clear”>
<h1>“><?php bloginfo(‘name’); ?></h1>
<ul id=”navigation”>- “>< previous
- “>RSS Feed
<?php wp_list_pages(‘&title_li=’); ?>
<h2><?php bloginfo(‘description’); ?></h2>
</div>
Also where do I place the size parameters?
– As an example 800 x 260 pixelsthanks so much in advance – Johnny
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Replacing theme type header w/ image in CSS?’ is closed to new replies.