Reputation: 85
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?
Upvotes: 0
Views: 323
Reputation: 85
Turns out that it was a setting within the PDF itself that I needed to change. The following settings fixed my issue.
Upvotes: 0
Reputation: 21
I'm pretty sure that Chrome and IE will display PDF's differently. It's just how they were designed. I'm not to sure about how to make them look the same, I'm not even sure that you can. But, I think it's just the browsers themselves.
Upvotes: 1