Selasa, 20 Agustus 2013

PHP Indonesia - Facebook: gan ane mau tanya nih Kan padahal pake table .. k...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Start taking a college level music theory class today.

This beginner class is now accessible to aspiring musicians of all ages. Learn all of the basic concepts in an easy to follow manner.
From our sponsors
gan ane mau tanya nih Kan padahal pake table .. k...
Aug 20th 2013, 13:52, by Ir Dhe'de Nurul Musthofa

Ir Dhe'de Nurul Musthofa 1:52pm Aug 20
gan ane mau tanya nih

Kan padahal pake table .. ko gak ada table nya si ??
maap masih newbie .. masih pemula ane nya ..
tolong kasih tau yak

Aphet Alvaro 1:56pm Aug 20
maksudnya bordernya ya ? udah di border="1" ? atau mungkin warna bordernya hitam juga sama seperti backgroundnya ?

Aris Gates 1:57pm Aug 20
border="1" udah blum ?

Ir Dhe'de Nurul Musthofa 1:57pm Aug 20
Udah saya ganti #FFF tetep gak berubah

Aris Gates 1:59pm Aug 20
#FFFFFF gan atau tulis aja white

Ir Dhe'de Nurul Musthofa 2:00pm Aug 20
jadi di css nya di tambah gimana wan ?
namnya border=1
di css nya cuma ada

table {
border-collapse:separate;
border-spacing:0;
color: #2d3536 ;
}

Erikku Da Yo 2:01pm Aug 20
<table border="1" bordercolor="#000000" cellpadding="1" cellspacing="1" style="border:1px solid #000000">

Aris Gates 2:01pm Aug 20
border: 1px solid #FFFFFF;

Aphet Alvaro 2:02pm Aug 20
define border untuk td dan tr-nya
td { border:1px solid #FFFFF;}

Ir Dhe'de Nurul Musthofa 2:04pm Aug 20
udahh ,, malah cuma kotak doang bukan table

Fuad Hasan 2:04pm Aug 20
di HTMLnya gan kan scrip table
<table border=1>
</table>

Aphet Alvaro 2:07pm Aug 20
cobain ini..

<table id="pdam" border="1">
</table>

cssnya :
#pdam
{
border-collapse:collapse;
}
#pdam td
{
border:1px solid #FFF;
}

Ir Dhe'de Nurul Musthofa 2:13pm Aug 20
Untuk Aphet Alvaro : Makasih gan ... udah bisa gan :)

Aphet Alvaro 2:17pm Aug 20
Ir Dhe'de Nurul Musthofa : sama-sama... senang bisa membantu...

Doni Putra 2:19pm Aug 20
cobain cellspasing nya diasi value 0
biar gk kotak2 ..

Franz Pasaribu 2:24pm Aug 20
ada 3 cara mudah mau border bawaan atribut table atau atribut td/tr

contoh atribut table:
<table border="1">
<tr>
<td><td>
</tr>
</table>

<table >
<tr bgcolor="white">
<td><td>
</tr>
</table>

<table >
<tr>
<td bgcolor="white"><td>
</tr>
</table>

opsi terakhir mainkan css seperti postingan sebelumnya..

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar