phpbb3該要改哪邊呢?
自己有試著改
posting_editor.html
還有<div id="message-box">
<textarea <!-- IF S_UCP_ACTION and not S_PRIVMSGS and not S_EDIT_DRAFT -->name="signature" id="signature" style="height: 9em;"<!-- ELSE -->name="message" id="message"<!-- ENDIF --> background="http://img177.imageshack.us/img177/6939/messagefo0.jpg" rows="15" cols="76" tabindex="3" style="FILTER: Alpha(opacity=80);" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" class="inputbox">{MESSAGE}{DRAFT_MESSAGE}{SIGNATURE}</textarea>
</div>
forms.css
紅色部分是加上的部分,#message-box textarea {
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
width: 100%;
font-size: 1.2em;
color: #333333;
background:"http://img177.imageshack.us/img177/6939/messagefo0.jpg";
filter: Alpha(opacity=80);
}
不一定兩邊都會改,但有時候會出現有時候不會,不知道改哪個才是正確的,或是有其他方法可以更改背景,請各位指教!
測試網頁
ps.有時候圖出現,之後再換張圖還是出現第一次更改的那張~之後都改不瞭~拿掉也會出現,原始檔也沒有了~很詭異!= ="


