1 頁 (共 1 頁)

[問題]版面管理員的顏色(已解決)

發表於 : 2003-09-14 20:39
allen0007
●架設主機作業系統:Windows Xp Pro
●快速架站程式:Appserv 1.9.0
●您的上網方式:東森CABLE
●您的 phpBB2 版本:phpBB 2.0.6

如下圖,我想把版面管理員由黑色改為綠色該如何做?
圖檔

發表於 : 2003-09-14 21:10
天霜

代碼: 選擇全部

#-----[ OPEN ]------------------------------------------ 
#
# templates/xxx/index_body.tpl
# 
#-----[ FIND ]------------------------------------------

{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}

# 
#-----[ REPLACE WITH ]-------------------------------------------------- 
#

<font color="#358eff"> {catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</font>

# 
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ 
#
在<font color="#358eff">輸入你想顯示的顏色

發表於 : 2003-09-14 21:12
allen0007
天霜 寫:

代碼: 選擇全部

#-----[ OPEN ]------------------------------------------ 
#
# templates/xxx/index_body.tpl
# 
#-----[ FIND ]------------------------------------------

{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}

# 
#-----[ REPLACE WITH ]-------------------------------------------------- 
#

<font color="#358eff"> {catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</font>

# 
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ 
#
在<font color="#358eff">輸入你想顯示的顏色
嗯........果然成功了,再次感謝啊!