i have code like this in html
<tr align="left">
<td colspan="2">
</td>
<td align="left">
<font color="red">pre ss ctrl for multiple selection</font>
</td>
</tr>
<tr align="left">
<td colspan="2">
</td>
<td>
<font size="2"><asp:L abel ID="lblcnt" runat="server" Width="200"></asp:Label></font>
</td>
</tr>
<tr align="left">
<td colspan="2">
 </td>
<td>
<asp:Label ID="lblmessage " runat="server" Width="200" ForeColor="red" Visible="true"> </asp:Label>
</td>
</tr>
the label lblcnt is not displaid in mozilla, while it works fine in internet explorer . please help me
<tr align="left">
<td colspan="2">
</td>
<td align="left">
<font color="red">pre ss ctrl for multiple selection</font>
</td>
</tr>
<tr align="left">
<td colspan="2">
</td>
<td>
<font size="2"><asp:L abel ID="lblcnt" runat="server" Width="200"></asp:Label></font>
</td>
</tr>
<tr align="left">
<td colspan="2">
 </td>
<td>
<asp:Label ID="lblmessage " runat="server" Width="200" ForeColor="red" Visible="true"> </asp:Label>
</td>
</tr>
the label lblcnt is not displaid in mozilla, while it works fine in internet explorer . please help me
Comment