在SKINS/主题目录/UBB/目录下,找到editor.css文件
找到图片中的css位置
添加代码:
background-image: url('背景图片地址');/*背景*/
background-attachment:fixed; /*背景不动*/
background-position:left top;/*背景靠左*/
background-repeat:no-repeat /*背景不重覆*/