advertisement

Article:
  iPhoto Scripts and Plug-ins
Subject:   BetterHTMLExport Tip
Date:   2002-02-07 15:17:37
From:   ethanbrand
Response to: BetterHTMLExport Tip

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.

Main Topics Oldest First

Showing messages 1 through 1 of 1.

  • BetterHTMLExport Tip - quick note
    2002-02-07 15:22:30  ethanbrand [Reply | View]

    Note: the lines of code I displayed in the previous message will look a little different because the "<" and ">" are < and > for those who don't know HTML.