HTML/適應word
跳至導覽
跳至搜尋
2010
- 忽視「<!DOCTYPE html>」,可寫,以便使用下一項。
- 接受「<meta charset='utf-8' />」
- 以整頁模式顯示:
<!--[if gte mso 9]> <xml> <w:WordDocument> <w:View>Print</w:View> </w:WordDocument> </xml> <![endif]-->
- title標籤,決定頁名。
- style段落中
@page 樣式值 {size:寬 長;margin:上 右 下 左;}
.nicetable {border:1px solid black;border-collapse:collapse;}
.nicetable td{border:1px solid black;border-collapse:collapse;}