Looping pictures in an include header

G

Guest

I have a tricky question. I followed the directions that one of your
discussions had for a looping picture and got code at:
http://www.dynamicdrive.com/dynamicindex14/image4.htm

I put the code into a header under include. I was able to get it to work
fine in just the header by itself when I previewed it in the browser. BUT
when I go to my pages that reference the header (insert..web
component..included content...page..header.htm) I cannot get the pictures to
loop. Do you have any suggestions?

Suzanne
 
S

Steve Easton

Everything in the include must be between the
<body>
</body>
tags, as this is the only content that gets "included"

If you have script between the
<head>
</head>
tags in the include, move it so that it's between the body tags.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
G

Guest

Move your script from between the <head> and </head> tags to between the
<body> and </body> tags in the include. Just make sure the script is before
the images <img src>.
 

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