โค้ดเฮดคร้า
โค้ดใส่ BG
แบบที่ 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:fixed;
background-repeat:repeat; }
</style>
ส่วน ใหญ่ ใชั กับ รูปภาพ BG เล็ก ที่ ใช้ หลายๆ รูป จน เต็ม จอ
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 {margin-top:10px;height:40px;width: 470 px;}
#recent-updates h1 {background-image:url(Url ของรูป);
background-repeat:no-repeat;
color:#โค๊ตสี ตัวหนังสือ ;}
#lifestyle h1 {background-image:url(Url ของรูป);
background-repeat:no-repeat;
color:#โค๊ตสี ตัวหนังสือ ;}
#interests h1 {background-image:url(Url ของรูป);
background-repeat:no-repeat;
color:#โค๊ตสี ตัวหนังสือ ;}
#journalDetail h1 {background-image:url(Url ของ