advertisement

Article:
  iPhoto Scripts and Plug-ins
Subject:   BetterHTMLExport Tip
Date:   2002-02-07 14:49:59
From:   ethanbrand
Response to: BetterHTMLExport Tip

Exactly! Figures, someone beat me to the punch. So all you'd have to do is include a text instruction, rather than HTML, in the comment field (or edit the template). Now, can anyone figure out how to get the album comments to appear on the page?
Main Topics Oldest First

Showing messages 1 through 1 of 1.

  • BetterHTMLExport Tip
    2002-02-07 15:17:37  ethanbrand [Reply | View]

    In the ..Contents:Resources:English.lproj folder is a file called "imagePages.plist". Change the file type to .txt, open in text editor, scroll to the bottom and add "Click on the picture to return to the gallery." (or whatever you want to say) to the line shown below:

    ##NAVIGATION##
    Click on the picture to return to the gallery.
    </center>
    </body>
    </html></string>
    </dict>
    </plist>

    Save the file and change the extension back to ".plist". Voila! Instructions built into every image page.