CSS中设置.net的TextBox控件问题。在文本框中输入文字,效果缩进2汉字,但是控件相对td也缩进了,无法解决
代码:<tablewidth="600px"border="1"><tr><tdalign="center"style="width:200px">看效果</td><td...
代码:
<table width="600px" border="1">
<tr>
<td align="center" style="width:200px">看效果</td>
<td align="left" style="width:300px">
<asp:TextBox ID="TextBox1" runat="server" Width="200px" CssClass="input1" TextMode="MultiLine" Height="100px"></asp:TextBox>
</td>
</tr>
</table>
样式:
.input1
{
font-size:14px;
color:Red;
font-family:"宋体";
padding-left:5px;
text-indent:2em;
} 展开
<table width="600px" border="1">
<tr>
<td align="center" style="width:200px">看效果</td>
<td align="left" style="width:300px">
<asp:TextBox ID="TextBox1" runat="server" Width="200px" CssClass="input1" TextMode="MultiLine" Height="100px"></asp:TextBox>
</td>
</tr>
</table>
样式:
.input1
{
font-size:14px;
color:Red;
font-family:"宋体";
padding-left:5px;
text-indent:2em;
} 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询