<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Thanks for the help, I'm quite a newbie at jQuery so not sure how to add that. I attempted to add that code to the jquery code the top in the head<div>
</div><div>I have this now:</div><div>
</div><div><div><script type="text/javascript"></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>jQuery().ready(function(){</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>// simple accordion</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>jQuery('#list1b').accordion({</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>autoheight: false</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>});</div><div><span class="Apple-tab-span" style="white-space:pre"> </span></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>$(".ui-accordion").bind("changeaccordion", function(event, ui) {</div><div> ui.accordion-heading // internal widget instance</div><div>});</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>});</div><div><span class="Apple-tab-span" style="white-space:pre"> </span></script></div><div>
</div><div>
</div><div>It does not seem to be working, but I know I'm doing something wrong.</div><div>
</div><div>my heading code is like this:</div><div>
</div><div><span class="Apple-style-span" style="font-family: Times; font-size: 10px; "><pre style="word-wrap: break-word; white-space: pre-wrap; "><a class="accordion-heading">Example Videos on Consultwebs' Client Websites.</a></pre><pre style="word-wrap: break-word; white-space: pre-wrap; ">Thanks again for the help!</pre><pre style="word-wrap: break-word; white-space: pre-wrap; ">
</pre><pre style="word-wrap: break-word; white-space: pre-wrap; ">Kevin</pre></span></div><div>
</div><div>
<div><html>On Mar 26, 2008, at 2:38 PM, Jörn Zaefferer wrote:</html><html>
</html>
<blockquote type="cite"><blockquote type="cite">
</blockquote>Try to specify the header to use for the accordion via the header-option, see <a href="http://docs.jquery.com/UI/Accordion/accordion#options">
http://docs.jquery.com/UI/Accordion/accordion#options</a>Jörn
</blockquote></div>
</div></div></body></html>