slideshow editing

G

Guest

I'm trying to input a slideshow that runs automatically
without having to click on the arrow and also to run it
vertically instead of horizontally. Help
 
B

Bill Schroyer

The Photo Gallery does not support what you want to do.
However, you can make your own!
Just add each Photo to new page and save as individual
pages.
In html or code view, add this to the <head> section:
<meta http-equiv="refresh"
content="10;URL=http://www.frontpagewiz.com/page1.htm">
<script language="JavaScript">
<!--
function FP_goToURL(url) {//v1.0
window.location=url;
}
// -->
</script>
--------------------
Now add this to the <body> section, replacing the top body
tag.
<body onclick="FP_goToURL
(/*href*/'http://www.frontpagewiz.com/page1.htm')">
First the page will redirected automatically in 10 seconds
(change this to whatever you want).
Next the <body onclick... will on a left mouse click, send
the user to the indicated page.
Now just change the code a little to point to each
successive page.
The body script was done with FrontPage 2003 Behaviors,
and the meta script is standard html.

Bill Schroyer
(e-mail address removed)
http://www.frontpagewiz.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top