Hi, can anyone tell me how to attach a pdf or word file into EZ pages?
Thanks
Hi, can anyone tell me how to attach a pdf or word file into EZ pages?
Thanks
Place the PDF in some folder and use the 'internal link' EZ page function to link to it.
Somewhere on your site - I use a folder called /pdfs. Put your pdf files in there, then call them from an EZ page by entering in the Internal Link box, something like this:
/pdfs/uk071.pdf
See http:/ /www.stevesh.org/demo and click on Field Dressing in the Imporatant Links sidebox.
Or do you mean embedding the PDF into the page to view it?
I think you missed the point of the question. If you embed, that means the customer would see a smaller version of the PDF with, possibly, some text. Not embedded, the PDF would open when the ezpage is selected.
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
Depends how large his viewable site is. I would turn off the sideboxes for this page, then put this code on the EZ-Page..
<embed src="yourpdf.pdf" width="900" height="1000">
Set the sizes to suit.
or...
<embed src="yourpdf.pdf#toolbar=0&navpanes=0&scrollbar=0" width="900" height="1000">
..if you want a bigger viewable area with no toolbars and they need to right click to print.