I thought the first set of speech marks were for the URL of the image and the speech marks after ‘title’ should be the Alt text for the image, but it didn’t work:
<div id="logo">
<a href="<?php echo get_option('home'); ?>/"><img src="link to image" alt="https://getloadsmorecustomers.co.uk/wp-content/uploads/2009/07/getloadsmorecustomers.png" title="getloadsmorecustomers" /></a>
</div>
just resulted in the URL being there instead of the logo.
Please can someone give me the exact code?
The url for the image is:
https://getloadsmorecustomers.co.uk/wp-content/uploads/2009/07/getloadsmorecustomers.png
and the Alt text is:
getloadsmorecustomers
and the title is:
Get Loads More Customers
Thanks