發新話題

[分享] 【PHP】讓發文框多出背景圖片

【PHP】讓發文框多出背景圖片

在模板文件header.htm裡找到

textarea,input,object {
font-family: Tahoma, Verdana;
font-size: 12px;
color: #000000;
font-weight: normal;
background-color: $forumcolortwo ;
}


替換成
textarea {
font-family: Tahoma, Verdana;
font-size: 12px;
color: #000000;
font-weight: normal;
background: $forumcolortwo url($imgpath/$stylepath/textarea.gif);
}


input,object {
font-family: Tahoma, Verdana;
font-size: 12px;
color: #000000;
font-weight: normal;
background-color: $forumcolortwo ;
}


然後將 textarea.gif圖片上傳到相應模板的image裡

TOP

發新話題

本站所有圖文均屬網友發表,僅代表作者的觀點與本站無關,如有侵權請通知版主會盡快刪除。