第一層沒有問題,但切入到第二層、第三層卻還是有白色細邊,如下圖:


另:如同webspirit 說的:
切換到"登入"、"會員列表"、"會員註冊"等都還是會出現細細的白邊?
咳!如何才能辦到呢!!??
請大哥、大姊不吝再繼續指教,多謝!!
版主: 版主管理群


之前你已經修改的是 thTop 、thCornerL 、thCornerR 三個部份,這次你要修改的是:sh85216s 寫:我依照."hiddenman"提供的方法做了修改,本來以為都OK了,今天赫然發現:
第一層沒有問題,但切入到第二層、第三層卻還是有白色細邊,如下圖:
另:如同webspirit 說的:
切換到"登入"、"會員列表"、"會員註冊"等都還是會出現細細的白邊?
代碼: 選擇全部
th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; }
th.thTop { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }此部份應該要修改的檔案是 /templates/subSilver/subSilver.css,修改的觀念與前面所談的 overall_header.tpl 檔案修改是一樣的。sh85216s 寫:我發現:
檢視主題內的白線依然存在,遍尋 overall_header.tpl 找不到修改的地方.
請再次指點一下,趕雞!!
代碼: 選擇全部
th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; }
th.thTop { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }代碼: 選擇全部
/* This is the outline round the main forum tables */
.forumline { background-color: [color=blue]{T_TD_COLOR2}[/color]; border: 2px {T_TH_COLOR2} solid; }代碼: 選擇全部
/* This is the outline round the main forum tables */
.forumline { background-color: [color=blue]#789BC7[/color]; border: 2px {T_TH_COLOR2} solid; }