| 
閱讀權限20 最後登錄09-10-7 精華0 UID614220 帖子66 積分277 註冊時間06-4-4 在線時間95 小時 
 
  
 UID614220 帖子66 積分277 Good2  註冊時間06-4-4 在線時間95 小時 
 | 
| 我個XANGAhttp://www.xanga.com/bowie0626
 用下以下語法..希望幫到大家
 會教以下既語法:
 1.自我介紹個背景
 2.除新廣告
 3.除舊廣告
 4.滑鼠游標
 5.字色統一
 6.粉紅色心心飄上
 7.日記內容有框+放底圖
 8.捲軸顏色產生器
 9.MOUSE指去日記內容變實色
 10.貼圖語法
 11.改左個標題
 12.點樣可以整個瀏覽人數
 13.免費相寶
 14.鎖右鍵
 睇左覺得好幫幫手係下邊有個推薦圖禁一下..多謝曬
-----------------------------------------------------------------------------------------------------------
 自我介紹個背景  放係Input your own Header HTML
 
 <STYLE type="text/css">
 <!--
 table.left th { background-image:url(' 標題圖片網址 ') }
 table.left td { background-image:url(' 自我介紹個背景圖片網址 ') }
 //-->
 </STYLE>
 ---------------------------------------------------------------------------------------------------------------
 除新廣告 - 放 header 度
 
 <script type="text/javascript">
 function Ads(){return null};
 function Ad(x){x.initAds=Ads()};
 function A(){return window};
 function nullAd(){Ad(A())};
 nullAd()
 </script>
 --------------------------------------------------------------------------------------------------------------
 除舊廣告 - 放邊度都得
 
 <script>
 tmp_write=document.write;
 new_write=function(x){tmp_write("<span style=display:none>"+x+"</span>")};
 document.write=new_write;
 divList=document.getElementsByTagName("div");
 divList[0].style.display='none';
 </script>
 ------------------------------------------------------------------------------------------------------------
 滑鼠游標 [放係Header ]
 
 <STYLE type="text/css">
 }BODY{cursor: url(http://webdisk2.cliffhk.net/2366/PINK.cur);}
 a {cursor: url(http://webdisk2.cliffhk.net/2366/PINK.cur);}
 </STYLE>
 
 http://webdisk2.cliffhk.net/2366/PINK.cur<~~可更改自己喜歡的游標
 ----------------------------------------------------------------------------------------------------------
 字色統一
 
 <!--字色統1--></STYLE>
 <style>
 font,body,table,td{color:#色碼}
 </style><!--結束-->
 --------------------------------------------------------------------------------------------------------------------------------------------------------------------
 粉紅色心心飄上  放係headar
 
 <EMBED style="LEET: 0px;POSITION: absolute; TOP: 0px; "align=right src=http://imgfree.21cn.com/free/flash/61.swf
 width=1024 height=2000 type=application/x-shockwave-flash wmode="transparent" quality="high">
 -----------------------------------------------------------------------------------------------------------------------------------------------------------------
 日記內容有框
 
 <style type="text/css">
 table.blogbody {
 /* this edits the other the place where the  blog is */;
 family-font: verdana;
 border: 2px double #外框色碼;
 width:2px;
 background-image:url("日記背影圖);
 FILTER: alpha(opacity=100);
 
 </style>
 -----------------------------------------------------------------------------------------------------------
 捲軸顏色產生器[放係Header ]
 
 http://cdh.idv.tw/cdh/no04.htm
 
 -----------------------------------------------------------------------------------------------
 MOUSE指去日記內容變實色
 
 </STYLE>
 <style type="text/css"> <!--
 body{ overflow-x:hidden; } -->
 </style>
 <!-- begin code provided by createblog.com -->
 <script language="javascript">
 //Sets blog opacity (0-100)
 opcty = 10;
 
 //Sets rollover opacity
 msvropcty = 100;
 
 ////////////////////////////////////
 
 tables = document.getElementsByTagName('table');
 
 for(var j=0;j<tables.length;j++){
 
 if(tables[j].className == "blogbody"){
 
 tables[j].style.filter = "alpha(opacity=" + opcty + ")";
 tables[j].onmouseover = function(){this.style.filter = "alpha(opacity=" + msvropcty + ")";}
 tables[j].onmouseout = function(){this.style.filter = "alpha(opacity=" + opcty + ")";}
 
 }
 
 }
 
 //--></script>
 --------------------------------------------------------------------------------------------------------------------
 貼圖語法
 <img src="圖片網址">
 ----------------------------------------------------------------------------------------------------------------
 改左個標題
 
 <script type='text/javascript'>
 document.title = ('你想要顯示既字');
 //-->
 </script>
 --------------------------------------------------------------------------------------------------------------------
 點樣可以整個瀏覽人數   放o係Header
 http://www.ultra-counter.com/traffic/counter.jsp
 --------------------------------------------------------------------------------------------------------------------
 鎖右鍵[不會彈出視窗]放o係Header
 <body>
 ---------------------------------------------------------------------------------------------------------------------
 免費相寶
 http://www.slide.com/skingallery
 
 如果想放係自我介紹個度.Edit Profile InfoView>Interests
 相寶大小要170 長160
 
 
 
 [ 本帖最後由 MANDY 於 09-12-24 11:49 AM 編輯 ]
 | 
 
總評分: 
威望 + 10 
Good + 2 
 查看全部評分
 |