HTML中表格合并单元格后怎么把文字垂直居中
<tdnowraprowspan='2'><strong><?=_("任务名称")?></strong></td><tdnowraprowspan='2'><strong...
<td nowrap rowspan='2' ><strong>
<?=_("任务名称")?>
</strong></td>
<td nowrap rowspan='2'><strong>
<?=_("当前状态")?>
</strong></td>
<td nowrap colspan='2'><strong>
<?=_("开始日期")?>
</strong></td>
<td nowrap colspan='2'><strong>
<?=_("完成日期")?>
</strong></td>
<td nowrap rowspan='2'><strong>
<?=_("操作")?>
</strong></td>
求解 展开
<?=_("任务名称")?>
</strong></td>
<td nowrap rowspan='2'><strong>
<?=_("当前状态")?>
</strong></td>
<td nowrap colspan='2'><strong>
<?=_("开始日期")?>
</strong></td>
<td nowrap colspan='2'><strong>
<?=_("完成日期")?>
</strong></td>
<td nowrap rowspan='2'><strong>
<?=_("操作")?>
</strong></td>
求解 展开
展开全部
注意看第一行代码
align="center" 水平居中对齐方式
valign="middle" 垂直居中对齐方式
<td nowrap rowspan='2' align="center" valign="middle"><strong>
<?=_("任务名称")?>
</strong></td>
<td nowrap rowspan='2'><strong>
<?=_("当前状态")?>
</strong></td>
<td nowrap colspan='2'><strong>
<?=_("开始日期")?>
</strong></td>
<td nowrap colspan='2'><strong>
<?=_("完成日期")?>
</strong></td>
<td nowrap rowspan='2'><strong>
<?=_("操作")?>
</strong></td>
align="center" 水平居中对齐方式
valign="middle" 垂直居中对齐方式
<td nowrap rowspan='2' align="center" valign="middle"><strong>
<?=_("任务名称")?>
</strong></td>
<td nowrap rowspan='2'><strong>
<?=_("当前状态")?>
</strong></td>
<td nowrap colspan='2'><strong>
<?=_("开始日期")?>
</strong></td>
<td nowrap colspan='2'><strong>
<?=_("完成日期")?>
</strong></td>
<td nowrap rowspan='2'><strong>
<?=_("操作")?>
</strong></td>
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询