tonyking
04-17-2008, 06:25 PM
Hey Everyone,
I am trying to use the FrogJS javascript (http://www.dynamicdrive.com/dynamicindex4/frogjs/index.htm) image slideshow on my wordpress blog, and for some reason I can't get the lil' bugger to work! :(
Here's the url to the post (seperate test blog) I am trying to use it on:
http://www.destinationsweekly.com/?p=5
I have added the css styles to the blog's main .css file, I have uploaded the javascripts to a scripts folder, and linked them in the site's header. Here's the source of the page where the images should display:
<div class="post" id="post-5">
<h4 class="date">April 17th, 2008</h4>
<h2 class="headline"><a href="http://www.destinationsweekly.com/?p=5" rel="bookmark" title="Permanent Link to FrogJS test">FrogJS test</a></h2>
<div class="entry">
<p>Some text above Frog DIV</p>
<div id="FrogJS">
<p><a title="Jolie Myers / The State News" rel="http://portfolio.statenews.com/users/Jolie_Myers/" href="http://www.destinationsweekly.com/images/1.jpg"><br />
<img src="http://www.destinationsweekly.com/images/1_thumb.jpg" alt="An attendee of Rabbi Hendel Weingarten's Purim service at Chabad House on Elizabeth Street in East Lansing uses a noisemaker after the name of Haman is read." /><br />
</a></p>
<p><a title="Jolie Myers / The State News" href="http://www.destinationsweekly.com/images/2.jpg"><br />
<img src="http://www.destinationsweekly.com/images/2_thumb.jpg" alt="Junior wide receiver Terry Love is taken down by Illinois safety Kyle Knezetic September 30 at Spartan Stadium. The Fighting Illini beat the Spartans, 23-20, with a fourth-quarter field goal scored in the last 20 seconds of the game." /><br />
</a></p>
<p><a title="Jolie Myers / The State News" href="http://www.destinationsweekly.com/images/3.jpg"><br />
<img src="http://www.destinationsweekly.com/images/3_thumb.jpg" alt="Kevin Bozeman performs his comedy routine at Connxtions Comedy Club in Lansing shortly after the death of Richard Pryor. Bozeman said Pryor influenced all comedians, not just black performers." /><br />
</a></p>
</div>
<p>Some text below Frog DIV</p>
Is this possible to do with wordpress? I notice it adds paragraph tags to all my image links, could this be effecting it? HELLLP!!! lol. Thanks in Advace!
I am trying to use the FrogJS javascript (http://www.dynamicdrive.com/dynamicindex4/frogjs/index.htm) image slideshow on my wordpress blog, and for some reason I can't get the lil' bugger to work! :(
Here's the url to the post (seperate test blog) I am trying to use it on:
http://www.destinationsweekly.com/?p=5
I have added the css styles to the blog's main .css file, I have uploaded the javascripts to a scripts folder, and linked them in the site's header. Here's the source of the page where the images should display:
<div class="post" id="post-5">
<h4 class="date">April 17th, 2008</h4>
<h2 class="headline"><a href="http://www.destinationsweekly.com/?p=5" rel="bookmark" title="Permanent Link to FrogJS test">FrogJS test</a></h2>
<div class="entry">
<p>Some text above Frog DIV</p>
<div id="FrogJS">
<p><a title="Jolie Myers / The State News" rel="http://portfolio.statenews.com/users/Jolie_Myers/" href="http://www.destinationsweekly.com/images/1.jpg"><br />
<img src="http://www.destinationsweekly.com/images/1_thumb.jpg" alt="An attendee of Rabbi Hendel Weingarten's Purim service at Chabad House on Elizabeth Street in East Lansing uses a noisemaker after the name of Haman is read." /><br />
</a></p>
<p><a title="Jolie Myers / The State News" href="http://www.destinationsweekly.com/images/2.jpg"><br />
<img src="http://www.destinationsweekly.com/images/2_thumb.jpg" alt="Junior wide receiver Terry Love is taken down by Illinois safety Kyle Knezetic September 30 at Spartan Stadium. The Fighting Illini beat the Spartans, 23-20, with a fourth-quarter field goal scored in the last 20 seconds of the game." /><br />
</a></p>
<p><a title="Jolie Myers / The State News" href="http://www.destinationsweekly.com/images/3.jpg"><br />
<img src="http://www.destinationsweekly.com/images/3_thumb.jpg" alt="Kevin Bozeman performs his comedy routine at Connxtions Comedy Club in Lansing shortly after the death of Richard Pryor. Bozeman said Pryor influenced all comedians, not just black performers." /><br />
</a></p>
</div>
<p>Some text below Frog DIV</p>
Is this possible to do with wordpress? I notice it adds paragraph tags to all my image links, could this be effecting it? HELLLP!!! lol. Thanks in Advace!