You can't have a table inside of a paragraph - the paragraph is automatically closed when the table tag starts!
Until you know html inside out, always run your documents through a html validator would be my tip. :-) On 1 Sep, 23:03, jjsanders <[EMAIL PROTECTED]> wrote: > Hello everyone, > > I was trying out this example (http://www.webdesignerwall.com/demo/ > jquery/accordion1.html) and building further on it but I got stock > somewhere. > > I have the exact same structure, but within the p element two child > elements (Span and table). > > Now the span is hides like the rest of the paragraph but the table > won't hide. > Here is my code:http://codedump.mastercode.nl/527/ > and the javascript: > > http://codedump.mastercode.nl/528/ > > Thanks in advance