1 选中要进行设置的单元格,单击鼠标右键,选中“设置单元格格式”;
2 在d出的界面中选择“对齐”选项卡;
3 在“文本对齐方式”下:“水平对齐”设置为“靠左”;“垂直对齐”设置为“靠上”;单击“确定”。
完成,试试看!
<html><head>
<style type="text/css">
td1 {text-align:left; font-size:12pt;}
p1 {text-align:left; text-indent:2em; font-size:12pt;}
</style>
</head>
<body>
<table>
<tr><td class="td1">网页制作</td></tr>
<tr><td><p class="p1">语言</p></td></tr>
</table>
</body>
</html>
text-indent:2em; 的样式就是空2格,同样:
text-indent:4em; 就是空4格
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)