Code Snippet:
I want to hide "wsRightCol " div.
Please help.
Thanks,
Sunil S.
Code:
<div class="wsWidgets">
<table class="outer" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td id="wsLeftCol" valign="top" width="60%">
</td>
<td id="wsRightCol" valign="top" width="60%">
</td>
</tbody>
</table>
</div>
Please help.
Thanks,
Sunil S.
Comment