Contoh profile :
http://bincangprofesi.com/forum/profile/siburik/Langkah mengubah info dan tampilan Profile :
1. Klik menu 
2. Pada bagian "Modify Profile"...
3. Klik Ultimate Profile --> Untuk mengubah tampilan profile.
Tampilan profile bisa dikustomisasi dengan css (kode css lihat dibawah) yg bisa dicopy paste ke kolom "Customization"
4. Klik Forum Profile Information--> Untuk mengubah informasi profile yg akan tampil di sebelah kiri.
5. Klik My Pictures buat upload foto (max 3 foto)CSS forum ini untuk mengubah profile : --> yg bisa di copy paste ke customization.
<STYLE TYPE='text/css'>
BODY{background-image: url(
http://www.foto_yg_dijadikan_background.jpg); background-repeat: repeat;}
FONT{color:white; background-color:red; }
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td {color: #ffffff; font-style: normal; background: url() #000000 repeat-x; border-bottom: solid 1px #9BAEBF; border-top: solid 1px #000000;padding-left: 10px;padding-right: 10px;height: 18px;}
.windowbg, #preview_body {color: #ffffff; background: url() #000000 repeat-x;}
.windowbg2 {color: #ffffff; background: url() #000000 repeat-x;}
.windowbg3 {color: #ffffff; background: url() #000000 repeat-x;}
a:link{color: #29fc64;text-decoration: none;font-family: Trebuchet MS, sans-serif;}
a:visited {color: #29fc64; text-decoration: none;font-family: Trebuchet MS, sans-serif;}
body, td, th , tr {color: #29fc64;font-size: 10pt;font-family: Trebuchet MS, sans-serif;}
.orta {background-image: url();background-repeat: repeat-y;width: 1200px;text-align:left;}
.ust {background-image: url(); background-repeat: no-repeat; width: 1200px; height: 23px;}
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td { background: url(i) #000000 repeat-x; color: #ffffff; padding-left: 10px; padding-right: 10px;}
.alt { background-image: url('');background-repeat: no-repeat;width: 1200px;height: 31px;}
</STYLE>
Penjelasan:1. Background PhotoUntuk mengubah background profil, ganti
http://www.blablabla.jpgBODY{background-image: url(
http://www.blablabla.jpg); background-repeat: repeat-x;}
2. Warna & jenis tulisanFONT{color:white; background-color:white; }
a:link{color: #29fc64;text-decoration: none;font-family: Trebuchet MS, sans-serif;}
a:visited {color: #29fc64; text-decoration: none;font-family: Trebuchet MS, sans-serif;}
body, td, th , tr {color: #29fc64;font-size: 10pt;font-family: Trebuchet MS, sans-serif;}
3. Latar belakang tabel dan kolom.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td {color: #ffffff; font-style: normal; background: url() #000000 repeat-x; border-bottom: solid 1px #9BAEBF; border-top: solid 1px #000000;padding-left: 10px;padding-right: 10px;height: 18px;}
.windowbg, #preview_body {color: #ffffff; background: url() #000000 repeat-x;}
.windowbg2 {color: #ffffff; background: url() #000000 repeat-x;}
.windowbg3 {color: #ffffff; background: url() #000000 repeat-x;}
4. Untuk menghapus background forum (default) --> tinggal copy paste.
.orta {background-image: url();background-repeat: repeat-y;width: 1200px;text-align:left;}
.ust {background-image: url(); background-repeat: no-repeat; width: 1200px; height: 23px;}
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td { background: url(i) #000000 repeat-x; color: #ffffff; padding-left: 10px; padding-right: 10px;}
.alt { background-image: url('');background-repeat: no-repeat;width: 1200px;height: 31px;}