PC Review


Reply
Thread Tools Rate Thread

animation not working

 
 
Pam
Guest
Posts: n/a
 
      22nd Oct 2003
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...



 
Reply With Quote
 
 
 
 
Kathleen Anderson [MVP- FP]
Guest
Posts: n/a
 
      22nd Oct 2003
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/


Pam <(E-Mail Removed)> wrote:
> 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...



 
Reply With Quote
 
Pam
Guest
Posts: n/a
 
      22nd Oct 2003
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 ...


"Kathleen Anderson [MVP- FP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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/
>
>
> Pam <(E-Mail Removed)> wrote:
> > 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...

>
>



 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      23rd Oct 2003
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
_____________________________________________


"Pam" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
| 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 ...
|
|
| "Kathleen Anderson [MVP- FP]" <(E-Mail Removed)> wrote in message
| news:(E-Mail Removed)...
| > 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/
| >
| >
| > Pam <(E-Mail Removed)> wrote:
| > > 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...
| >
| >
|
|


 
Reply With Quote
 
Pam
Guest
Posts: n/a
 
      26th Oct 2003
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

"Stefan B Rusynko" <(E-Mail Removed)> wrote in message
news:eB4ow%(E-Mail Removed)...
> 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
> _____________________________________________
>
>
> "Pam" <(E-Mail Removed)> wrote in message

news:(E-Mail Removed)...
> | 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 ...
> |
> |
> | "Kathleen Anderson [MVP- FP]" <(E-Mail Removed)> wrote in message
> | news:(E-Mail Removed)...
> | > 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/
> | >
> | >
> | > Pam <(E-Mail Removed)> wrote:
> | > > 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...
> | >
> | >
> |
> |
>
>



 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      27th Oct 2003
Try entering your array w/o the 'quotes' as say: 1.jpg, etc

--

_____________________________________________
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
_____________________________________________


"Pam" <(E-Mail Removed)> wrote in message news:%23OwQsk$(E-Mail Removed)...
| 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
|
| "Stefan B Rusynko" <(E-Mail Removed)> wrote in message
| news:eB4ow%(E-Mail Removed)...
| > 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
| > _____________________________________________
| >
| >
| > "Pam" <(E-Mail Removed)> wrote in message
| news:(E-Mail Removed)...
| > | 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 ...
| > |
| > |
| > | "Kathleen Anderson [MVP- FP]" <(E-Mail Removed)> wrote in message
| > | news:(E-Mail Removed)...
| > | > 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/
| > | >
| > | >
| > | > Pam <(E-Mail Removed)> wrote:
| > | > > 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...
| > | >
| > | >
| > |
| > |
| >
| >
|
|


 
Reply With Quote
 
Pam
Guest
Posts: n/a
 
      27th Oct 2003
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" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Try entering your array w/o the 'quotes' as say: 1.jpg, etc
>
> --
>
> _____________________________________________
> 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
> _____________________________________________
>
>
> "Pam" <(E-Mail Removed)> wrote in message

news:%23OwQsk$(E-Mail Removed)...
> | 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
> |
> | "Stefan B Rusynko" <(E-Mail Removed)> wrote in message
> | news:eB4ow%(E-Mail Removed)...
> | > 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
> | > _____________________________________________
> | >
> | >
> | > "Pam" <(E-Mail Removed)> wrote in message
> | news:(E-Mail Removed)...
> | > | 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 ...
> | > |
> | > |
> | > | "Kathleen Anderson [MVP- FP]" <(E-Mail Removed)> wrote in

message
> | > | news:(E-Mail Removed)...
> | > | > 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/
> | > | >
> | > | >
> | > | > Pam <(E-Mail Removed)> wrote:
> | > | > > 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...
> | > | >
> | > | >
> | > |
> | > |
> | >
> | >
> |
> |
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help! Web animation not working in IE6 SykoSuzie Windows XP Internet Explorer 4 22nd Jan 2005 10:39 PM
Animation not working =?Utf-8?B?UGV0ZQ==?= Microsoft Powerpoint 2 19th Dec 2004 11:41 PM
Animation not working...help! Yann Windows XP General 1 1st Jan 2004 01:30 PM
gif animation not working John Windows XP General 3 16th Dec 2003 11:06 PM
gif animation not working John Windows XP Internet Explorer 2 16th Dec 2003 10:01 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:47 AM.