5. Create links above, below, or beside your IFRAME box (wherever you want them). Link each one to one of your slideshows created earlier via “external link” in Inspector.
Here are mine, without any editing (that will come later, keep reading!) Right now they will open up in their own window.
6. Publish your site!
7. Open your html page created by iWeb. You can open the html files generated by iWeb in any text or html editor. In TextEdit, to view the code in an HTML file, choose File > Open and select "Ignore rich text commands." Then locate the .html file and click Open.
Here’s how to find your html files:
If you publish to dot mac, mount your idisk using the "go" menu in Finder. This will place your idisk on the desktop.
Then go to iDisk/Web/Sites/iWeb/Sitename/Pagename.html
If you publish to a folder, try looking in your Sites folder of your home folder.
8. Make the following changes in the html of the page:
Find
IFRAMECODEGOESHERE
Replace it with
<iframe name="givetheIFRAMEanamehere" src="http://homepage.mac.com/yourusername/slideshowfoldername1/index.html" width="640" height="640" scrolling="no" border="0" style="border:none;" frameborder="0"></iframe>
(change the width and height to match your personal preference)
Find
Add
target=”whateveryounamedtheIFRAME”
before “href”
Do this for however many slideshow links you created. All should target the name of the iframe, which can be anything you want, as long as you put the same name in the actual iframe code.
That’s it!!! Here’s an example (click each link to see):