animation not working

  • Thread starter Thread starter Pam
  • Start date Start date
P

Pam

I was wondering what the trick is to get the code working for a animation
script that I got from codelifter.com - I've copied the script into notepad
so that when I copy and paste into the html view of fp 2002 it stays as
written...but it won't work - it works fine in a BLANK page, but not in a
page that is already formatted.

I've put it up if anyone has time to look at the code

thanks
Pam

http://www.pureluckequine.com/index2.html

thanks

it's probably because I have the trailing mouse thing on it (don't blame
me..customer wants all this junk) but I don't see two lines with onload that
would conflict...
 
You've got three body tags:
<body>
<body onload="runSlideShow()">
<body background="images/brdrwalp2.jpg">

and these tags belong in the <head> not the body:

<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Pure Luck Equine</title>
 
is there a way to combine the body tags?

thanks Kathleen - great help too on the meta tags..I was messing around
trying to insert the script in the head tag and must have moved those meta
tags down ...
 
Just make it 1 tag
<body onload="runSlideShow()" background="images/brdrwalp2.jpg">


--




| is there a way to combine the body tags?
|
| thanks Kathleen - great help too on the meta tags..I was messing around
| trying to insert the script in the head tag and must have moved those meta
| tags down ...
|
|
| | > You've got three body tags:
| > <body>
| > <body onload="runSlideShow()">
| > <body background="images/brdrwalp2.jpg">
| >
| > and these tags belong in the <head> not the body:
| >
| > <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
| > <title>Pure Luck Equine</title>
| >
| >
| > --
| > ~ Kathleen Anderson
| > Microsoft MVP - FrontPage
| > Spider Web Woman Designs
| > http://www.spiderwebwoman.com/resources/
| >
| >
| > > I was wondering what the trick is to get the code working for a
| > > animation script that I got from codelifter.com - I've copied the
| > > script into notepad so that when I copy and paste into the html view
| > > of fp 2002 it stays as written...but it won't work - it works fine in
| > > a BLANK page, but not in a page that is already formatted.
| > >
| > > I've put it up if anyone has time to look at the code
| > >
| > > thanks
| > > Pam
| > >
| > > http://www.pureluckequine.com/index2.html
| > >
| > > thanks
| > >
| > > it's probably because I have the trailing mouse thing on it (don't
| > > blame me..customer wants all this junk) but I don't see two lines
| > > with onload that would conflict...
| >
| >
|
|
 
Ok, I did this - buy the animation still doesn't work - any chance you could
look at it again? I have a wav file running and a trailing mousescript - do
I need to put them in the body tag too?

thanks
Pam
 
Try entering your array w/o the 'quotes' as say: 1.jpg, etc

--




| Ok, I did this - buy the animation still doesn't work - any chance you could
| look at it again? I have a wav file running and a trailing mousescript - do
| I need to put them in the body tag too?
|
| thanks
| Pam
|
| | > Just make it 1 tag
| > <body onload="runSlideShow()" background="images/brdrwalp2.jpg">
| >
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| | > | is there a way to combine the body tags?
| > |
| > | thanks Kathleen - great help too on the meta tags..I was messing around
| > | trying to insert the script in the head tag and must have moved those
| meta
| > | tags down ...
| > |
| > |
| > | | > | > You've got three body tags:
| > | > <body>
| > | > <body onload="runSlideShow()">
| > | > <body background="images/brdrwalp2.jpg">
| > | >
| > | > and these tags belong in the <head> not the body:
| > | >
| > | > <meta http-equiv="Content-Type" content="text/html;
| charset=windows-1252">
| > | > <title>Pure Luck Equine</title>
| > | >
| > | >
| > | > --
| > | > ~ Kathleen Anderson
| > | > Microsoft MVP - FrontPage
| > | > Spider Web Woman Designs
| > | > http://www.spiderwebwoman.com/resources/
| > | >
| > | >
| > | > > I was wondering what the trick is to get the code working for a
| > | > > animation script that I got from codelifter.com - I've copied the
| > | > > script into notepad so that when I copy and paste into the html view
| > | > > of fp 2002 it stays as written...but it won't work - it works fine
| in
| > | > > a BLANK page, but not in a page that is already formatted.
| > | > >
| > | > > I've put it up if anyone has time to look at the code
| > | > >
| > | > > thanks
| > | > > Pam
| > | > >
| > | > > http://www.pureluckequine.com/index2.html
| > | > >
| > | > > thanks
| > | > >
| > | > > it's probably because I have the trailing mouse thing on it (don't
| > | > > blame me..customer wants all this junk) but I don't see two lines
| > | > > with onload that would conflict...
| > | >
| > | >
| > |
| > |
| >
| >
|
|
 
no - that didn' work either - guess I'll just have to download the anfy
component and do it that way - if you think of anything else though...I sure
would like to try it!

Pam

Stefan B Rusynko said:
Try entering your array w/o the 'quotes' as say: 1.jpg, etc

--




| Ok, I did this - buy the animation still doesn't work - any chance you could
| look at it again? I have a wav file running and a trailing mousescript - do
| I need to put them in the body tag too?
|
| thanks
| Pam
|
| | > Just make it 1 tag
| > <body onload="runSlideShow()" background="images/brdrwalp2.jpg">
| >
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| | > | is there a way to combine the body tags?
| > |
| > | thanks Kathleen - great help too on the meta tags..I was messing around
| > | trying to insert the script in the head tag and must have moved those
| meta
| > | tags down ...
| > |
| > |
| > | | > | > You've got three body tags:
| > | > <body>
| > | > <body onload="runSlideShow()">
| > | > <body background="images/brdrwalp2.jpg">
| > | >
| > | > and these tags belong in the <head> not the body:
| > | >
| > | > <meta http-equiv="Content-Type" content="text/html;
| charset=windows-1252">
| > | > <title>Pure Luck Equine</title>
| > | >
| > | >
| > | > --
| > | > ~ Kathleen Anderson
| > | > Microsoft MVP - FrontPage
| > | > Spider Web Woman Designs
| > | > http://www.spiderwebwoman.com/resources/
| > | >
| > | >
| > | > > I was wondering what the trick is to get the code working for a
| > | > > animation script that I got from codelifter.com - I've copied the
| > | > > script into notepad so that when I copy and paste into the html view
| > | > > of fp 2002 it stays as written...but it won't work - it works fine
| in
| > | > > a BLANK page, but not in a page that is already formatted.
| > | > >
| > | > > I've put it up if anyone has time to look at the code
| > | > >
| > | > > thanks
| > | > > Pam
| > | > >
| > | > > http://www.pureluckequine.com/index2.html
| > | > >
| > | > > thanks
| > | > >
| > | > > it's probably because I have the trailing mouse thing on it (don't
| > | > > blame me..customer wants all this junk) but I don't see two lines
| > | > > with onload that would conflict...
| > | >
| > | >
| > |
| > |
| >
| >
|
|
 
Back
Top