Inserting an image into the header.
-
Hi,
I have discovered a interesting thing with WP where when I try to insert an image via an image tag:
—
<div id=”header”>
<div id=”headerimg”>
<h1><img src=”images/websiteLogo.gif” />“><?php bloginfo(‘name’); ?></h1>
<div class=”description”><?php bloginfo(‘description’); ?></div>
</div>
</div>—
The image does not appear? The path information is correct so I am wondering what’s going on?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Inserting an image into the header.’ is closed to new replies.