When I use this I am getting the script tag and it’s elements wrapped in <p> tags. The rest of the code it should be inserting is fine but this in particular is causing it not to function.
<style>
#slider-264 { width: 590px; height: 290px; }
</style>
<p> <script>
jQuery('#slider-264').anythingSlider({</p>
<p> theme : 'default',
expand : false,
resizeContents : true,
showMultiple : false,
easing : 'swing', </p>
<p> buildArrows : true,
buildNavigation : true,
buildStartStop : false, </p>
<p> toggleArrows : false,
toggleControls : false, </p>
<p> startText : 'Start',
stopText : 'Stop',
forwardText : '»',
backText : '«',
tooltipClass : 'tooltip', </p>
<p> enableArrows : true,
enableNavigation : true,
enableStartStop : true,
enableKeyboard : true, </p>
<p> startPanel : '1',
changeBy : '1',
hashTags : false,
infiniteSlides : true,
navigationFormatter : 'NULL', </p>
<p> autoPlay : true,
autoPlayLocked : false,
autoPlayDelayed : false,
pauseOnHover : true,
stopAtEnd : false,
playRtl : false, </p>
<p> delay : 300,
resumeDelay : 300,
animationTime : 300, </p>
<p> clickForwardArrow : 'click',
clickBackArrow : 'click',
clickControls : 'click',
clickSlideshow : 'click focusin', </p>
<p> resumeOnVideoEnd : false,
addWmodeToObject : 'NULL'</p>
<p> });
</script></p>
<p> </p>
Thanks for any ideas.
c.