|
  
- 帖子
- 2214
- 精華
- 2
- 積分
- 33509
- 威望
- 1473 級
- 金幣
- 29822 枚
- 閱讀權限
- 200
- 來自
- 台南
- 在線時間
- 618 小時
- 註冊時間
- 2008-5-21
- 最後登錄
- 2009-11-25
         
|
1#
發表於 2008-8-11 03:53
| 只看該作者
後台→ 廣告→ 加入→ 選頁首通欄廣告
設定只在首頁顯示→ 展現方式(選代碼)→填入廣告 HTML 代碼
代碼如下︰-
- <HTML>
- <HEAD><title>本站公告</title>
- <META http-equiv=Content-Type content="text/html; charset=big5">
- <style>
- TD {FONT-SIZE: 10pt; FONT-FAMILY: 細明體; COLOR: #808080}
- .close {FONT: normal 18pt Wingdings; COLOR: #77aaff; TEXT-ALIGN: right; CURSOR: hand}
- </style>
- <SCRIPT language=javascript>
- var dragapproved=false
- function drag_dropie(){
- if (dragapproved==true){
- Span.style.pixelLeft=tempx+event.clientX-iex
- Span.style.pixelTop=tempy+event.clientY-iey}}
- function initializedragie(DIV){
- Span=DIV
- iex=event.clientX
- iey=event.clientY
- tempx=DIV.style.pixelLeft
- tempy=DIV.style.pixelTop
- dragapproved=true
- document.onmousemove=drag_dropie}
- </SCRIPT>
- </HEAD>
- <BODY bgColor=#f7f7f7>
- <TABLE border=1 cellSpacing=0 cellPadding=1 bgColor=#ffc8e3 borderColor=#d0e8ff width=250 height=150 id=DIV style="POSITION: absolute; LEFT: 400px; TOP: 70px; width:253px; height:117px">
- <TR>
- <TD onmouseup=dragapproved=false onmousedown=initializedragie(DIV) height=28 style="CURSOR: move" width="222" bordercolor="#FFC8E3">
- 本站公告</TD>
- <TD width="21" bordercolor="#FFC8E3"><DIV onclick="DIV.style.visibility='hidden'" class=close>
- <b>X</b></DIV></TD>
- </TR>
- <TR>
- <TD colSpan=2 align=middle bgColor=#ffffff bordercolor="#FFC8E3">
- <p><font color="#FF6699">由於原xoops論壇出現不穩定狀態,故決定尋求更穩定快速的論壇軟體,由20080805起本站開始測試Discuz6.1,舊站請</font><a target="_blank" style="color: #FF6699; font-weight: bold" href="http://p5.no-ip.org/xoops2013/index.php">由此連結</a>.</TD>
- </TR>
- </TABLE>
- </BODY>
- </HTML>
複製代碼 要改的地方記得要改
不要全部貼上就用.
演示 : 本站首頁
|
附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊
|