|
Hi,
Here i pasted one table design in that if i run this html page i dont want show this table with field i want to show blank page only so how to do this in html or otherwise how to disable this table.
<table width="3" border="1" align="center"bgcolor="#FFFFFF" id="country">
<tr>
<td>Country</td>
<td><select name=""></select></td>
</tr>
</table>
|