J
Jeremy
Here's a piece of a table. The first textbox shows flat with a thin border
and white background. The 2nd one shows as a 3-D box (bevelled border) and
the background is mustard-ish. Is asp making decisions in a smoke filled
backroom and not telling me?
-Jeremy
<tr>
<td style="width: 128px;" align="right">
Contact:</td>
<td style="width: 1px">
</td>
<td align="left" style="width: 265px">
<asp:TextBox ID="txtContactName"
runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 128px;" align="right">
eMail:</td>
<td style="width:1px">
</td>
<td align="left" style="width: 265px">
<asp:TextBox ID="txtContactEmail"
runat="server"></asp:TextBox></td>
</tr>
and white background. The 2nd one shows as a 3-D box (bevelled border) and
the background is mustard-ish. Is asp making decisions in a smoke filled
backroom and not telling me?
-Jeremy
<tr>
<td style="width: 128px;" align="right">
Contact:</td>
<td style="width: 1px">
</td>
<td align="left" style="width: 265px">
<asp:TextBox ID="txtContactName"
runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 128px;" align="right">
eMail:</td>
<td style="width:1px">
</td>
<td align="left" style="width: 265px">
<asp:TextBox ID="txtContactEmail"
runat="server"></asp:TextBox></td>
</tr>