密碼長度方便,只是系統預設。我回到 v1.2.2 (再早的已經沒有在 server), 外觀也沒有發覺有問題。
我一般在這方面找問題的方法,
1. 安裝使用瀏覽器 Firefox, 再加插件 Web Developer, 在我來說,這是殺手工具!
==================================================
http://chrispederick.com/work/firefox/webdeveloper/可以看看是否有多餘的外加物,如在修改時不小心加上的,
A. 可使用 OutLine 中其中任何一項,來找您問題:
--------------------------------------------------------------------
有中文的,不過我一般使用英文介面,所以只有英文
Outline Block Level Elements Outlines all block level elements and indicates the element type.
Outline Deprecated Elements Outlines all elements deprecated in HTML 4.0.
Outline Frames Outlines all frames.
Outline Links Without Title Attributes Outlines any link without a title attribute.
Outline Selected Element Outlines the selected element.
Outline Table Cells Outlines all table cells.
Outline Tables Outlines all tables.
Outline Custom Elements... Outlines all custom elements specified by the user.
B. 檢查源碼,看看有沒有異樣
----------------------------------------
C. 其他工具 ....如 CSS 工具組
2. 使用 Dereamweaver 檢查有關檔案,是否有錯誤,包括代碼,但主要是檢視表格方面。
=====================================================