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
PDF Xchange Icon
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
-
Ivan - Tracker Software
- Site Admin
- Posts: 3603
- Joined: Thu Jul 08, 2004 10:36 pm
Re: PDF Xchange Icon
Yes. Press right mouse button on this image and choose "Save Image As..." into context menu of your browser. 
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.
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.
-
Bhikkhu Pesala
- User
- Posts: 1776
- Joined: Tue May 29, 2007 9:29 am
Re: PDF Xchange Icon
I think they are asking for something like this:
I hope that the code is correct.
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>Windows 10 Home 64-bit • AMD Ryzen 5 3400G, 8 Gb
Review: http://www.softerviews.org/PDF-XChange.html
Review: http://www.softerviews.org/PDF-XChange.html
-
Stefan - PDF-XChange
- Site Admin
- Posts: 19930
- Joined: Mon Jan 12, 2009 8:07 am
Re: PDF Xchange Icon
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
And depending on the doctype used you might want to close the image tag with /> so it validates.
Regards,
Stefan
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>Regards,
Stefan