|
-- 作者: gibson
-- 發表時間: 2003/11/28 00:48am
[img]http://rrr.com.tw/2.jpg[/img] [img]http://rrr.com.tw/3.jpg[/img] 請問如何把論壇線上統計欄移到 個人狀態欄的下方?
我試過移了一下 都失敗 那位大大肯幫忙 是405版的 我付上檔案 感謝先
-- 作者: Anthony
-- 發表時間: 2003/11/28 01:18am
把 leoboard.cgi 的 $output .= qq~$todaypostlist </td></tr></form></table></td></tr></table><img src=$imagesurl1/images/none.gif height=7><br> <SCRIPT LANGUAGE="JavaScript"> function surfto(list) { var myindex1 = list.selectedIndex; var newwindow = list.options[myindex1].value; if (newwindow != "") { var msgwindow = window.open("profile.cgi?action=show&member="+newwindow,"",""); }} </SCRIPT> ~; 改為 $output .= qq~ </td></tr></form></table></td></tr></table> <table cellpadding=0 cellspacing=0 width=97% bgcolor=#000000 align=center>$todaypostlist</table><img src=$imagesurl1/images/none.gif height=7><br> <SCRIPT LANGUAGE="JavaScript"> function surfto(list) { var myindex1 = list.selectedIndex; var newwindow = list.options[myindex1].value; if (newwindow != "") { var msgwindow = window.open("profile.cgi?action=show&member="+newwindow,"",""); }} </SCRIPT> ~; 之後再改改界面 外框色便行
-- 作者: gibson
-- 發表時間: 2003/11/28 02:03am
感謝大大 不過我是要把論壇線上統計欄移到 個人狀態欄的下方 http://rrr.com.tw/3.jpg 可以幫我看看嗎
|