Group Blog
 
 
กันยายน 2551
 
 123456
78910111213
14151617181920
21222324252627
282930 
 
2 กันยายน 2551
 
All Blogs
 

・*:.。. .。.:*・゚โค้ดแต่งบล็อค゚・*:.。. .。.:*・




 

Create Date : 02 กันยายน 2551
46 comments
Last Update : 3 กันยายน 2551 9:47:40 น.
Counter : 871 Pageviews.

 

1.เอารูปใส่ที่หัวข้อเวปเพจ

<img border="0" src="URLของรูป"border="0">

 

โดย: UnderSunShine* 3 กันยายน 2551 10:00:09 น.  

 

2.โค้ดกล่องเม้น-เปลี่ยนแบบตัวอักษร
<STYLE type="text/css">textarea{width:250;height:250;background:url("urlรูป");

color="#FFFFFF"; STRONG; font-family : 4803_Kwang_MD;

font-size:24pt; </STYLE>


หมายเหตุ ถ้าเราไม่ชอบฟอนต์คิคุก็ให้ดูตรง 4803_Kwang_MDแล้วเปลี่ยนเป็นฟอนต์ที่เพื่อนๆชอบค่ะ ถ้าอยากเปลี่ยนขนาดด้วยก็ให้ดู font-size:24pt เปลี่ยนจาก24เป็นอะไรก็ได้ค่


 

โดย: UnderSunShine* 3 กันยายน 2551 10:02:03 น.  

 

3.โค๊ดอักษรหล่นลงมา(สายฝน)

[ SCRIPT language="JavaScript">

// FallT v1.0 By Maxx Blade - //www.maxxblade.co.uk
///////////// Only Edit these lines ////////////////
var no=5,speed=30,slider=30,fallmax=8,wind=0,fallwhat="เปี่ยข้อความตงนี้นะ",fallsize=10,fallfont="Tahoma";
var colours=new Array("FF008A","FD54B0","FC87C7","FCB4DB","FDD6EB","FFFFFF");
//////////////////////////////////////////////////////
var o=new Array(), tog=1, dofallt=new Array();
var ns4=(document.layers)?1:0;
var ie4=(document.all)?1:0;
var ns6=(document.getElementById&&!document.all)?1:0;
if(ie4) falllayer="document.all[''''gf''''+i].style";
if(ns4) falllayer="document.layers[''''gf''''+i]";
if(ns6) falllayer="document.getElementById(''''gf''''+i).style";
function winWid(){ return (ns4||ns6)?w indow.innerWidth:document.body.clientWidth; }
function winHei(){ return (ns4||ns6)?w indow.innerHeight:document.body.clientHeight; }
function winOfy(){ return (ns4||ns6)?w indow.pageYOffset:document.body.scrollTop; }
function togFall(){ for(i=0;i[ no;i++){ if(tog==1){ with(eval(falllayer)){ left=-500; } clearTimeout(dofallt[i]); }else{ fallt(i); } } tog*=-1 }
function newobj(q,t){
spin = parseInt(Math.random()*slider);
spin = (Math.random()>0.5) ? spin : -spin;
o[q] = new Array(parseInt(Math.random()*(winWid()-slider)),-30,spin,0.02+Math.random()/10,parseInt(1+Math.random()*fallmax),0);
if(t==1){
if(ns4){ document.write(''''<layer name="gf''''+q+''''" left="0" top="0" visibility="show">''''+fallwhat+''''</layer>''''); }
if(ie4||ns6){ document.write(''''<span id="gf''''+q+''''" "POSITION: absolute; Z-INDEX: -''''+q+''''; VISIBILITY: visible; TOP: 0px; LEFT: 0px; font-size: ''''+fallsize+''''px; font-family: ''''+fallfont+'''';">''''+fallwhat+''''</span>''''); }
}
}
function fallt(i){
if((o[i][1]>winHei()-(fallsize*1.5))||(o[i][0]>winWid()-slider-(fallsize*fallwhat.length))){ newobj(i,0); }
o[i][1] += o[i][4];
o[i][0]+=wind;
o[i][5] += o[i][3];
sizexy=Math.sin(o[i][5]);
lay=(ie4)?sizexy:parseInt(sizexy+1);
sizexy=(sizexy>0)?sizexy:0-sizexy;
with(eval(falllayer)){
top = o[i][1]+winOfy();
left = o[i][0]+o[i][2]*Math.cos(o[i][5]);
if(!ns4){
zIndex=lay;
color=colours[parseInt(sizexy*(colours.length-1))]
}
}
dofallt[i] = setTimeout("fallt("+i+")", speed);
}
for (i = 0; i < no; i++){ newobj(i,1); fallt(i); }
</SCRIPT>


 

โดย: UnderSunShine* 3 กันยายน 2551 10:03:26 น.  

 

4.โค๊ดกรอบปฏิทิน

<style>
calendarHeader {
background:white;
}
.calendarToday {
font-weight: bold;
background:white;
}
.calendar {
border:1px solid #000000;
}
</style>

หมายเหตุ เปลี่ยนสีตรง #000000 นะคะ ถ้ายากเปลี่ยนขนาดกรอบดูตรง border:1 ก็เปลี่ยขนาดตามใจชอบได้เลยค่ะถ้าอยากเปลี่ยนรูปแบบของขอบให้ดูตรงsolid (เส้นเดี่ยว)แล้วเปลี่ยนตามใจชอบดังนี้ค่ะ

- none คือ ไม่มีเส้น
- dotted คือ จุดๆ
- dashed คือ เส้นประ
- solid คือ เส้นเดี่ยว
- double คือ เส้นคู่

 

โดย: UnderSunShine* 3 กันยายน 2551 10:04:53 น.  

 

5.ทำให้ข้อความที่คอมเมนต์แล้วชิดซ้าย, อยู่ตรงกลาง

<style>#comment_detail_border{ text-align:right; </style>

หมายเหตุ ถ้าอยากให้อยู่ตรงกลางให้ดูตรง right แล้วเปลี่ยนเป็นcenter

 

โดย: UnderSunShine* 3 กันยายน 2551 10:07:59 น.  

 

6.โค๊ดข้อความต้อนรับ

[ script language="JavaScript">
function loadalert ()
{alert("ใส่ข้อความตรงนี้นะคะ")}
loadalert()
</script>

หมายเหตุ ถ้าอยากให้มีป็อปอัพหลายๆอันก็ใส่โค๊ดซ้อนๆกันนะคะ

 

โดย: UnderSunShine* 3 กันยายน 2551 10:12:32 น.  

 

7.โค๊ดข้อความบอกลา

[ Script Language="VBScript">
Sub Window_onUnLoad()alert("ใส่ข้อความตรงนี้นะคะ")End Sub </Script>

 

โดย: UnderSunShine* 3 กันยายน 2551 10:14:03 น.  

 

8.โค้ด ดอกไม้ หมุนรอบเม้าส์

[ script language="JavaScript"
src="//se-ed.net/honnynu/java/iro052.js"></script>

 

โดย: UnderSunShine* 3 กันยายน 2551 10:16:58 น.  

 

9.โค้ดbgภาพ: เมื่อคลิกภาพเล็ก ภาพจะเป็นbg ให้กับเว็บหรือไดอารี่

<center><a href=javascript:document.body.style.backgroundImage='url("urlภาพbg")';document.close();><IMG src="urlภาพbg แบบกำหนดขนาดเล็ก" width="200"</a>

หมายเหตุ
1. width="200" ขนาด ภาพbg ที่เรากำหนด ก่อนคลิกเพื่อเข้าสู่ขนาดจริง

 

โดย: UnderSunShine* 3 กันยายน 2551 10:27:59 น.  

 


10.Code:เมื่อคลิกที่ภาพเล็ก ภาพจะใหญ่ขึ้น

<a href="url ภาพ ขนาดปกติที่เราจะให้คลิกไปดูภาพใหญ่" target="_blank"><img src="url ภาพที่เราทำให้มีขนาดเล็ก" width="50" height="50"
></a>

 

โดย: UnderSunShine* 3 กันยายน 2551 10:30:34 น.  

 

11.โค้ดแฟลช
<table align=center cellSpacing=0 cellPadding=0 border=0 background=รูปภาพที่ต้องการใส่ width=300height=300><tr><td align=center><embed src= URL ของไฟล์Flash width=300 height=300 type=application/x-shockwave-flash quality="high" menu="false" wmode="transparent"></embed>
</td></tr></table>

//imgfree.21cn.com/free/flash/158.swf Flash white heart

//imgfree.21cn.com/free/flash/139.swf Dandelion flowers

//imgfree.21cn.com/free/flash/194.swf หัวใจสีขาว

//imgfree.21cn.com/free/flash/200.swf หัวใจสีขาวใหญ่

 

โดย: UnderSunShine* 3 กันยายน 2551 15:38:21 น.  

 

12.ใส่ background เฉพาะส่วนกลางบล็อก

BG 1 จะเป็นสีที่ครอบคลุมไปถึงข้างล่าง
BG 2 เป็นกรอบที่แยกส่วนเนื้อหากับส่วนของ comment
BG 3 เป็นพื้นที่ตรงกลางของเนื้อหา

<center><table style="background:none url(BG 1);";cellpadding="10" cellspacing="20"><tr><td align=center><table style="background:none url(BG 2);";cellpadding="10" cellspacing="20"><tr><td align=center><table style="background:none url(BG 3);";cellpadding="20" cellspacing="20"><tr><td align=center>ใส่รายละเอียดที่นี่
</td></tr></td></tr></center>


 

โดย: UnderSunShine* 4 กันยายน 2551 17:16:01 น.  

 

13.ใส่ selection box ให้ friend's blog

การทำ selection จะทำให้รายชื่อของ links กระชับขึ้น
ถ้าต้องการใส่ชื่อของเว็ป ก็ให้ใส่ http ของเว็บนั้นๆเข้าไป
<select onchange="if (this.options[this.selectedIndex].value != 'null') { window.open(this.options[this.selectedIndex].value,'new','toolbar=no,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes') }" style="background:aliceblue; width:165; color:royalblue; border:0; AutoSize:false;"><option value="null">ชื่อ field box </option><option value='//www................'>name</option>
<option value='//www.................'>name</option></select>
จะออกมาดังนี้

 

โดย: UnderSunShine* 4 กันยายน 2551 17:25:56 น.  

 

14.ใส่กรอบ (Table) หลายๆแบบให้ข้อความ
ต้องการกรอบแบบไหนก็เปลี่ยนรายละเอียดได้ 3 ตำแหน่ง คือ
ความหน้าของกรอบ 2px
ชนิดของกรอบ dotted, dashed,solid, groove, ridge, inset, outset, double
สีของกรอบ red,blue

<center><table style="border: 1px solid color code;"cellpadding="5" cellspacing="10"<tr><td><center>
ใส่รายละเอียดที่นี่</center>
</td></tr></table></center>

solid 2 px



dotted 2 px



dashed 2 px



groove 5 px



ridge 5 px



inset 5 px



outset px



double 5 px





 

โดย: UnderSunShine* 4 กันยายน 2551 23:52:34 น.  

 

15.วิธีใส่รูปให้เรียงเป็นแถว แบบต่างๆ
โค้ดใส่รูปให้เรียงเป็นแถวเดียวกัน


<table border="0"><tbody><tr><td><img src="..ใส่..//..ของรูป.." border="0" /> </td><td><img src="..ใส่..//..ของรูป.." border="0" /></td><td><img src="..ใส่..//..ของรูป.." border="0" /></td></tr></tbody></table>

ถ้ามีมากกว่า1แถวก็ให้ใส่ต่อกันไปเรื่อยๆค่ะ


<table border="0"><tbody><tr><td><img src="..ใส่..//..ของรูป.." border="0" /> </td><td><img src="..ใส่..//..ของรูป.." border="0" /></td><td><img src="..ใส่..//..ของรูป.." border="0" /></td></tr></tbody></table>
<table border="0"><tbody><tr><td><img src="..ใส่..//..ของรูป.." border="0" /> </td><td><img src="..ใส่..//..ของรูป.." border="0" /></td><td><img src="..ใส่..//..ของรูป.." border="0" /></td></tr></tbody></table>



 

โดย: UnderSunShine* 5 กันยายน 2551 0:07:36 น.  

 

16.เปลี่ยนสี font

<font color=code>....</font>




Code เปลี่ยนสี font ทั้งหน้า
<style>body, ul, li, p{font: normal MS Sans Serif,Tahoma;font-size:10pt;color:black;}</style>

 

โดย: UnderSunShine* 11 กันยายน 2551 16:58:45 น.  

 

17. Code สำหรับวางตำแหน่งภาพมุมบล็อก

Code ให้ภาพอยู่ – กลางบล็อก

<style>Body {background-image:url("……ใส่ URLของภาพที่จะใช้……");background-position:center;background-repeat: no-repeat;background-attachment: fixed;background-color: "……ใส่สีพื้นหลัง……";}</style>



Code ให้ภาพอยู่ – มุมซ้ายบน

<style>Body {background-image:url("……ใส่ URLของภาพที่จะใช้……");background-position: left top;background-repeat: no-repeat;background-attachment: fixed;background-color: "……ใส่สีพื้นหลัง……";}</style>



Code ให้ภาพอยู่ – มุมซ้ายกลาง

<style>Body {background-image:url("……ใส่ URLของภาพที่จะใช้……");background-position: left center;background-repeat: no-repeat;background-attachment: fixed;background-color: "……ใส่สีพื้นหลัง……";}</style>



Code ให้ภาพอยู่ – มุมซ้ายล่าง

<style>Body {background-image:url("……ใส่ URLของภาพที่จะใช้……");background-position: left bottom;background-repeat: no-repeat;background-attachment: fixed;background-color: "……ใส่สีพื้นหลัง……";}</style>



Code ให้ภาพอยู่ – มุมขวาบน

<style>Body {background-image:url("……ใส่ URLของภาพที่จะใช้……");background-position: right top;background-repeat: no-repeat;background-attachment: fixed;background-color: "……ใส่สีพื้นหลัง……";}</style>



Code ให้ภาพอยู่ – มุมขวากลาง

<style>Body {background-image:url("……ใส่ URLของภาพที่จะใช้……");background-position: right center;background-repeat: no-repeat;background-attachment: fixed;background-color: "……ใส่สีพื้นหลัง……";}</style>



Code ให้ภาพอยู่ – มุมขวาล่าง

<style>Body {background-image:url("……ใส่ URLของภาพที่จะใช้……");background-position: right bottom;background-repeat: no-repeat;background-attachment: fixed;background-color: "……ใส่สีพื้นหลัง……";}</style>



Code ให้ภาพอยู่ – เรียงแนวยาวด้านบน

<style>body {background-image:url("……ใส่ URLของภาพที่จะใช้……") ;background-repeat : repeat-x ;background-attachment : fixed; background-color: "……ใส่สีพื้นหลัง……";}</style>



Code ให้ภาพอยู่ – เรียงแนวยาวด้านล่าง

<style>body {background-image:url("……ใส่ URLของภาพที่จะใช้……") ; background-position:bottom ;background-repeat : repeat-x;background-attachment: fixed;background-color: "……ใส่สีพื้นหลัง……";}</style>



Code ให้ภาพอยู่ – เรียงแนวตั้งด้านซ้าย

<style>body {background-image:url("……ใส่ URLของภาพที่จะใช้……") ;background-position:left ;background-repeat:repeat-y ;background-attachment : fixed;background-color: "……ใส่สีพื้นหลัง……";}</style>



Code ให้ภาพอยู่ – เรียงแนวตั้งด้านขวา

<style>body {background-image:url("……ใส่ URLของภาพที่จะใช้……") ;background-position:right;background-repeat : repeat-y;background-attachment : fixed;background-color: "……ใส่สีพื้นหลัง……";}</style>

 

โดย: UnderSunShine* 11 กันยายน 2551 17:15:33 น.  

 

18.การใส่ข้อความในรูปภาพ

<table height=220 width=157 cellSpacing=0 cellPadding=0 background=URL รูปภาพที่จะใช้ border=0> <tbody><tr><td ><br>♥ เขียนข้อความ ♥<br></center></td></tr></tbody></table>

 

โดย: UnderSunShine* 11 กันยายน 2551 17:18:19 น.  

 

19. เปลี่ยน Title Bar (แถบสีฟ้าที่อยู่บนสุด)

<script language="Javascript">
var tt = 0;
var FMess = new Array("ใส่ข้อความที่ 1","ใส่ข้อความที่ 2","ใส่ข้อความที่ 3")
function FTitle()
{
document.title = FMess[tt]
tt = (tt < (FMess.length -1)) ? tt + 1 : 0;
setTimeout('FTitle()',700);
}
FTitle();
</script>

 

โดย: UnderSunShine* 11 กันยายน 2551 17:19:05 น.  

 

20. ใส่รูปภาพพร้อมคำพูด

<img src="....URL ของรูป...... " alt="ข้อความที่ต้องการ">

 

โดย: UnderSunShine* 11 กันยายน 2551 17:19:53 น.  

 

21. ชี้ลิ้งค์แล้วมีกรอบ


<STYLE type="text/css">
<!-- a:hover {border-width : 3px;border-style :
dotted;border-color : #โค๊ดสี; }--<</STYLE>


dotted สีแดงคือเปลี่ยนแบบลายเส้นได้ ดังนี้ค่ะ

♥ none คือ ไม่มีเส้น ♥

♥ dotted คือ จุดๆ ♥

♥ dashed คือ เส้นประ ♥

♥ solid คือ เส้นเดี่ยว ♥

♥ double คือ เส้นคู่ ♥

 

โดย: UnderSunShine* 11 กันยายน 2551 17:20:53 น.  

 

22.โค้ดห้ามคลิ๊กขวา


< script LANGUAGE="JavaScript">
function click() {if (event.button==2) {alert('ข้อความ');}}document.onmousedown=click// -->
< /script>

 

โดย: UnderSunShine* 11 กันยายน 2551 17:21:51 น.  

 

23. ข้อความวิ่ง หลายๆ บรรทัด


<marquee scrollAmount="1" direction="up" height="100"> <center>
ข้อความบรรทัด 1 <br>
ข้อความบรรทัด 2 <br>
ข้อความบรรทัด 3 <br>
ข้อความบรรทัด 4 <br>
ข้อความบรรทัด 5 <br>
ข้อความบรรทัด 6 <br>
ข้อความบรรทัด 7 <br> </b></center></marquee>

(ใส่ได้หลายบรรทัดเลยค่ะใช้ <br> คั่นระหว่างบรรทัด)

 

โดย: UnderSunShine* 11 กันยายน 2551 17:22:32 น.  

 

24. ข้อความต้อนรับ


<SCRIPT LANGUAGE="JavaScript">
<!-- Begin alert("พิมพ์ข้อความที่จะทักทายที่นี่ค่ะ")
// End --> </script>

 

โดย: UnderSunShine* 11 กันยายน 2551 17:23:09 น.  

 

25. เปลี่ยน Cursor


<body style="cursor:url(URL ของ รูป cursor ที่จะใส่)">

URL ของ cursor ที่มีค่ะ

(//www.ladylony.com/cursores/esp13.cur) ปีกนางฟ้า
(//www.ladylony.com/cursores/esp14.cur) ปีกนางฟ้าสีขาว
(//www.ladylony.com/cursores/esp14.cur)-------------มงกุฎ
(//www.ladylony.com/cursores/esp14.cur) ----ดอกซากุระสีชมพู
(//www.ladylony.com/cursores/cut34.cur) ------เต่าทอง
(//www.ladylony.com/cursores/nat13.cur) ----ดาวสีน้ำตาล
(//www.ladylony.com/cursores/nat5.cur) -----เมฆสองก้อน
(//www.ladylony.com/cursores/nat6.cur) ----เมฆก้อนเดียว
(//www.ladylony.com/cursores/nat4.cur) ----รุ้งใหญ่
(//www.ladylony.com/cursores/nat3.cur) -----รุ้งเล็ก

 

โดย: UnderSunShine* 11 กันยายน 2551 17:27:42 น.  

 

26. ใส่รูปให้กล่อง comment


<STYLE type="text/css">textarea{width:350;height:263;background:url("//.........url ของรูปที่ต้องการนำมาใส่.........");color="blue"; font-family : tahoma; font-size:20pt; </STYLE>

 

โดย: UnderSunShine* 11 กันยายน 2551 17:28:32 น.  

 

27. ต้องการทำลิงค์เชื่อมไปยังหน้าหรือเว็บอื่น


<a href =//.........url ของรูปที่ต้องการนำมาใส่......... target=_blank> พิมพ์ข้อความที่ </a>

 

โดย: UnderSunShine* 11 กันยายน 2551 17:28:59 น.  

 

28. การใส่หลังไมค์ถึงตัวเอง

<a href =//www.pantip.com/cafe/krazip/write.php?nick_name=...ใส่ชื่อล็อกอินของคุณ... target=_blank><img src=//.........url ของรูปที่ต้องการนำมาใส่......... border=0</a>

 

โดย: UnderSunShine* 11 กันยายน 2551 17:31:08 น.  

 

29.ใส่ background เฉพาะกลางของเนื้อหา

<center><table style="background:none url(..Urlของรูป..);";cellpadding="10" cellspacing="20"><tr><td
align=none>ข้อความที่ต้องการ</td></tr></table>

 

โดย: UnderSunShine* 13 กันยายน 2551 10:00:32 น.  

 

30.ตัวหนังสือห่างกันทั้งบล็อค


<style>p{letter-spacing:2px;}
</style>

เลขยิ่งมากยิ่งห่างมาก

 

โดย: UnderSunShine* 13 กันยายน 2551 10:07:03 น.  

 

อ่านจนตาลายเลย

 

โดย: currywurst 25 พฤศจิกายน 2551 21:17:20 น.  

 

แต่ตาลายแล้วเข้าใจยิ่งขึ้น
ขอบคุณมากค่ะ

 

โดย: busabap 4 ธันวาคม 2551 1:00:46 น.  

 

Thank you na ka.....แอบจิ๊กของไปใช้เยอะเลย

ขอบคุณมากนะค่ะ......บล็อคสวยจังเลยค่ะ
ขอเป็นเพือ่นบล็อคด้วยคนนะ

 

โดย: aROla..96 4 ธันวาคม 2551 20:57:06 น.  

 

ขอบคุณมากนะคะ หยิบไปหลายอันเลย...

 

โดย: From Venus 7 ธันวาคม 2551 11:35:24 น.  

 

ขอบคุณนะคะ

มาแฮ๊ปของไปใช้เยอะแยะเลย ^ ^

ขอบคุณอีกครั้งค่ะ

 

โดย: ♥ TuU ♥ (inmybox ) 14 ธันวาคม 2551 23:10:53 น.  

 

แอบมาขอของแต่งบล้อกไปใช้นะคะ ขอบคุณค่ะ

 

โดย: Miss_Cookai 2 มกราคม 2552 18:48:43 น.  

 

31.โค้ด emo ขนาดเท่าของจริง


<script>
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo1.gif") {document.images[i].src="//i281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/ani_k_good_blue.gif";document.images[i].height="24"; document.images[i].width="30";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo2.gif") {document.images[i].src="//i281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/ani_k_good_green.gif";document.images[i].height="24"; document.images[i].width="30";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo3.gif") {document.images[i].src="//i281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/ani_k_good_orange.gif";document.images[i].height="24"; document.images[i].width="30";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo4.gif") {document.images[i].src="//i281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/ani_k_good_pink.gif";document.images[i].height="24"; document.images[i].width="30";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo5.gif") {document.images[i].src="//i281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/ani_k_good_purple.gif";document.images[i].height="24"; document.images[i].width="30";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo6.gif") {document.images[i].src="//i281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/ani_k_good_red.gif";document.images[i].height="24"; document.images[i].width="30";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo7.gif") {document.images[i].src="//i281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/ani_k_good_sky.gif";document.images[i].height="24"; document.images[i].width="30";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo8.gif") {document.images[i].src="//i281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/ani_k_good_yellow.gif";document.images[i].height="24"; document.images[i].width="30";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo9.gif") {document.images[i].src="//i281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/ani_k_star_blue.gif";document.images[i].height="16"; document.images[i].width="26";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo10.gif") {document.images[i].src="//i281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/ani_k_star_gre.gif";document.images[i].height="16"; document.images[i].width="26";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo11.gif") {document.images[i].src="//i281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/ani_k_star_ora.gif";document.images[i].height="16"; document.images[i].width="26";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo12.gif") {document.images[i].src="//i281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/ani_k_star_pink.gif";document.images[i].height="16"; document.images[i].width="26";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo13.gif") {document.images[i].src="//i281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/ani_k_star_plum.gif";document.images[i].height="16"; document.images[i].width="26";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo14.gif") {document.images[i].src="//i281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/ani_k_star_red.gif";document.images[i].height="16"; document.images[i].width="26";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo15.gif") {document.images[i].src="//i281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/ani_k_star_sky.gif";document.images[i].height="16"; document.images[i].width="26";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo16.gif") {document.images[i].src="//i281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/ani_k_star_yel.gif";document.images[i].height="16"; document.images[i].width="26";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo17.gif") {document.images[i].src="//i281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/ani_kuma_mini.gif";document.images[i].height="17"; document.images[i].width="19";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo18.gif") {document.images[i].src="//i281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/icon_k_kinshi.gif";document.images[i].height="22"; document.images[i].width="37";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo19.gif") {document.images[i].src="//i281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/icon_ani_k_kya-.gif";document.images[i].height="28"; document.images[i].width="30";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo20.gif") {document.images[i].src="//s281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/th_icon_k1.gif";document.images[i].height="24"; document.images[i].width="29";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo21.gif") {document.images[i].src="//s281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/th_icon_k_bikkuri.gif";document.images[i].height="22"; document.images[i].width="31";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo22.gif") {document.images[i].src="//s281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/th_icon_k_e.gif";document.images[i].height="30"; document.images[i].width="29";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo23.gif") {document.images[i].src="//s281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/th_icon_k_e-.gif";document.images[i].height="22"; document.images[i].width="26";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo24.gif") {document.images[i].src="//s281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/th_icon_k_e-n.gif";document.images[i].height="24"; document.images[i].width="27";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo25.gif") {document.images[i].src="//s281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/th_icon_k_ehe.gif";document.images[i].height="30"; document.images[i].width="27";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo26.gif") {document.images[i].src="//s281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/th_icon_k_naku_da-.gif";document.images[i].height="32"; document.images[i].width="27";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo27.gif") {document.images[i].src="//s281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/th_icon_k_niko1.gif";document.images[i].height="29"; document.images[i].width="27";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo28.gif") {document.images[i].src="//s281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/th_icon_k_shikushiku.gif";document.images[i].height="24"; document.images[i].width="28";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo29.gif") {document.images[i].src="//s281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/th_sche-nomikai.gif";document.images[i].height="38"; document.images[i].width="49";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo30.gif") {document.images[i].src="//s281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/th_sche-birthday.gif";document.images[i].height="46"; document.images[i].width="45";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo31.gif") {document.images[i].src="//i281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/sche-date.gif";document.images[i].height="44"; document.images[i].width="54";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo32.gif") {document.images[i].src="//s281.photobucket.com/albums/kk207/nu_nuiii/brown%20bears/th_sche-karaoke.gif";document.images[i].height="40"; document.images[i].width="52";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo33.gif") {document.images[i].src="//www.yenta4.com/cutie/upload/135/1135/4870ec97d2e61.gif";document.images[i].height="17"; document.images[i].width="23";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo34.gif") {document.images[i].src="//www.yenta4.com/cutie/upload/135/1135/4870ec9825169.gif";document.images[i].height="17"; document.images[i].width="23";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo35.gif") {document.images[i].src="//www.yenta4.com/cutie/upload/135/1135/4870ec98389f1.gif";document.images[i].height="17"; document.images[i].width="23";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo36.gif") {document.images[i].src="//www.yenta4.com/cutie/upload/135/1135/4870ec985dbbe.gif";document.images[i].height="17"; document.images[i].width="23";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo37.gif") {document.images[i].src="//www.yenta4.com/cutie/upload/135/1135/4870ec9866864.gif";document.images[i].height="17"; document.images[i].width="23";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo38.gif") {document.images[i].src="//www.yenta4.com/cutie/upload/974/974/472c9b155f0d5.jpg";document.images[i].height="35"; document.images[i].width="35";}
iLength = document.images.length; for(i=0;iiLength = document.images.length; for(i=0;iiLength = document.images.length; for(i=0;iiLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo42.gif") {document.images[i].src="//www.yenta4.com/cutie/upload/974/974/472c9b187cc05.jpg";document.images[i].height="35"; document.images[i].width="35";}
iLength = document.images.length; for(i=0;i<iLength;i++) if(document.images[i].src=="https://www.bloggang.com/emo/emo43.gif") {document.images[i].src="//www.yenta4.com/cutie/upload/974/974/472cba418be77.gif";document.images[i].height="35"; document.images[i].width="35";}
</script>

 

โดย: UnderSunShine* 2 มีนาคม 2552 21:12:29 น.  

 

ขอบคุณมากค่ะคุณนุ้ย.. ทำสำเร็จแล้ว ดีใจมาก ๆ เลย.. น่ารักมาก ขอบคุณนะคะ

 

โดย: เจแปนเบอร์รี่ 3 มีนาคม 2552 7:49:04 น.  

 

ขอบคุณมากค่ะ ขอหยิบยืมไปใช้หน่อยนะคะ ^ ^

 

โดย: ANGELANT 30 มีนาคม 2552 0:11:10 น.  

 

ขอเอาไปใช้อีกคนนะคะ :D

 

โดย: Beggi 18 มิถุนายน 2552 15:03:51 น.  

 

ขอโค้ดกรอบนับคอมเม้นท์ด้วยค่า นะๆๆๆๆ ขอบคุณค่ะ

 

โดย: แนท (Nattลิงน้อย ) 1 สิงหาคม 2553 8:27:59 น.  

 

ขอเก็บเอาไปใช้นะคะ ขอบคุณมากค่ะ

 

โดย: นก (mie_family ) 21 ตุลาคม 2553 8:53:26 น.  

 

ขอบคุณนะคะ

 

โดย: ์Noy.. (สร้อยสีม่วง ) 16 มกราคม 2554 12:39:55 น.  

 

โค๊ดในข้อ 12 ส่วนที่เขียนว่า "ใส่รายละเอียดที่นี่" หมายถึงอะไรคะ

ขอบคุณมาก ๆ ค่ะ สำหรับโค้ดทั้งหลาย ได้ประโยชน์จริง ๆ ค่ะ

 

โดย: buabusaba 17 กันยายน 2554 12:58:22 น.  

 

คุณ buabusaba " ใส่รายละเอียดที่นี่" คือ ให้ใส่รายละเอียดเนื้อหาที่เราต้องการเขียนในบล็อคค่ะ

ติดขัดตรงไหน ถามมาได้นะคะ แต่อาจจะตอบช้าหน่อย เพราะช่วงนี้ค่อนข้างยุ่งค่ะ ^^

 

โดย: UnderSunShine* 20 กันยายน 2554 16:33:29 น.  

 

ขอบคุณมากๆค่ะ

สวัสดีปีใหม่ค่ะ

 

โดย: Schnuggy ชนุ๊กกี้ 31 ธันวาคม 2555 2:03:16 น.  

ชื่อ : * blog นี้ comment ได้เฉพาะสมาชิก
Comment :
  *ส่วน comment ไม่สามารถใช้ javascript และ style sheet
 


UnderSunShine*
Location :
เกาะสมุย South Sandwich Islands

[ดู Profile ทั้งหมด]

ฝากข้อความหลังไมค์
Rss Feed
Smember
ผู้ติดตามบล็อก : 10 คน [?]









I still find each day too short for
all the thoughts I want to think,
all the walks I want to take,
all the books I want to read,
and all the friends I want to see.






ของแต่งบล็อค U p d a t e d


Line น่ารักๆแต่งบล็อค...ชุดที่ 7





รวมมิตรดุ๊กดิ๊กน่ารักแต่งบล็อค.ชุดที่ 5





Banner น่ารักๆ....แต่งบล็อค..ชุดที่ 8





Banner น่ารักๆ....แต่งบล็อค..ชุดที่ 9





Cute items [ดอกไม้สีสดใส] แต่งบล็อค...ชุดที่ 8





BG รวมมิตรสวยๆ...แต่งบล็อค





Cute items [mixed] แต่งบล็อค...ชุดที่ 10







A picture is worth a thousand words
...

Friends' blogs
[Add UnderSunShine*'s blog to your web]
Links
 

MY VIP Friend

 Pantip.com | PantipMarket.com | Pantown.com | © 2004 BlogGang.com allrights reserved.