|
โค้ดแก้ไข ฉากหลังของกล่อง "ข้อมูลส่วนตัว" |
 |
โค้ดปรับแต่ง (ให้แก้ไข url ของรูปภาพด้วย)
<style>
.box-profile{ background-image:url("url ของรูปภาพฉากหลัง"); }
</style> |
ตัวอย่าง
<style>
.box-profile{
background-image:url("http://demo.facebook.in.th/member/avatar/4-m-thumb.jpg");
}
</style>
|
| |
| |
| โค้ดแก้ไข ฉากหลังของหัวข้อของกล่อง "ข้อมูลส่วนตัว" |
|
โค้ดปรับแต่ง (ให้แก้ไข url ของรูปภาพด้วย)
<style>
.profile-nav{ background-image:url("url ของรูปภาพฉากหลัง"); }
</style>
|
ตัวอย่างโค้ด
<style>
.profile-nav{
background-image:url("http://demo.facebook.in.th/member/avatar/4-m-thumb.jpg");
}
</style> |
| |
| |
|
โค้ดแก้ไข ฉากหลังของหัวข้อของกล่องทั่วไป
|
 |
โค้ดปรับแต่ง (ให้แก้ไข url ของรูปภาพด้วย)
<style>
.box-head{ background-image:url("url ของรูปภาพฉากหลัง"); }
</style> |
ตัวอย่างโค้ด
<style>
.box-head{
background-image:url("http://demo.facebook.in.th/member/avatar/4-m-thumb.jpg");
}
</style> |
| |
| |
|
โค้ดแก้ไข ฉากหลังของข้อมูลในกล่องทั่วไป
|
|
โค้ดปรับแต่ง (ให้แก้ไข url ของรูปภาพด้วย)
<style>
.box-content{ background-image:url("url ของรูปภาพฉากหลัง"); }
</style>]
|
ตัวอย่างโค้ด
<style>
.box-content{
background-image:url("http://demo.facebook.in.th/member/avatar/4-m-thumb.jpg");
}
</style> |
| |
| |
|
โค้ดแก้ไข ฉากหลังด้านล่างของกล่องทั่วไป
|
|
โค้ดปรับแต่ง (ให้แก้ไข url ของรูปภาพด้วย)
<style>
.box-footer{ background-image:url("url ของรูปภาพฉากหลัง"); }
</style> |
ตัวอย่างโค้ด
<style>
.box-footer{
background-image:url("http://demo.facebook.in.th/member/avatar/4-m-thumb.jpg");
}
</style> |
| |
| |
|
โค้ดแก้ไข กรอบของอัลบั้ม
|
 |
โค้ดปรับแต่ง (ให้แก้ไข url ของรูปภาพด้วย)
<style>
.borderAlbum{ background-image:url("url ของรูปภาพฉากหลัง"); }
</style> |
ตัวอย่างโค้ด
<style>
.borderAlbum{
background-image:url("http://demo.facebook.in.th/member/avatar/4-m-thumb.jpg");
}
</style> |
| |
| |