• Dear all,

    Please check my site: http://www.nickwillems.com (it’s in Dutch and still under construction) I would like to add a small image/logo (logo.gif) above the (sliding)header. I’m a rookie, so it would be great if somebody could help me out.

    It should be simple, and I’ve searched on these WordPress forums, but I can’t get it right. This is what I have thus far:

    Stylesheet:

    #header {
    content: url(img/logo.gif);
    }

    #wrapper {
    width: 940px;
    margin: 0 auto;
    text-align: left;
    position: relative;

    ———————————————–

    Header.php:

    <script type=”text/javascript” src=”<?php echo $url; ?>/imagemenu/imageMenu.js”></script>

    </head>

    <div id=”header”>
    <img scr=”http://www.nickwillems.com/httpdocs/wordpress/wp-content/themes/sliding-door/img/logo.gif”&gt;

    <body>

    <div id=”wrapper”>

    Unfortunately this doesn’t work.. Could somebody help?

    Thanks,

    Nick

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image/logo above header’ is closed to new replies.