Kamis, 06 Maret 2014

Membuat 3 Image Pada 1 Baris dalam Postingan Blog

Membuat 3 image ada di baris yang sama memerlukan sedikit kode html.
Ketika posting, klik tab HTML, ketik perintah berikut:

<table><tbody>
<tr><td>masukkan kode gambar1
</td><td>masukkan kode gambar2
</td><td> masukkan kode gambar3
</td></tr></tbody></table>

untuk kode gambar, lebih mudah anda insert picture pada tab Compose, sehingga anda tinggal copas.

contoh
:


<table><tbody>
<tr><td>


<img border="0" height="200" src="https://fbcdn-sphotos-f-a.akamaihd.net/hphotos-ak-frc3/t1/1899893_253097284869422_47528809_n.jpg" width="200" />
</td><td>

<img border="0" height="200" src="https://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-prn2/t1/1939604_253097311536086_1848776326_n.jpg" width="200" />
</td><td>


<img border="0" height="200" src="https://fbcdn-sphotos-e-a.akamaihd.net/hphotos-ak-prn1/t1/1970672_253097328202751_1451960438_n.jpg" width="200" />
</td></tr>
</tbody></table>



maka hasilnya akan seperti ini:


Tidak ada komentar:

Posting Komentar