Code Hi5
posted on 22 Sep 2008 15:16 by tempo-bigbangโค้ดแต่งhi5 รวมโค้ดhi5 ลูกเล่นต่างๆ
ก่อนเราจะรู้จัก Code เราจะต้องทำการลบข้อมูลของเก่าออกซะก่อน
1.Remove Skin เดิมทิ้ง
2.แล้วใช้
Customize Profile
( หา ไม่ เจอ ก็ คลิ๊ก ที่ รูป นี้ ได้ เลย น๊ะ )
3.แล้วเราก็ใส่ Code ต่อไปนี้ลงในส่วน Style: (Optional) / ( ใน ช่อง สี เหลี่ยม นะ )
URL คือ File Link ของ รูป คับ
วิธีที่ จะ ได้ มัน มา คือ
- 1. เอา รูป ที่ มี ใน เครื่อง โพส ไว้ ใน เวป หรือ upload ลง เวป หรือ ใน Hi5 เรา ก้ ได้
- 2. คลิ๊ก ขวา ที่ รูป ที่ อยุ่ ใน เวป หรือ Hi5
- 3. เลือก Properties ( มัน จะ อยู่ ล่าง สุด)
- 4. ดู ที่ Address (URL) : ......ส่วน นี้ คือ URL ของ รูป
----------------------------------------- ส่วน ของ BG ------------------------------------------
Code : ใส่รูป Background พื้นหลัง มี 4 แบบ 4 โค๊ต อ่ะ คับ ลอง ดู
แบบที่ 1
พื้นหลังล็อกติด
และไม่ทำรูปซ้ำ
<style type="text/css">
body {
background-image: url(URLของรูป) ;
background-attachment:fixed;
background-repeat: no-repeat; }
</style>
ส่วน ใหญ๋ ใชั กับ รูปภาพ BG เต็ม จอ พอ ดี
แบบที่ 2
พื้นหลังล็อกติด
และทำรูปซ้ำ
<style type="text/css">
body {
background-image: url(URLของรูป) ;
background-attachment:fixed;
background-repeat:repeat; }
</style>
ส่วน ใหญ่ ใชั กับ รูปภาพ BG เล็ก ที่ ใช้ หลายๆ รูป จน เต็ม จอ
แบบที่ 3
พื้นหลังเลื่อนตามสกอบาร์
และทำรูปซ้ำ
<style type="text/css">
body {
background-image: url(URLของรูป) ;
background-attachment:scoll;
background-repeat:repeat; }
</style>
ส่วน ใหญ๋ ใชั กับ รูปภาพ BG เต็ม จอ พอ ดี
แบบที่ 4
พื้นหลังเลื่อนตามสกอบาร์
และไม่ทำรูปซ้ำ
<style type="text/css">
body {
background-image: url(URLของรูป) ;
background-attachment:scoll;
background-repeat: no-repeat; }
</style>
ส่วน ใหญ่ ใชั กับ รูปภาพ BG เล็ก ที่ ใช้ หลายๆ รูป จน เต็ม จอ
Code : ลบเส้นขอบ บลอคต่างๆ
<style type="text/css">
#user-details { border: none; }
.section .content { border: none; }
</style>
Code : ใส่เส้นขอบให้บลอคต่างๆ
<style type="text/css">
#user-details {border:5px double :#ใส่โค๊ตสี}
.section .content {border:5px double #ใส่โค๊ตสี}
</style>
ส้ม = เปลี่ยน ได้ ตาม ใจ ชอบ นะ
double = เส้นคู่
dotted = เส้นจุดประๆ
solid = เส้นตรงเรียบกริ๊บ!
----------------------------------------- Search Bar ----------------------------------------
Code : เปลี่ยนสีตัวอักษรช่วง Search Bar ทั้งหมด
<style type="text/css">
#top_header{color:#ใส่โค๊ตสี!important}
#top_header a.account_link { color: #ใส่โค๊ตสี; }
#top_header a.search_link { color: #ใส่โค๊ตสี; }
#top_header a.search_link_active { color: #ใส่โค๊ตสี; }
#top_header span { color: #ใส่โค๊ตสี !important; }
#p_nav_primary li#nav a { color: #ใส่โค๊ตสี; }
#p_nav_primary li#nav_select a { color: #ใส่โค๊ตสี; }
</style>
Code : ทำ Search Bar ให้ใส
<style type="text/css">
#p_nav_primary #nav_select {background-image:none;}
#p_nav_header {background:none; border:none; }
div#top_header {background:none; }
#p_nav_primary { background: none; border:none; }
</style>
Code : เอา Search Bar ทั้งหมดออก
<style type="text/css">
#p_nav_header{display:none}
</style
-------------------------------------------- รูป ต่างๆ -------------------------------------------
Code : เปลี่ยนรูป Display ของเราให้ใหญ่ขึ้น
<style type="text/css">
#user-picture {visibility: hidden}
#user-picture img {width: ใส่ความยาว px; height: ใส่ความสูง px}
#picture-links {visibility: transparent}
#about-left { background:url( ใส่URLของรูป ) transparent 60% 10% no-repeat; }
</style>
Code : เปลี่ยนรูป Display อยู่ตรงกลาง
<style type='text/css'>
#about-left{position: relative;left: 30em;}#about-right{position: relative;left: -52em;}#about-center{position: relative;left: 32em;}
</style>
Code : เปลี่ยนรูปช่วง Comment ให้ใหญ่ขึ้น
<style type="text/css">
.comment-picture {height:100px!important;
width:100px;border:solid #000000 1px;} .comment-picture a img {width:100px;height:100px;}
</style>
Code : เปลี่ยนรูป Top Friend ให้ใหญ่
<style type="text/css">
.friend-picture{height:100px !important;width:85px!important;
margin-left:0px;border:solid #000000 1px; } .friend-picture img {height:100px !important;width:100px!important;margin-left: 7px}
</style>
ส้ม = กรอบ รูป เปลี่ยน ได้ ตาม ใจ ชอบ นะ
double = เส้นคู่
dotted = เส้นจุดประๆ
solid = เส้นตรงเรียบกริ๊บ!
none = ไม่เอาขอบ
Code : เปลี่ยนรูปทุกรูปใน page มีหลายแบบลองไปใช้ดูคับ
แบบที่ 1 page เบลอๆ
<style type="text/css">
a:link img {filter:blur(add = 0, direction = 225, strength = 10);}
a:visited img {filter:blur(add = 0, direction = 225, strength = 10);}a:hover img {filter: none}
</style>
แบบที่ 2 จะเปลี่ยนเป็นสีเทา
<style type="text/css">
a:link img {filter:none;}
a:visited img {filter:none;} a:hover img {filter:gray;}
</style>
แบบที่ 3 ด้านซ้ายไปขวา จากขวาไปซ้าย
<style type="text/css">
a:hover img {filter:fliph;}
</style>
แบบที่ 4 อันนี้ต้องลองเอง
<style type="text/css">
a:link img {filter:xray();} a:visited img {filter:xray();} a:hover img {filter:none;}
</style>
แบบที่ 5 page ใส
<style type="text/css">
a:link img {filter:alpha(opacity=60);} a:visited img {filter:alpha(opacity=60);} a:hover img {filter:none;}
</style>
แบบที่ 6 ขาวดำ
<style type="text/css">
a:link img {filter:gray;} a:visited img {filter:gray;} a:hover img {filter:none;}
</style>
แบบที่ 7 เหมือน หิน
<style type="text/css"> a:link img {filter:none;} a:visited img {filter:none;} a:hover img {filter:progid:dximagetransform.microsoft.emboss;} </style>
------------------------------------------- i con ---------------------------------------------
Code : ที่เปลี่ยนไอคอนใต้รูป Display ของเรา
<style type="text/css">
#user-links img {display: none}
#user-links a {list-style:url(ใส่ URL ของรูป ) inside;display:list-item}
</style>
Code : เปลี่ยนรูปไอคอน Online Now
<style type="text/css">
#online-now-icon
{ background: url( ใส่ URL ของรูป );
height: 50px;width: 50px; _background: none; _filter:
progid:DXImageTransform.Microsoft.AlphaImageLoader(src=3D&#39;
ใส่ URL ของรูป ;)) ;height:50px;width: 50px;}
#online-now-icon {background-image: url( ใส่URLของ รูป );
width: 50px; height: 50px;margin: 5px 0px 0px 0px;}
</style>
------------------------------------------ ส่วน ของ Comment ---------------------------------------
Code : รูปในกล่องคอมเม้น
<style type="text/css">
textarea {background-image:url( Url ของรูป );
border-style: inset;
color: สีของตัวอักษรเวลาพิมในกล่อง ;
height: ความสูง px ;
width: ความยาว px ; }
</style>
Code : ทำกรอบให้คอมเม้ม
<style type="text/css">
.subsection .comment {background: url( ใส่ URL รูปภาพ );
border: inset 3px #ใส่โค๊ตสี ;
height: ความสูง px; overflow: auto;}
</style>
ส้ม = เส้นกรอบคอมเม้ม
double = เส้นคู่
dotted = เส้นจุดประๆ
solid = เส้นตรงเรียบกริ๊บ!
Code : รูป เพื่อนcomment อยู่ตรงกลาง
<style type='text/css'>
.comment-picture {MARGIN-TOP: 6em; LEFT: 16em;POSITION: relative;}
</style>
Code : สลับ ย้ายคอมเม้นท์มาด้านซ้าย (รวมทั้งลิตเพื่อนและอัลบั้มภาพ)
<style type=text/css>
table {direction:rtl;} table table table {direction:ltr;}
</style>
Code : Hidden ข้อความใน Comment / เอา เมาส์ ชี้ Show Comment
<style type="text/css">
.subsection .comment {height:105px !important;}
.subsection .comment:hover {height:100% !important;overflow-y:auto;}
</style>
Code : ลบ ชื่อ กับ วัน เวลา ที่ เม้ม
<style type="text/css">
.comment div {visibility: hidden}
</style>
Code : ลบเส้นคั่นใน Comment
<style type="text/css">
.listitem-separator {visibility: hidden;}
</style>
Code : ใส่รูปแทนเส้นคั่น Comment
<style type="text/css">
#comments .listitem-separator
{DISPLAY: block;background:url( ใส่URLของรูป ) !important;
HEIGHT: ใส่ความสูง px! important;background-repeat: no-repeat! important;background-position: center! important;}
</style>
Code : เปลี่ยนสีเส้นคั่น Comment
<style type="text/css">
#comments .listitem-separator {background: # ใส่โค๊ตสี !important;}
</style>
Code : ตัวหนังสือใน comment
<style type='text/css'>
.section .comment-text {
TEXT-ALIGN: left ;
line-height: 15pt;
color: #ใส่โค๊ตสี;
filter: glow(color= #ใส่โค๊ตสี, strength=5)
}
</style>
ส้ม ตำแหน่ง ของ คอม เม้ม
left (ซ้าย) / center (กลาง) / right (ขวา)
-------------------------------------------- แถบ สถิติ ------------------------------------------
Code : เปลี่ยนแถบสีแสดง สถิติ
<style type="text/css">
.vanity-bar div {background:url( url รุปภาพพื้นหลัง ) !important;}
.vanity-bar div div {background:url( url รูปภาพสถิติ ) !important;}
.vanity-bar div div img,.vanity-bar div img
{display:none;}
</style>
url รูปภาพลองไปใช้ดู
http://image.dek-d.com/9/783888/11753865.gif
http://image.dek-d.com/9/783888/11753867.gif
http://image.dek-d.com/9/783888/11753869.gif
http://image.dek-d.com/9/783888/11753861.gif
http://image.dek-d.com/9/783888/11753859.gif
------------------------------------------- header (กอบอันบน) -------------------------------------
Code : ใส่รูปให้กับ header (อันแรก)
<style type="text/css">
#profile-name {background-image:url(Url ของรูป);
background-repeat:no-repeat;
color:#โค๊ตสี ตัวหนังสือ ;
height: ความสูง px;
width: 956 px;}
#profile-nav { background-color: #โค๊ตสี BG อัน ล่าง ; }
</style>
Code : ใส่รูปภาพให้กับ header ส่วน อื่นๆ
<style type="text/css">
.section h1 {background-image:url(Url ของรูป);
background-repeat:no-repeat;
color:#โค๊ตสี ตัวหนังสือ ;}
</style>
Code : ทำให้ header ใสมองทะลุได้ทุกอัน
<style type="text/css">
#profile-nav { background-color: transparent; }
.section h1 { background-color: transparent; border: none; }
.section h2 { background-color: transparent; border: none; }
</style>
---------------------------------------------- Link ------------------------------------------
Code : สำหรับชี้ลิ้งค์แล้วเปลี่ยน
- เป็นจุดสีชมพูวิบวับๆ
<style type="text/css">
a:hover{background: url('http://www.ayw102.th.gs/web-a/yw102/hi5/12.gif'); }
</style>
- ไฮไลท์แว๊บๆ - แดง
<style type="text/css">
a:hover{background: url('http://www.ayw102.th.gs/web-a/yw102/hi5/16.gif'); }
</style>
- ไฮไลท์แว๊บๆ - ดำ
<style type="text/css">
a:hover{background: url('http://www.ayw102.th.gs/web-a/yw102/hi5/17.gif '); }
</style>
- ไฟลุกขึ้นมา
<style type="text/css">
a:hover{background: url('http://www.ladylony.com/xox1.gif'); }
</style>
---------------------------------------- Five -----------------------------------------
Code : ใส่รูปขอ Five นะครับ
<style type="text/css">
#user-fives .subsection div {width:45px !important}
#user-fives .subsection .listitem-separator {display:block !important}
#user-fives .subsection {background:url( URLของรูปภาพ );
background-position:235px;
background-repeat:no-repeat
</style>
--------------------------------------------- ส่วน ประ กอบ อื่นๆ ---------------------------------------------
Code : ใส่กรอบให้หน้าเวป
มีทั้งหมด 4 แบบอ่ะ สามารถเปลี่ยนสีได้ตามใจชอบคับ
จะใส่ต่างกันทั้ง 4 ด้านก็ได้อ่ะคับ ^^
แบบที่ 1
<STYLE>
html
{ BORDER-RIGHT: #ใส่โค๊ตสี 12px ridge;
BORDER-TOP: #ใส่โค๊ตสี 12px ridge;
BORDER-LEFT: #ใส่โค๊ตสี 12px ridge;
BORDER-BOTTOM: #ใส่โค๊ตสี 12px ridge }
</STYLE>
แบบที่ 2
<STYLE>
html
{ BORDER-RIGHT: #ใส่โค๊ตสี 12px solid;
BORDER-TOP: #ใส่โค๊ตสี 12px solid;
BORDER-LEFT: #ใส่โค๊ตสี 12px solid;
BORDER-BOTTOM: #ใส่โค๊ตสี 12px solid;}
</STYLE>
แบบที่ 3
<STYLE>
html
{ BORDER-RIGHT: #ใส่โค๊ตสี 12px dotted;
BORDER-TOP: #ใส่โค๊ตสี 12px dotted;
BORDER-LEFT: #ใส่โค๊ตสี 12px dotted;
BORDER-BOTTOM: #ใส่โค๊ตสี 12px dotted;}
</STYLE>
แบบที่ 4
<STYLE>
html
{ BORDER-RIGHT: #ใส่โค๊ตสี 12px double;
BORDER-TOP: #ใส่โค๊ตสี 12px double;
BORDER-LEFT: #ใส่โค๊ตสี 12px double;
BORDER-BOTTOM: #ใส่โค๊ตสี 12px double;}
</STYLE>
Code : เปลี่ยนสี scrollbar ( แถบเลื่อน ทาง ขวา สุด ของ จอ )
<style type="text/css">
html {
scrollbar-arrow-color: #ใส่โค๊ตสี ;
scrollbar-face-color: #ใส่โค๊ตสี ;
scrollbar-highlight-color: #ใส่โค๊ตสี ;
scrollbar-3dlight-color: #ใส่โค๊ตสี ;
scrollbar-shadow-color: #ใส่โค๊ตสี ;
scrollbar-darkshadow-color: #ใส่โค๊ตสี ;
scrollbar-track-color: #ใส่โค๊ตสี ;
}
</style>
//////////////////////////////////////////////////////////////////////
โค้ดซ่อนรูปอัลบั้มไว้หลังรูปอื่น
<style type="text/css">
.album { background:url( urlของรูป );background-repeat:no-repeat; background-position: center center;}
.album:hover {background:url( urlของรูป );}
.album img {filter:alpha(opacity=0);}
.album img:hover {filter:alpha(opacity=100);}
</style>
---------------------------------------------------------
โค้ดซ่อนรูปFiveไว้หลังรูปอื่น
<style type="text/css">
#user-fives a:hover img {filter:none}
.link_five img {display:none}
.link_five img {margin-top: 5px;}
.link_five {display: block;background: url( urlของรูป ) center center no-repeat;height: ความสูงpx;}
.link_five:hover img {display: block;}
.link_five .listitem-separator {display:none}
</style>
-----------------------------------------------------------
โค้ดทุกอย่างอยู่ตรงกลาง
<style type="text/css">
#photoAlbums {display:none}
#recent-updates {display:none} #user-fives {position:relative;bottom: -0em;left: -20.2em;}
#content-left {position:relative;bottom: -57.5em;left: 0em;}
#friends {position:relative;bottom: -0em;left: -20.2em;}
.friend-picture{height:ความสูงรูปเพื่อนpx}
#photoAlbums {display:none}
#recent-updates {display:none}
#user-fives {position:relative;bottom: -0em;left: -20.2em;}
#content-left {position:relative;bottom: -57.5em;left: 0em;}
#friends {position:relative;bottom: -0em;left: -20.2em;}
.friend-picture{height:100px !important;width:100px!important; margin-left:0px;border: none 0px; }
.friend-picture img {height:100px !important;width:100px!important;margin-left: 6px}
#p_nav_primary #nav_select {background-image:none;}
#p_nav_header {background:none; border:none; }
div#top_header {background:none; }
#p_nav_primary { background: none; border:none; }
#p_nav_header{display:none}
.comment-picture {height:ความสูงรูปคอมเม้นpx!important; width:ความกว้างรูปคอมเม้นpx;
border:ชนิดกรอบ #โค้ดสี ขนาดกรอบpx;}
.comment-picture a img {width:ความกว้างรูปคอมเม้นpx;height:ความสูงรูปคอมเม้นpx;}
#comments {position:relative;top: 70em;right: 30.5em; MARGIN-LEFT: -115px;MARGIN-right: -250px;width:907px;MARGIN-BOTTOM: 70em;}
.comment-text {MARGIN-TOP: 6em; LEFT: 27em;POSITION: relative;}
#comments h2 { text-align: center }
#comments h1 { text-align: center }
.comment-picture {MARGIN-TOP: 6em; LEFT: 33em;POSITION: relative;}
.comment-picture {height:100px !important; width:100px;}
.comment-picture {height:100px !important; width:100px;}
#comments .subsection { background:url(none); } .comment-picture {MARGIN-TOP: 6em; LEFT: 31em;POSITION: relative;}
.comment-text { TEXT-ALIGN: center}
.comment-text {MARGIN-TOP: 6em; LEFT: 12em;POSITION: relative;}
#comments h2 { text-align: center } #comments h1 { text-align: center }
.section .comment-text { FONT-SIZE: 15px; FLOAT: none; MARGIN: 28px 0 0 13px; OVERFLOW: auto; WIDTH: 440px; COLOR: #; FONT-FAMILY: bold; }
.comment { border: ชนิดกรอบคอมเม้น ขนาดpx #โค้ดสี; }
.comment-text { letter-spacing: 8px }
.comment {background:url(); background-position:226px 11px;background-repeat:no-repeat}
.comment-text { background: url(none); border:ขนาดกรอบpx #โค้ดสี ชนิดกรอบในคอมเม้น;}
#comments .subsection {border-style: ชนิดกรอบ; border: ขนาดกรอบpx;border-color: #โค้ดสี; }
#comments .listitem-separator {background:url(urlรูปเส้นกั้นคอมเม้น) top center no-repeat !important; height:ความสูงpx !important;}
.comment-picture {border: ชนิดกรอบ ขนาดpx #โค้ดสี;}
#user-details { border: none; } .section .content { border: none; }
#profile-nav { background-color: transparent; }
.section h1 { background-color: transparent; border: none; }
.section h2 { background-color: transparent; border: none; }
</style>
------------------------------------------------------
โค้ดเฮดคลุมทั้งโปรไฟล์ (ต้องทำรูปก่อน)
<style type="text/css">
#p_nav_header { background: url( urlของรูป )!important;
background-repeat:no-repeat!important; border:none;
width: 956px!important;margin-top:7px!important;height:82px}
#new_header,#top_header , #primenu li.on,#p_nav_primary ,#nav_select{ background:none !important; border:none; }
table#search_table tr td { vertical-align: left !important;}
#search_table {direction:ltr !important}
.box_profile_connections {display:none!important}
.profile-nav {margin: 0 0 10px 0; padding: 0px 0 0 0!important;}
#profile-name {background-image:url( urlของรูป );
width:956px; height:383px;background-repeat:no-repeat; }
#profile-nav {background:url( urlของรูป ) no-repeat;height:35px;}
.sub_nav_link {color:#000000 !important}
#user-details .content {background: url( urlของรูป );}
#user-details{border:none !important;}
#user-details .footer {display:none}
</style>
----------------------------------------------------
โค้ดซ่อนคอมเม้น
<style>
.subsection .comment {height:100px !important;}
.subsection .comment:hover {height:100% !important;overflow-y:auto;}
</style>
----------------------------------------------------
โค้ดตัวหนังสือทั้งหน้าhi5และให้ตัวหนังสือห่างกัน
<style type="text/css">
body,p {color: #โค้ดสีตัวหนังสือ;font-size: ขนาดpx;font-family:'ชนิดของตัวหนังสือ';
letter-spacing: ระยะห่างpx;}
</style>
----------------------------------------------------
โค้ดลบช่องว่างระหว่างเสิร์ทบาร์กับเฮด
<style>
.box_profile_connections {display:none!important}
.profile-nav {margin: 0 0 10px 0; padding: 0px 0 0 0!important;}
</style>
----------------------------------------------------
โค้ดใส่รูปตรงส่วนท้ายของข้อมูลโปรไฟล์
<style type="text/css">
#user-details .footer {background-image: url( urlของรูป );
display: block;height: ความสูงpx;}
</style>
----------------------------------------------------
โค้ดใส่รูปตรงด้านล่างสุดของhi5
<style type="text/css">
#footer { background: url( urlของรูป ) no-repeat center center;
border: none; display: block; height: ความสูงpx; }
#footer *,#footer a,#ad_banner {display: none;}
</style>
-----------------------------------------------------
โค้ดชี้ลิ้งค์แล้วตัวหนังสือใหญ่ขึ้น
<style type="text/css">
A:hover { font-variant: small-caps; font-size: ขนาดตัวหนังสือpx; font-weight: bold; color: #โค้ดสี; }
</style>
----------------------------------------------------
โค้ดเปลี่ยนสีลิ้งค์ทั้งหมด(ชี้ลิ้งค์แบบใหม่!)
<style type="text/css">
body { margin: 0px 0px; padding: 0px 0px}
a:link { color: #ใส่สีลิงค์ที่ชอบ; text-decoration: none}
a:visited { color: #สีลิงค์ที่คลิกแล้ว; text-decoration: none}
a:active { color: #สีตอนกำลังจะคลิก; text-decoration: underline}
a:hover { color: #สีตอนคลิกลิงค์; text-decoration: underline}
</style>
-----------------------------------------------------
โค้ดเปลี่ยนตัวอักษรคอมเม้นที่กล่องคอมเม้น
<style type="text/css">
textarea{width:ความกว้าง;height:ความสูง;background:url("urlรูป");
color="โค้ดสี"; STRONG; font-family :แบบอักษร; font-size:ขนาดpt;
</style>
----------------------------------------------------
โค้ดเปลี่ยนตัวอักษรตรงคอมเม้น
<style type="text/css">
#comment_detail_border div{font-family:"แบบอักษร";font-size:ขนาดpt;}
</style>
---------------------------------------------------
โค้ดชี้ลิ้งค์แล้วมีHIGHTLIGHT
<style type="text/css">
a:hover { color:สีตัวอักษร;
text-decoration:none; background:สีBG;}
</style>
----------------------------------------------------
โค้ดเมาส์เป็นเครื่องหมายบวก
<style type=text/css>
body {cursor:crosshair;}
</style>
----------------------------------------------------
โค้ดเปลี่ยนสีอักษรทั้งหน้าhi5
<style>
td,th,div,li,ul,p {color: โค้ดสี;font-size: ขนาดpx;font-family: 'แบบตัวอักษร';}
body,p {color: โค้ดสี;font-size: ขนาดpx;font-family: 'แบบตัวอักษร';letter-spacing:1px;}
ment,p {color: โค้ดสี;font-size: ขนาดpx;font-family: 'แบบตัวอักษร';letter-spacing:1px;
</style>
----------------------------------------------------
โค้ดใส่เอ็ฟเฟคที่เฮด
<style type="text/css">
#profile-name { background-color: transparent; border: none ;
background-color: โค้ดสี ; (*ควรเป็นสีพื้นๆจะได้เห็นเอ็ฟเฟคชัดๆ)
color: #00FF00 ; height: ความสูงpx; width: ความกว้างpx;}
</style>
<style type="text/css">
#profile-name {background-image:url( urlของรูป ); color: #โค้ดสี ;
height: ความสูงpx ; width: ความกว้างpx ;}
</style>
--------------------------------------------------------------
โค้ดใส่BGตรงคอมเม้นมี2แบบ
1. ใส่BGเฉพาะข้อความคอมเม้น
<style type="text/css">
.subsection .comment-text{border:none;background:url(urlของรูป);}
</style>
2. ใส่BGครอบคลุมทั้งหมดของคอมเม้น(รวมชื่อ-วัน-เวลา+รูปคนคอมเม้น)
<style type="text/css">
.section .comment-text{border:none;background:url(urlของรูป);}
</style>
------------------------------------------------------------
โค้ดเม้าท์เปลี่ยนได้2รูปแบบ
<style type="text/css">
body {cursor: url( urlของเม้าท์เวลาไม่ได้ชี้ลิ้งค์ );}
a {cursor: url( urlของเม้าท์ตอนที่ชี้ลิ้งค์ );}
</style>
----------------------------------------------------------
โค้ดเมื่อชี้ที่รูปคอมเม้นแล้วจะเปลี่ยนเป็นแบบต่างๆ (เอ็ฟเฟคชี้ลิ้งค์นั่นเองแต่นี่จะเปลี่ยนเฉพาะชี้ที่รูปคอมเม้นเท่านั้น)
ตัวอย่าง : นี่เป็นโค้ดเอ็ฟเฟคภาพจางพอเอาเม้าท์ไปชี้จะเป็นปกติ
(*สามารถนำไปดัดแปลงใช้กับทุกเอ็ฟเฟคได้แค่เติมคำว่า .comment-picture ลงไปเท่านั้นเอง )
<style type="text/css">
.comment-picture IMG{ filter: Alpha(Opacity=100, FinishOpacity=0, Style=3, StartX=10, StartY=10, FinishX=0, FinishY=0) }
IMG HOVER { filter: Blur(Add = 0, Direction = 225, Strength = 1) }
A:HOVER IMG{ filter: Blur(Add = 0, Direction = 225, Strength = 1) }
</style>
---------------------------------------------------------
โค้ดต่อไปนี้เอาไปใส่เวลาเม้นหาเพื่อน หรือใส่ในช่อง"เกี่ยวกับฉัน"และ"ความสนใจเฉพาะ"นะคะ!!
โค้ดข้อความวิ่งและเขียนเอง
<font face="ชนิดตัวหนังสือ" size="3" color="#โค้ดสี">
<marquee>ใส่ข้อความ</marquee></font>
-----------------------------------------------------
โค้ดข้อความเขียนเอง
<font face="ชนิดตัวหนังสือ" size="3" color="#โค้ดสี">ใส่ข้อความ</font>
----------------------------------------------------
โค้ดข้อความวิ่งมีพื้นหลัง
<p><font color="#โค้ดสีตัวหนังสือ">
<marquee bgcolor="#โค้ดสีพื้นหลัง">ใส่ข้อความ</marquee></font></p>
-----------------------------------------------------
โค้ดอักษรเลื่อน(จากขวามาซ้าย)และเป็นลิ้งค์ด้วย
<MARQUEE direction=left>ข้อความด้านหน้าลิ้งค์<A href="Urlของลิ้งค์ ">ข้อความที่เป็นลิ้งค์z</A></MARQUEE>
-----------------------------------------------------