• Resolved erwt

    (@erwt)


    Hi all,
    I purchased a template and am having some problems with the header. I didn’t manage to solve this looking at other topics. Basically, the ‘home’ link is a textlink and I just want someone to go ‘home’ when hitting the image. The image is set as a background picture. Is it still possible to make that a link and most importantly: how? Grtz

    <body>
    <div align=”left” style=”width:100%; height:100% “>
    <div class=”header_bg”>
    <div class=”co_name”><?php bloginfo(‘description’); ?><br style=”line-height:0.01em”/>
    <h1>/”><?php bloginfo(‘name’); ?></h1></div>
    </div>
    <div class=”table”>
    <div class=”table_row”>
    <div class=”left”>
    <div class=”menu”><img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/spacer.gif” alt=”” align=”right” style=”width:100%; height:1px; margin:0px; padding:0px;”/><br/>

      <?php wp_list_pages(‘title_li=’); ?>

    </div>
    <div align=”left” style=”width:100%; height:100% “>
    <div class=”header_bg”>
    <div class=”co_name”><?php bloginfo(‘description’); ?><br style=”line-height:0.01em”/>
    <h1>/”><?php bloginfo(‘name’); ?></h1></div>
    </div>
    <div class=”table”>
    <div class=”table_row”>
    <div class=”left”>
    <div class=”menu”><img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/spacer.gif” alt=”” align=”right” style=”width:100%; height:1px; margin:0px; padding:0px;”/><br/>

      <?php wp_list_pages(‘title_li=’); ?>

    </div>

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header problem’ is closed to new replies.