Tabel Kolom - Chast Media - Blogger Tutorial.
Cara membuat Tabel di Blog hanya perlu beberapa kode html saja.
Akan menggunakan dalam beberapa pembuatan tabel, berikut kode-kode html.
Membuatnya sangat lah mudah. hanya sedikit menambahkan atau menyisipkan kode script ke artikel yang ingin diberikan kotak atau tabel kolom.
Langka Berikut :
1. Entri Postingan " News Post "
2. Masukan Script Ke HTML.
TABEL KOLOM :
KODE SCRIPT :
* Demikian semoga bermanfaat...
Cara membuat Tabel di Blog hanya perlu beberapa kode html saja.
Akan menggunakan dalam beberapa pembuatan tabel, berikut kode-kode html.
Membuatnya sangat lah mudah. hanya sedikit menambahkan atau menyisipkan kode script ke artikel yang ingin diberikan kotak atau tabel kolom.
Langka Berikut :
1. Entri Postingan " News Post "
2. Masukan Script Ke HTML.
TABEL KOLOM :
Kolom A1 | Kolom B1 | Kolom C1 | Kolom D1 |
Kolom A2-B2 | Kolom C2 | Kolom D2 | |
Kolom A3-B3 | Kolom C3-D3 | ||
Kolom A4-C4 | Kolom D4 | ||
Kolom A5-D5 |
KODE SCRIPT :
<style type="text/css"><!--td {border: 2px solid transparent;}br {mso-data-placement:same-cell;}--></style>
<table border="3" cellpadding="0" cellspacing="0" dir="ltr" style="background-color: #ff0000; border-collapse: collapse; border: none; color: #000000; font-size: 12pt; table-layout: fixed; text-align: center; width: 98%;"><tbody>
<tr>
<td colspan="1" style="background-color: #ffff00; text-align: center;">Kolom A1</td>
<td colspan="1" style="background-color: #00ff00; text-align: center;">Kolom B1</td>
<td colspan="1" style="background-color: #00ffff; text-align: center;">Kolom C1</td>
<td colspan="1" style="background-color: #ff9900; text-align: center;">Kolom D1</td>
</tr>
<tr>
<td colspan="2" style="background-color: #a64d79; text-align: center;"><span style="font-weight:bold;">Kolom A2-B2</span></td>
<td colspan="1" style="background-color: #ffff00; text-align: center;">Kolom C2</td>
<td colspan="1" style="background-color: #00ff00; text-align: center;">Kolom D2</td>
</tr>
<tr>
<td colspan="2" style="background-color: #00ffff; text-align: center;"><span style="font-weight:bold;">Kolom A3-B3</span></td>
<td colspan="2" style="background-color: #ff9900; text-align: center;"><span style="font-weight:bold;">Kolom C3-D3</span></td>
</tr>
<tr>
<td colspan="3" style="background-color: #ffff00; text-align: center;"><span style="font-weight:bold;">Kolom A4-C4</span></td>
<td colspan="1" style="background-color: #a64d79; text-align: center;"><span style="font-weight:bold;">Kolom D4</span></td>
</tr>
<tr>
<td colspan="4" style="background-color: #00ff00; text-align: center;"><span style="font-weight:bold;">Kolom A5-D5</span></td>
</tr>
</tbody></table>
<table border="3" cellpadding="0" cellspacing="0" dir="ltr" style="background-color: #ff0000; border-collapse: collapse; border: none; color: #000000; font-size: 12pt; table-layout: fixed; text-align: center; width: 98%;"><tbody>
<tr>
<td colspan="1" style="background-color: #ffff00; text-align: center;">Kolom A1</td>
<td colspan="1" style="background-color: #00ff00; text-align: center;">Kolom B1</td>
<td colspan="1" style="background-color: #00ffff; text-align: center;">Kolom C1</td>
<td colspan="1" style="background-color: #ff9900; text-align: center;">Kolom D1</td>
</tr>
<tr>
<td colspan="2" style="background-color: #a64d79; text-align: center;"><span style="font-weight:bold;">Kolom A2-B2</span></td>
<td colspan="1" style="background-color: #ffff00; text-align: center;">Kolom C2</td>
<td colspan="1" style="background-color: #00ff00; text-align: center;">Kolom D2</td>
</tr>
<tr>
<td colspan="2" style="background-color: #00ffff; text-align: center;"><span style="font-weight:bold;">Kolom A3-B3</span></td>
<td colspan="2" style="background-color: #ff9900; text-align: center;"><span style="font-weight:bold;">Kolom C3-D3</span></td>
</tr>
<tr>
<td colspan="3" style="background-color: #ffff00; text-align: center;"><span style="font-weight:bold;">Kolom A4-C4</span></td>
<td colspan="1" style="background-color: #a64d79; text-align: center;"><span style="font-weight:bold;">Kolom D4</span></td>
</tr>
<tr>
<td colspan="4" style="background-color: #00ff00; text-align: center;"><span style="font-weight:bold;">Kolom A5-D5</span></td>
</tr>
</tbody></table>
* Demikian semoga bermanfaat...