Hello,
In the code below, I am using an image (images/newlogo.PNG) for a logo. I am trying to add the same logo to a Wordpress blog, but Wordpress can't seem to find the logo. Any idea where I should put the image so that Wordpress can find it?
Thanks in advance,
John
<div class="newlogo">
<a href="index.php">
<img src="images/newlogo.PNG" alt="Books" border="0"/>
</a>
</div>