how to put an image between menu and the content
-
hello i’m a begginner and i want to put a header image between the top main menu and content page like on pressrow theme or cutline theme. where and what code i should insert to have an image of 800 x 50 pixels. Here is the code of my header.php .
could you also tell what i should insert for CSS page after sorting out the header page. Please help. Thank you very much!
<ul id="menu"> <li><a href="#" alt="home" class="home">Anasayfa<span></span></a></li> <li><a href="#" class="about">about<span></span></a></li> <li><a href="#" class="archive">archive<span></span></a></li> <li><a href="#" class="sitemap">site map<span></span></a></li> <li><a href="#" class="contact">contact<span></span></a></li> <?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?> </ul> </div> </div> <!-- #header --> <hr /> <?php /* K2 Hook */ do_action('template_before_content'); ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘how to put an image between menu and the content’ is closed to new replies.