M
Mr. x
Hello,
The following show in netscape with a line delemiter between each row.
How can I avoid this behaviour in Netscape ?
<asp:Table runat="server" CellPadding="0" GridLines="horizontal"
HorizontalAlign="Center" dir = "rtl" border = "0" width = "558">
<asp:TableRow>
<asp:TableCell>
<asp:RequiredFieldValidator
ControlToValidate="a_name"
Text="*"
runat="server" />
</asp:TableCell>
<asp:TableCell>Text 1:</asp:TableCell>
<asp:TableCell><asp:TextBox id="a_name" runat="server"
/></asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<asp:TableCell></asp:TableCell>
<asp:TableCell>Text 2:</asp:TableCell>
<asp:TableCell><asp:TextBox runat="server" /></asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<asp:TableCell></asp:TableCell>
<asp:TableCell>Text 3:</asp:TableCell>
<asp:TableCell><asp:TextBox runat="server" /></asp:TableCell>
</asp:TableRow>
</asp:Table>
Thanks
The following show in netscape with a line delemiter between each row.
How can I avoid this behaviour in Netscape ?
<asp:Table runat="server" CellPadding="0" GridLines="horizontal"
HorizontalAlign="Center" dir = "rtl" border = "0" width = "558">
<asp:TableRow>
<asp:TableCell>
<asp:RequiredFieldValidator
ControlToValidate="a_name"
Text="*"
runat="server" />
</asp:TableCell>
<asp:TableCell>Text 1:</asp:TableCell>
<asp:TableCell><asp:TextBox id="a_name" runat="server"
/></asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<asp:TableCell></asp:TableCell>
<asp:TableCell>Text 2:</asp:TableCell>
<asp:TableCell><asp:TextBox runat="server" /></asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<asp:TableCell></asp:TableCell>
<asp:TableCell>Text 3:</asp:TableCell>
<asp:TableCell><asp:TextBox runat="server" /></asp:TableCell>
</asp:TableRow>
</asp:Table>
Thanks