There is a site that would like me to put their logo on to my blog. How do I get the html code for the logo so it links to their page?
Making an image a link:
<p><a href="URL path to external link" title="Mouseover Description"><img style="width: XXpx; height: YYpx; border: 0;" src="Path to image" alt="Text Description"></a></p>
You can change the "p" tags to div tags and style as needed.
Right-click the logo and select View Image from Context Menu to get the URL of the image.
Ron