求助 | 登入
文字篇 text
by help, 2008-05-06 17:17:46, 人氣(620)

設定字母間距
Tag: letter-spacing
範例:body { letter-spacing:2px; } /* 字母間距設定為2px */

設定字距
Tag: word-spacing
範例:body { word-spacing:5px; } /* 字距設定為5px */

設定行高
Tag:
line-height
範例:body { line-height:25px; }  /* 行高設定為25px */

設定網頁內容位置,預設為置左
Tag: text-align
設定值:置左 left 、置中 center 、置右 right
範例:body { text-align:center; } /* 網頁置中 */

設定底線位置,普通文字預設無,連結文字預設為 underline
Tag: text-decoration
設定值:下底線 underline 、上橫線 overline 、刪除線 line-through 、無底線 none
範例:body { text-decoration:underline; } /* 文字加下底線 */

設定首行縮排
Tag:
text-indent
範例:body { text-indent:15px; } /* 首行留15px的空間 */

發表討論