How can I add the colapse and expand options to a table? I'm trying to clean up my footer area by placing "Important" links into the user cp. I on't know much php I only know what I've learned from using and installing hacks on this site. I've atacthed a srcreenshot of what I've done so far. Hopefuly I've been clear on what I need help with.
<tr> <td class="alt2"><span class="smallfont"><a href="search.php?$session[sessionurl_q]do=getnew">New Posts</a><br>-Click to view new posts</br></span></td> </tr>
<tr> <td class="alt1"><span class="smallfont"><a href="goto.php?section=about$session[sessionurl_q]">About Us</a><br>-Click to view the history of AdminNation</br></span></td> </tr>
<tr> <td class="alt2"><span class="smallfont"><a href="goto.php?section=privacy$session[sessionurl_q]">Privacy Policy</a><br>-Click to view our policy on privacy</br></span></td> </tr>
<tr> <td class="alt1"><span class="smallfont"><a href="goto.php?section=terms$session[sessionurl_q]">Terms & Conditions</a><br>-Click to view our terms & conditions of service</br></span></td> </tr>
<tr> <td class="alt2"><span class="smallfont"><a href="goto.php?section=sitemap$session[sessionurl_q]">Sitemap</a><br>-Follow the link to our sitemap</br></span></td> </tr>
look at a table with this on it.. the top row has theader tags and the calapsable has tbody tags. Then just copy and paste the hide / show button and change the variable name.
look at a table with this on it.. the top row has theader tags and the calapsable has tbody tags. Then just copy and paste the hide / show button and change the variable name.