Forum Replies Created

Viewing 31 replies (of 31 total)
  • The Letterhead and Black Letterhead themes are based on Kubrick. You can disect Kubrick to get same effect with header image. Edit the ‘header.php’ file and place image tags there. Your header image must be less than width of 740px and height 192px.

    1. Edit ‘header.php’

    Add the following codes bold between……


    <?php wp_get_archives('type=monthly&format=link'); ?>


    <style type="text/css" media="screen">
    /* BEGIN IMAGE CSS */
    #header { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/yourimage.jpg") no-repeat bottom center; }
    #header { margin: 0 !important; margin: 0 0 0 1px; padding: 1px; height: 198px; width: 758px; }
    #headerimg { margin: 7px 9px 0; height: 192px; width: 740px; }
    /* END IMAGE CSS */
    /*
    #headerimg { background: url('<?php bloginfo('stylesheet_directory'); ?>/images/yourpersonalheader.jpg') no-repeat top;}
    */
    </style>

    <?php wp_head(); ?>

    </head>
    <body>

    <div id="page">
    <div id="header">
    <div id="headerimg">
    <h1>"><?php bloginfo('name'); ?></h1>
    <div class="description"><?php bloginfo('description'); ?></div>
    </div>
    </div>
    <img src="images/line.gif" width="433" height="1" alt="" />

Viewing 31 replies (of 31 total)