How to insert a downloadable logo / image on media assets page

I have our logo inserted on a landing page for the media. If you click on the logo it takes you to another page where you can right click and “save as,” but my boss would prefer a download option more like what you get with a document or PDF.

Help appreciated. I’m out of ideas.

Sarah

If you drop a link to where you have this, I might be able to give you more specific guidance. Usually you can accomplish this by just adding a link to the file to download it. Since it’s an image, you’ll have to drop it in a zip folder so it doesn’t open in a new browser window.

Here’s an example:

<a href=“link-to-image.zip” target=“_blank”><img src=“image.png” alt=“never forget the alt”></a>

In fact, you can see it in action on our branding page here: Tribute Media Brand Guidelines

Thank you. I hadn’t put it in a zip file. I’ll try that.

sarah