Take this row as an example The main link is Analysis and its subcategories are data analysis and financila analysis .....now its actually two rows white spaces that are unwanted ...i mean i want them to appear when i click analysis but they taking too much space...
<tr>
<td colspan='2'><p class='redp'><a href='#' onclick='MMDiv2.style.visibility="visible"';);'>Analysis
12</a></p>
</td>
</tr>
<tr>
<td>
<DIV ID="MMDiv2" style="visibility:hidden">
<LABEL FOR="MakeModel">
<table id="MakeModel" width="100%">
<tr>
<td align='right' width='20%'> <font size=3><strong>+</strong></font> </td>
<td width="80%">
<p>Data Analysis </p>
</td>
</tr>
<tr>
<td>
<tr>
<td align='right' width='20%'> <font size=3><strong>+</strong></font> </td>
<td width="80%">
<p>Financial Analysis </p>
</td>
</tr>
</table>
</LABEL>
</DIV>
</td>
</tr>
<tr>
i removed <p> tags it still didnt worked....let me put it this way after the main category link there are two rows of its subcategories which are in the div tag on clicking the main category link i make them visible but ....the problem is that when they are not visible they are still using the space of two rows....