Zen Cart Logo
Forums / General Questions / Embed PDF content in a page?

Embed PDF content in a page?

Locked

Views: 1,955

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
9 Nov 2007, 8:53 AM
#1
xaria avatar

xaria

New Zenner

Join Date:
May 2007
Posts:
92
Plugin Contributions:
0

Embed PDF content in a page?

I know this is not the correct place to ask but any help will be appreciated.
I need to embed pdf file on my zen-cart. I do not wish to make it a download link. Just a PDf file which is viewable when user clicks on a page.

I tried using
<EMBED src="filename.pdf"></EMBED>

but it didnt work
any other suggestions?

Thanks

9 Nov 2007, 9:42 AM
#2
misty avatar

misty

Inactive

Join Date:
Apr 2004
Location:
UK
Posts:
5,752
Plugin Contributions:
1

Re: Embed PDF content in a page?

Try html in product description i.e.

<a href=[URL]http://yourdomain.com/yourpdf.pdf[/URL] target="_blank">Preview PDF File</a>
13 Nov 2007, 9:39 AM
#3
xaria avatar

xaria

New Zenner

Join Date:
May 2007
Posts:
92
Plugin Contributions:
0

Re: Embed PDF content in a page?

Thanks Misty, I found a solution already.