• kimdofa

    (@kimdofa)


    this is my blog http://gomgom.net/wordpress

    here is my header.php

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    <head profile="http://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <title><?php wp_title(); ?> <?php bloginfo('name'); ?></title>
    
    	<meta name="generator" content="WordPress.com" />
    
    	<style type="text/css" media="screen">
    		@import url( <?php bloginfo('stylesheet_url'); ?> );
    	</style>
    
    	<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
    	<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    
    	<?php if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); wp_head(); ?>
    
    </head>
    
    <body>
    <div id="wrapper">
    <div id="gototop">
    <a href=#>↑TOP</a>
    </div>
    		<div id="content">
    
    <div id="hode">
    <h4><a href="<?php echo get_settings('home'); ?>"><img src="http://gomgom.net/wordpress/wp-content/themes/fjords/imagenes_qwilm/blank.png" /></a></h4>
    </div>
    <div id="top-menu">
    <ul class="menu">
     <li class="<?php if ( (is_home() && !is_paged()) or is_archive() or is_single() or is_paged() or is_search() ) { ?>current_page_item<?php } else { ?>page_item<?php } ?>"><a href="<?php bloginfo('home'); ?>" title="Go To Blog Home">Home</a></li>
     <?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
    </ul>
    </div>

    i did put <h4><a href="<?php echo get_settings('home'); ?>"><img src="http://gomgom.net/wordpress/wp-content/themes/fjords/imagenes_qwilm/blank.png" /></a></h4> to this header.php

    but in my blog, i cannot click blank.png!!
    It was possible before, bur it became impossible
    when I changed my header background image.

    Help me!

    ps. if possible, I want to put blank.png to uper side of sidebars, too

Viewing 1 replies (of 1 total)
  • Thread Starter kimdofa

    (@kimdofa)

    ㅡi make my theme back to default
    and i just changed default picture to new picture.

Viewing 1 replies (of 1 total)

The topic ‘[question!] header css problem’ is closed to new replies.