Results 1 to 3 of 3

Thread: Display PDF documents

  1. #1

    Default Display PDF documents

    Is it possible to display PDF documents with NOF15? If possible how do we do it.

  2. #2
    Senior Member
    Join Date
    Apr 2010
    Location
    Sydney
    Posts
    2,000

    Default

    yes, you select a word or an image and then click link, link to file, browse for the pdf

  3. #3

    Default

    Not sure if you mean LINKING to a pdf or displaying on the NOF page?
    If the latter, I used to use the following:

    It is several years since I used this so may not work in all browsers now.


    <embed src="http://www.xxxx.co.uk/xxxxx.pdf width="800" height="1100"><embed>

    Coding for IE open.
    <div>
    <object data="http://www.domain name.com/3D_LIPO_pricing_structure.pdf" type="application/pdf" width="800" height="1200">
    <a href="http://www.domain name.com/3D_LIPO_pricing_structure.pdf">
    <FONT SIZE=3 COLOR="white" FACE="Verdana">
    If you use Internet Explorer browser, Please click HERE
    </a>
    </object>
    </div>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •