結構篇

本篇主旨 : 認識版面內的結構,方便作出修改 (可參考該頁原始檔)

[本篇以] http://www.xanga.com/home.aspx?user=kkxhk 的原始檔為例。

按檢視 -> 原始檔, 能開啟以下檔案

在header (input your own html)

打入這一段code:

<style type="text/css">
* {border: 1px solid #f00;}
</style>

* 為表格名稱時, * 的部份會被紅色框包著。

例: 在header輸入

<style type="text/css">
.blogbody {border: 1px solid #f00;}
</style>

結果: .blogbody (按連結)

把.blogbody,改為其他字樣(例:table.main)會有不同的效果。

下列為表格名稱

.blogbody

table.navigation

table.footer

table.main

table.main TD

table.search

table.search TD

table.left

table.left TD

table.announcements

div.blogheader

div.smalltext