PDF Xchange Icon

The PDF-XChange Viewer for End Users
+++ FREE +++

Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Paul - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange

daveoffice
User
Posts: 13
Joined: Tue Mar 18, 2008 2:47 pm

PDF Xchange Icon

Post by daveoffice »

I want to put a link to the PDF Xchange Viewer on my website.

Is it possible to get a copy of the image file for the link, like the left column of this page?

http://www.docu-track.com/downloads/

Thanks,
Dave Skowronski
User avatar
Ivan - Tracker Software
Site Admin
Posts: 3603
Joined: Thu Jul 08, 2004 10:36 pm

Re: PDF Xchange Icon

Post by Ivan - Tracker Software »

Yes. Press right mouse button on this image and choose "Save Image As..." into context menu of your browser. :wink:
PDF-XChange Co Ltd. (Project Director)

When attaching files to any message - please ensure they are archived and posted as a .ZIP, .RAR or .7z format - or they will not be posted - thanks.
User avatar
Bhikkhu Pesala
User
Posts: 1776
Joined: Tue May 29, 2007 9:29 am

Re: PDF Xchange Icon

Post by Bhikkhu Pesala »

I think they are asking for something like this:

Code: Select all

<a href="http://www.docu-track.com/downloads/"><img src="http://www.docu-track.com/img/ViewerBanner.gif" alt="Get PDF-XChange Viewer"></a>
I hope that the code is correct.
Windows 10 Home 64-bit • AMD Ryzen 5 3400G, 8 Gb
Review: http://www.softerviews.org/PDF-XChange.html
User avatar
Stefan - PDF-XChange
Site Admin
Posts: 19930
Joined: Mon Jan 12, 2009 8:07 am

Re: PDF Xchange Icon

Post by Stefan - PDF-XChange »

Just a small addition to the anchor tag as when I tested the code Bhikkhu suggested (it works) the image's alt tag was not displayed as a popup

Code: Select all

<a title="Get PDF-XChange Viewer" href="http://www.docu-track.com/downloads/"><img src="http://www.docu-track.com/img/ViewerBanner.gif" alt="Get PDF-XChange Viewer" ></a>
And depending on the doctype used you might want to close the image tag with /> so it validates.

Regards,
Stefan