html中单元格中文字如何靠顶部对齐?
错误:正确效果:<tdwidth=568colspan=3valign=bottomstyle='width:426.1pt;border:none;border-bot...
错误:
正确效果:
<td width=568 colspan=3 valign=bottom style='width:426.1pt;border:none;
border-bottom:solid red 1.0pt;padding:0cm 0cm 0cm 0cm;height:53.6pt'>
<p ><span style='font-size:12.0pt;font-family:楷体_GB2312;
color:red'>文件标题:</span>
<textarea class=UserInput1 name=textarea8 id="textarea" style="font-size:12.0pt;"></textarea>
</p></td>
这个单元格中有文字和texteara输入框,想让文字靠顶部对齐,高手指教?我现在做的效果是错误的效果 展开
正确效果:
<td width=568 colspan=3 valign=bottom style='width:426.1pt;border:none;
border-bottom:solid red 1.0pt;padding:0cm 0cm 0cm 0cm;height:53.6pt'>
<p ><span style='font-size:12.0pt;font-family:楷体_GB2312;
color:red'>文件标题:</span>
<textarea class=UserInput1 name=textarea8 id="textarea" style="font-size:12.0pt;"></textarea>
</p></td>
这个单元格中有文字和texteara输入框,想让文字靠顶部对齐,高手指教?我现在做的效果是错误的效果 展开
5个回答
展开全部
<td width=568 colspan=3 valign="top" style='width:426.1pt;border:none;
border-bottom:solid red 1.0pt;padding:0cm 0cm 0cm 0cm;height:53.6pt'>
<p ><span style='font-size:12.0pt;font-family:楷体_GB2312;
color:red'>文件标题:</span>
<textarea class=UserInput1 name=textarea8 id="textarea" style="font-size:12.0pt;"></textarea>
</p></td>
border-bottom:solid red 1.0pt;padding:0cm 0cm 0cm 0cm;height:53.6pt'>
<p ><span style='font-size:12.0pt;font-family:楷体_GB2312;
color:red'>文件标题:</span>
<textarea class=UserInput1 name=textarea8 id="textarea" style="font-size:12.0pt;"></textarea>
</p></td>
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2012-07-19
展开全部
把单元格折分成两列。文本框移到右边。文字顶对齐就行了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
给文本框加一个样式vertical-align:top
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
使用text-align:left;
定义和用法
text-align 属性规定元素中的文本的水平对齐方式。
该属性通过指定行框与哪个点对齐,从而设置块级元素内文本的水平对齐方式。通过允许用户代理调整行内容中字母和字之间的间隔,可以支持值 justify;不同用户代理可能会得到不同的结果。
默认值:
如果 direction 属性是 ltr,则默认值是 left;如果 direction 是 rtl,则为 right。
可能的值:
left 把文本排列到左边。默认值:由浏览器决定。
right 把文本排列到右边。
center 把文本排列到中间。
justify 实现两端对齐文本效果。
inherit 规定应该从父元素继承 text-align 属性的值。
定义和用法
text-align 属性规定元素中的文本的水平对齐方式。
该属性通过指定行框与哪个点对齐,从而设置块级元素内文本的水平对齐方式。通过允许用户代理调整行内容中字母和字之间的间隔,可以支持值 justify;不同用户代理可能会得到不同的结果。
默认值:
如果 direction 属性是 ltr,则默认值是 left;如果 direction 是 rtl,则为 right。
可能的值:
left 把文本排列到左边。默认值:由浏览器决定。
right 把文本排列到右边。
center 把文本排列到中间。
justify 实现两端对齐文本效果。
inherit 规定应该从父元素继承 text-align 属性的值。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询