Image/logo above header
-
Dear all,
Please check my site: https://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=”https://www.nickwillems.com/httpdocs/wordpress/wp-content/themes/sliding-door/img/logo.gif”><body>
<div id=”wrapper”>
Unfortunately this doesn’t work.. Could somebody help?
Thanks,
Nick
- The topic ‘Image/logo above header’ is closed to new replies.