Yuk DAFTAR SEKARANG juga, banyak TUTORIAL MENARIK buat kalian para forumer @2018
Kalian Member Baru, Yuk Perkenalan Dahulu. 1 Member 1 Thread.
Selamat datang di Forum Atlanta~Halo, kalian masih menjadi tamu ya di forum ini ? Kenapa masih jadi tamu ayok ikutan kita gabung di forum ini.
Banyak loh tutorial yang dapat kamu dapatkan di sini, kalian juga bisa tanya-tanya tentang masalah blog/forum kok di sini.
Langsung aja yok daftar kalau kalian belum daftar di sini Register, Kalau sudah punya IDnya langsung aja ya Login

You are not connected. Please login or register

 

Cara Membuat Seperti Ini Gimana ?

Oops! Sepertinya ada sedikit kesalahan ...

[#22124]

Atlanta telah memblok tamu untuk melihat konten yang ada, silahkan mendaftar untuk dapat melihat isi konten kami.


Need Help?

Message (Halaman 1 dari 1)

-Developer K-
#1
Cara Membuat Seperti Ini Gimana ?  Empty 6/10/2013, 20:16

Level 5
-Developer K-

Level 5
Screan Shoot Pertama
[You must be registered and logged in to see this link.]

Screan Shoot Kedua
[You must be registered and logged in to see this link.]

Screan Shoot Ketiga
[You must be registered and logged in to see this link.]

Code:
Yang Tau Comment Yah ^^

Zeref999
#2
Cara Membuat Seperti Ini Gimana ?  Empty 7/10/2013, 14:22

Level 2
Zeref999

Level 2
oh itu table gan, bisa buat di css Senang
tapi, ane lupa code nya ...
tunggu aja kitsune gan, dia tahu kok kode untuk buat table Senyum

-Developer K-
#3
Cara Membuat Seperti Ini Gimana ?  Empty 7/10/2013, 14:47

Level 5
-Developer K-

Level 5
Zeref999 wrote:oh itu table gan, bisa buat di css Senang
tapi, ane lupa code nya ...
tunggu aja kitsune gan, dia tahu kok kode untuk buat table Senyum
ane cari - cari di mbah google ga ketemu - ketemu -_-"

Zeref999
#4
Cara Membuat Seperti Ini Gimana ?  Empty 7/10/2013, 15:10

Level 2
Zeref999

Level 2
-Developer K- wrote:
Zeref999 wrote:oh itu table gan, bisa buat di css Senang
tapi, ane lupa code nya ...
tunggu aja kitsune gan, dia tahu kok kode untuk buat table Senyum
ane cari - cari di mbah google ga ketemu - ketemu -_-"
-Developer K- wrote:
Zeref999 wrote:oh itu table gan, bisa buat di css Senang
tapi, ane lupa code nya ...
tunggu aja kitsune gan, dia tahu kok kode untuk buat table Senyum
ane cari - cari di mbah google ga ketemu - ketemu -_-"
memang sih gan O.o
itu code nya langka Senyum

-Developer K-
#5
Cara Membuat Seperti Ini Gimana ?  Empty 7/10/2013, 17:04

Level 5
-Developer K-

Level 5
Zeref999 wrote:
-Developer K- wrote:
Zeref999 wrote:oh itu table gan, bisa buat di css Senang
tapi, ane lupa code nya ...
tunggu aja kitsune gan, dia tahu kok kode untuk buat table Senyum
ane cari - cari di mbah google ga ketemu - ketemu -_-"
-Developer K- wrote:
Zeref999 wrote:oh itu table gan, bisa buat di css Senang
tapi, ane lupa code nya ...
tunggu aja kitsune gan, dia tahu kok kode untuk buat table Senyum
ane cari - cari di mbah google ga ketemu - ketemu -_-"
memang sih gan O.o
itu code nya langka Senyum
Lu Tau Code Nya ? Senyum

Kitsune
#6
Cara Membuat Seperti Ini Gimana ?  Empty 7/10/2013, 19:11

Retired Staff

Kitsune

Retired Staff
Halo ane kembali

Coba aja tutorial ini : [You must be registered and logged in to see this link.]

Ane juga pernah ganggu agan tommy(eh),ini kalo mau: [You must be registered and logged in to see this link.]

Bisa minta link ke forum itu?

-Developer K-
#7
Cara Membuat Seperti Ini Gimana ?  Empty 7/10/2013, 19:31

Level 5
-Developer K-

Level 5
Kitsune wrote:Halo ane kembali

Coba aja tutorial ini : [You must be registered and logged in to see this link.]

Ane juga pernah ganggu agan tommy(eh),ini kalo mau: [You must be registered and logged in to see this link.]

Bisa minta link ke forum itu?
platinum-community.forumid.net tuh forum nya :3

Kitsune
#8
Cara Membuat Seperti Ini Gimana ?  Empty 8/10/2013, 10:14

Retired Staff

Kitsune

Retired Staff
Okay terima kasih atas linknya.

Screenshot 1:
Code:
<p class="notice1">
<p>Content goes here....</p>
</p>
<p class="notice2">
<p>Content goes here....</p>
</p>
<p class="notice3">
<p>Content goes here..</p>
</p>
Add di CSS untuk SS 1:

Code:
.notice1 {
background: none repeat scroll 0 0 #D3CCE4;
border-bottom: 2px solid #6E57A4;
border-top: 2px solid #6E57A4;
margin: 10px auto;
padding: 5px 20px;
text-align: center;
}

.notice2 {
background: none repeat scroll 0 0 #D6ECA6;
border-bottom: 2px solid #8DC93E;
border-top: 2px solid #8DC93E;
margin: 10px auto;
padding: 5px 20px;
text-align: center;
}
.notice3 {
background: none repeat scroll 0 0 #D6ECA6;
border-bottom: 2px solid #8DC93E;
border-top: 2px solid #8DC93E;
margin: 10px auto;
padding: 5px 20px;
text-align: center;
}
Untuk SS 2 & 3,bisa minta link untuk melihatnya secara langsung?

-Developer K-
#9
Cara Membuat Seperti Ini Gimana ?  Empty 8/10/2013, 10:51

Level 5
-Developer K-

Level 5
Kitsune wrote:Okay terima kasih atas linknya.

Screenshot 1:
Code:
<p class="notice1">
<p>Content goes here....</p>
</p>
<p class="notice2">
<p>Content goes here....</p>
</p>
<p class="notice3">
<p>Content goes here..</p>
</p>
Add di CSS untuk SS 1:

Code:
.notice1 {
background: none repeat scroll 0 0 #D3CCE4;
border-bottom: 2px solid #6E57A4;
border-top: 2px solid #6E57A4;
margin: 10px auto;
padding: 5px 20px;
text-align: center;
}

.notice2 {
background: none repeat scroll 0 0 #D6ECA6;
border-bottom: 2px solid #8DC93E;
border-top: 2px solid #8DC93E;
margin: 10px auto;
padding: 5px 20px;
text-align: center;
}
.notice3 {
background: none repeat scroll 0 0 #D6ECA6;
border-bottom: 2px solid #8DC93E;
border-top: 2px solid #8DC93E;
margin: 10px auto;
padding: 5px 20px;
text-align: center;
}
Untuk SS 2 & 3,bisa minta link untuk melihatnya secara langsung?
Kitsune wrote:Okay terima kasih atas linknya.

Screenshot 1:
Code:
<p class="notice1">
<p>Content goes here....</p>
</p>
<p class="notice2">
<p>Content goes here....</p>
</p>
<p class="notice3">
<p>Content goes here..</p>
</p>
Add di CSS untuk SS 1:

Code:
.notice1 {
background: none repeat scroll 0 0 #D3CCE4;
border-bottom: 2px solid #6E57A4;
border-top: 2px solid #6E57A4;
margin: 10px auto;
padding: 5px 20px;
text-align: center;
}

.notice2 {
background: none repeat scroll 0 0 #D6ECA6;
border-bottom: 2px solid #8DC93E;
border-top: 2px solid #8DC93E;
margin: 10px auto;
padding: 5px 20px;
text-align: center;
}
.notice3 {
background: none repeat scroll 0 0 #D6ECA6;
border-bottom: 2px solid #8DC93E;
border-top: 2px solid #8DC93E;
margin: 10px auto;
padding: 5px 20px;
text-align: center;
}
Untuk SS 2 & 3,bisa minta link untuk melihatnya secara langsung?
Nih Untuk SS Yang Ke Dua Link Nya => [You must be registered and logged in to see this link.]

Untuk Link yang 3 kan udah di kasih tau di atas gimana sih -_-"

Kitsune
#10
Cara Membuat Seperti Ini Gimana ?  Empty 8/10/2013, 13:34

Retired Staff

Kitsune

Retired Staff
Saya liat tulisannya 'Member' kok o.0
coba ke Users & Groups>>Ranks

Bikin rank baru dan paste kode ini:

Code:
<div class="rank">Member</div>
Kmudian paste kode ini di CSS:

Code:
.rank {
background: url("http://i39.servimg.com/u/f39/16/49/10/98/highli10.png") repeat-x scroll 0 1px #00D632;
}
Silakan diubah sesukanya Senyum

-Developer K-
#11
Cara Membuat Seperti Ini Gimana ?  Empty 9/10/2013, 08:18

Level 5
-Developer K-

Level 5
Kitsune wrote:Saya liat tulisannya 'Member' kok o.0
coba ke Users & Groups>>Ranks

Bikin rank baru dan paste kode ini:

Code:
<div class="rank">Member</div>
Kmudian paste kode ini di CSS:

Code:
.rank {
background: url("http://i39.servimg.com/u/f39/16/49/10/98/highli10.png") repeat-x scroll 0 1px #00D632;
}
Silakan diubah sesukanya Senyum
Paste Code Nya Dimana ?

Di Nama Peringkat Atau Apa ?

tommycoo
#12
Cara Membuat Seperti Ini Gimana ?  Empty 9/10/2013, 08:29

Owner of Atlanta

tommycoo

Owner of Atlanta
-Developer K- wrote:
Kitsune wrote:Saya liat tulisannya 'Member' kok o.0
coba ke Users & Groups>>Ranks

Bikin rank baru dan paste kode ini:

Code:
<div class="rank">Member</div>
Kmudian paste kode ini di CSS:

Code:
.rank {
background: url("http://i39.servimg.com/u/f39/16/49/10/98/highli10.png") repeat-x scroll 0 1px #00D632;
}
Silakan diubah sesukanya Senyum
Paste Code Nya Dimana ?

Di Nama Peringkat Atau Apa ?
di nama peringkat itu gan Wink

-Developer K-
#13
Cara Membuat Seperti Ini Gimana ?  Empty 9/10/2013, 08:48

Level 5
-Developer K-

Level 5
tommycoo wrote:
-Developer K- wrote:
Kitsune wrote:Saya liat tulisannya 'Member' kok o.0
coba ke Users & Groups>>Ranks

Bikin rank baru dan paste kode ini:

Code:
<div class="rank">Member</div>
Kmudian paste kode ini di CSS:

Code:
.rank {
background: url("http://i39.servimg.com/u/f39/16/49/10/98/highli10.png") repeat-x scroll 0 1px #00D632;
}
Silakan diubah sesukanya Senyum
Paste Code Nya Dimana ?

Di Nama Peringkat Atau Apa ?
di nama peringkat itu gan Wink
Kok Begini Sih Hasil Nya
[You must be registered and logged in to see this link.]

Bukan Begini Aturan
[You must be registered and logged in to see this link.]

Gan Jangan Lupa Bales Thread Saya Juga Yang Ini => [You must be registered and logged in to see this link.]

tommycoo
#14
Cara Membuat Seperti Ini Gimana ?  Empty 9/10/2013, 09:09

Owner of Atlanta

tommycoo

Owner of Atlanta
Itukan masih harus di edit-edit lagi gan kalo mau sama persis wek

cba pake ini cssnya
Code:
        .rank {
        background: url("http://i39.servimg.com/u/f39/16/49/10/98/highli10.png") repeat-x scroll 0 1px #00D632;
padding:3px;
width:140px;
height:50px;
color:white;
        }

-Developer K-
#15
Cara Membuat Seperti Ini Gimana ?  Empty 9/10/2013, 09:46

Level 5
-Developer K-

Level 5
tommycoo wrote:Itukan masih harus di edit-edit lagi gan kalo mau sama persis wek

cba pake ini cssnya
Code:
        .rank {
        background: url("http://i39.servimg.com/u/f39/16/49/10/98/highli10.png") repeat-x scroll 0 1px #00D632;
padding:3px;
width:140px;
height:50px;
color:white;
        }
kok malah jadi gini sih -_-"
[You must be registered and logged in to see this link.]

tommycoo
#16
Cara Membuat Seperti Ini Gimana ?  Empty 10/10/2013, 20:34

Owner of Atlanta

tommycoo

Owner of Atlanta
-Developer K- wrote:
tommycoo wrote:Itukan masih harus di edit-edit lagi gan kalo mau sama persis wek

cba pake ini cssnya
Code:
        .rank {
        background: url("http://i39.servimg.com/u/f39/16/49/10/98/highli10.png") repeat-x scroll 0 1px #00D632;
padding:3px;
width:140px;
height:50px;
color:white;
        }
kok malah jadi gini sih -_-"
[You must be registered and logged in to see this link.]
coba atur aja tinggi (HEIGHT) sama lebarnya (WIDTH) sendiri Wink

-Developer K-
#17
Cara Membuat Seperti Ini Gimana ?  Empty 10/10/2013, 20:38

Level 5
-Developer K-

Level 5
tommycoo wrote:
-Developer K- wrote:
tommycoo wrote:Itukan masih harus di edit-edit lagi gan kalo mau sama persis wek

cba pake ini cssnya
Code:
        .rank {
        background: url("http://i39.servimg.com/u/f39/16/49/10/98/highli10.png") repeat-x scroll 0 1px #00D632;
padding:3px;
width:140px;
height:50px;
color:white;
        }
kok malah jadi gini sih -_-"
[You must be registered and logged in to see this link.]
coba atur aja tinggi (HEIGHT) sama lebarnya (WIDTH) sendiri Wink
height berapa ? kan gua ga tau :3

width nya juga berapa ? belum begitu paham gua tentang forumotion

tommycoo
#18
Cara Membuat Seperti Ini Gimana ?  Empty 10/10/2013, 21:18

Owner of Atlanta

tommycoo

Owner of Atlanta
.rank {
background: url("https://i.servimg.com/u/f39/16/49/10/98/highli10.png") repeat-x scroll 0 1px #00D632;
padding:3px;
width:140px;
height:50px;
color:white;
}
maksudnya itu css di atas ini kan ada width sama height, nah tinggal rubah-rubah aja sama keadaan forum agan maunya gimana Wink
kalau width artinya lebar
height artinya tinggi

-Developer K-
#19
Cara Membuat Seperti Ini Gimana ?  Empty 11/10/2013, 11:42

Level 5
-Developer K-

Level 5
tommycoo wrote:
.rank {
background: url("https://i.servimg.com/u/f39/16/49/10/98/highli10.png") repeat-x scroll 0 1px #00D632;
padding:3px;
width:140px;
height:50px;
color:white;
}
maksudnya itu css di atas ini kan ada width sama height, nah tinggal rubah-rubah aja sama keadaan forum agan maunya gimana Wink
kalau width artinya lebar
height artinya tinggi
ouh

Kitsune
#20
Cara Membuat Seperti Ini Gimana ?  Empty 11/10/2013, 11:45

Retired Staff

Kitsune

Retired Staff
Solved?

-Developer K-
#21
Cara Membuat Seperti Ini Gimana ?  Empty 11/10/2013, 11:49

Level 5
-Developer K-

Level 5
tapi widht nya berapa ? & heigt nya juga berapa ? biar pas dengan forum gua :3

#Newbie

tommycoo
#22
Cara Membuat Seperti Ini Gimana ?  Empty 11/10/2013, 12:05

Owner of Atlanta

tommycoo

Owner of Atlanta
-Developer K- wrote:tapi widht nya berapa ? & heigt nya juga berapa ? biar pas dengan forum gua :3

#Newbie
segini mungkin

Code:
.owner, .stf, .lv1, .lv2, .lv3, .lv4, .lv5, .slv, .vip, .ban, .bot {
    border-radius: 3px 3px 3px 3px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    min-width: 200px;
    opacity: 0.7;
    text-align: center;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    padding: 3px 8px;
    margin-bottom: -29px;
}
masukkin ke css

-Developer K-
#23
Cara Membuat Seperti Ini Gimana ?  Empty 11/10/2013, 12:31

Level 5
-Developer K-

Level 5
tommycoo wrote:
-Developer K- wrote:tapi widht nya berapa ? & heigt nya juga berapa ? biar pas dengan forum gua :3

#Newbie
segini mungkin

Code:
.owner, .stf, .lv1, .lv2, .lv3, .lv4, .lv5, .slv, .vip, .ban, .bot {
    border-radius: 3px 3px 3px 3px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    min-width: 200px;
    opacity: 0.7;
    text-align: center;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    padding: 3px 8px;
    margin-bottom: -29px;
}
masukkin ke css
kok malah kayak gini ? :3
[You must be registered and logged in to see this link.]

tommycoo
#24
Cara Membuat Seperti Ini Gimana ?  Empty 11/10/2013, 13:09

Owner of Atlanta

tommycoo

Owner of Atlanta
Code:
.rank {
background: url("http://i39.servimg.com/u/f39/16/49/10/98/highli10.png") repeat-x scroll 0 1px #00D632;border-radius: 3px 3px 3px 3px;
color: rgb(255, 255, 255);
cursor: pointer;
display: inline-block;
font-size: 11px;
font-weight: bold;
margin-bottom: 5px;
min-width: 100px;
opacity: 0.7;
padding: 3px 8px;
text-align: center;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
coba yang itu

tommycoo
#25
Cara Membuat Seperti Ini Gimana ?  Empty 14/10/2013, 09:51

Owner of Atlanta

tommycoo

Owner of Atlanta
Topik telah di jawab tapi tidak di respon, kami anggap solved!

Sponsored content
#26
Cara Membuat Seperti Ini Gimana ?  Empty 


Message (Halaman 1 dari 1)

Share This Topic !

URL :
BBcode :
HTML :

Permissions in this forum:
Anda tidak dapat menjawab topik

Total Posts Total Threads Total Members Newest Member29 November 2014 Date of Establishment of the Forum

Total 0 user online :: 0 Terdaftar, 0 Tersembunyi dan 0 Tamu

Total 0 user online :: 0 Terdaftar, 0 Tersembunyi dan 0 Tamu (Lihat list online)


User yang sedang berada di forum ini: Tidak ada