I am using Adobe Contribute (HTML editor) to edit a website. I have two links on my page that both link to the same PDF file type. However, when the links are clicked they are displaying the PDF differently in IE (the issues does not occur in Chrome): One with the PDF tools and thumbnail sidebar, and the other just as a plain PDF file by itself.
Here is the HTML code:
<p style="margin-top: 0; margin-bottom: 0;"><strong>DATE 1 HERE</strong></p>
<p style="margin-top: 0; margin-bottom: 0;"><a href="documents/file1.pdf">FILE NAME LINK</a></p>
<p style="margin-top: 0; margin-bottom: 0;"><strong>DATE 2 HERE</strong></p>
<p style="margin-top: 0; margin-bottom: 0;"><a href="documents/File2.PDF">FILE NAME LINK 2</a></p>
What I need is for them both to look like the second one. Any ideas as to what might be causing them to come up differently?
Turns out that it was a setting within the PDF itself that I needed to change. The following settings fixed my issue.