Hi,
You can try using them in a div.
The code could be like:
<div id="div1" style="display:none">
text
</div>
Please note that if keep display = none, it wouldnot take any space on the page, however you have to check if there is data, the display should block, ie, style = "display:block"
Hope it helps
---
Best regards,
Debashis
|