Thursday, November 30, 2017

วิธีการใส่ Table ใน Blogger Post

วิธีการใส่ Table ใน Blogger Postพื่อ

#Blogger Tips: เพื่อทราบวิธีการใส่ Table html tag ลงใน blogger post บางท่านอาจจะใช้ Blogger เพื่อสร้างชิ้นงาน บันทึกค่าต่างๆ ซึ่ง Blogger สามารถเก็บค่าในรูปแบบ Table ได้ โดยได้ใช้ html tag ในการสร้าง Table
พร้อมกับลูกเล่น สีสัน การ align text ต่างๆ

<style type="text/css">.nobrtable br { display: none }</style>
<div class="nobrtable">
<table border="2" bordercolor="#0033FF" style="background-color:#99FFFF" width="100%" cellpadding="3" cellspacing="3">
<tr style="background-color:#0033FF; color:#ffffff; padding-top:5px; padding-bottom:4px;">
<th>Table Header</th>
<th>Table Header</th>
<th>Table Header</th>
</tr>
<tr>
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
</tr>
<tr>
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
</tr>
<tr>
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
</tr>

</table>




Table Header Table Header Table Header
Test Test Table Cell
Table Cell Table Cell Table Cell
Table Cell Table Cell Table Cell

No comments:

Post a Comment