| The above code creates two
headers, each with contents "stuffed" inside. To add additional headers, add
more of the following to the existing code:
<h3
style="cursor:pointer; cursor:hand" onClick="expandit(this)">Header
1</h3>
<span style="display:none" style=&{head};>This is content under Header 1. Insert
anything in here, such as text, tables, etc..</span>
With the parts in red representing the parts
you should change to reflect your own layout. |