|
| |
User Groups : Forums : SiteExperts :
HTML and CSS
:  | HTML Display help I've got the following code in a web form: <div align="center">
<table>
<tr>
<td><asp:Label id="Label4" runat="server">Label</asp:Label></td>
<td><asp:Label ID="lblBlank" Runat="server" Width="125px"></asp:Label></td>
<td><asp:Label id="Label5" runat="server">Label</asp:Label></td>
</tr>
</table>
</div> Now my problem is, is this displays properly in IE7, but not Firefox 3. Any help at all would be appreciated.INVALID ARGUMENT*** |
|