SiteExperts.com Logo Home | Community | Developer's Paradise
User Groups | Site Tools | Site Information | Search
 Main Menu
 Forums
SiteExperts.com Forums
All Discussions

SiteExperts Feedback
The Lounge
Dynamic HTML
Site Design/ Critiques
HTML and CSS
XML Technologies
The Wireless Internet
Internet Explorer
Microsoft .NET
The Server
Technical Support

Sponsored Links

User Groups : Forums : SiteExperts : HTML and CSS :

Previous DiscussionNext Discussion
 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***