Embed the image into your website. To the side or below the picture, enter the author's name using one of the following formatting examples: "Photo Credit: Anderson" or "Photo by Anderson."
Create a link for the photographer's website and either show the website directly beneath the author's name using the prefix "http://" or make the photo attribution a link that takes the reader to the photographer's page.
Make the photo linkable so that clicking the image takes you to the new website. To do this, use the following HTML code:
<a href="http://www.photographers_website" target="_blank">
<img src="http://www.image_location" width="368" height="247" border="2" style="border:2px solid black;" alt="Photo by Photographer" />
</a>
Take care to make the width and height the actual width and height of the image. Replace "http://www.photographers_website" with the photographer's website link. For the image location, enter the location of the image as it relates to your web server.