|
|
|
จะทำตารางบัญชีรวมรายปี ด้วย CSS จะเขียนอย่างไงดีครับ |
|
|
|
|
|
|
|
ถ้าเป็นพวกตารางรายงาน แนะนำให้ใช้ Table ครับ
|
|
|
|
|
Date :
2012-12-25 12:26:16 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมลอง Table + CSS แต่ก็ไม่เหมือนกับบบรทัดล่างสุด ตรง 12000.00 และ 7775.00 ครับ
|
|
|
|
|
Date :
2012-12-25 12:47:20 |
By :
nattkhanesha |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<table style='border-bottom:double #000;'>
<tr>
<td>TABLE</td>
</tr>
</table>
|
|
|
|
|
Date :
2012-12-25 13:15:40 |
By :
popnakub |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มีโอกาสทบทวนครับ(แอบว่าง )
Code (PHP)
<style type="text/css">
table.gridtable {
font-family: verdana,arial,sans-serif;
font-size:11px;
color:#333333;
border-width: 1px;
border-color: #666666;
border-collapse: collapse;
}
table.gridtable th {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #666666;
background-color: #dedede;
}
table.gridtable td {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #666666;
background-color: #ffffff;
}
</style>
<table width="523" height="178" class="gridtable">
<tr>
<th width="91">ว/ด/ป</th>
<th width="171">แต่ละเดือน</th>
<th width="116">ยอดรวม</th>
<th width="125">เงิน</th>
</tr>
<tr>
<td>ม.ค.</td>
<td>1000</td>
<td>1000</td>
<td>4000</td>
</tr>
<tr>
<td>ก.พ.</td>
<td>2000</td>
<td>1000</td>
<td>5000</td>
</tr>
<tr>
<td>มี.ค.</td>
<td>3000</td>
<td>1000</td>
<td>6000</td>
</tr>
<tr>
<td style="border:none"></td>
<td align="center" style='border-bottom:double #000;'>6000</td>
<td style="border:none"></td>
<td align="center" style='border-bottom:double #000;'>15000</td>
</tr>
</table>
|
|
|
|
|
Date :
2012-12-25 15:05:17 |
By :
namebom |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใช้ Table ธรรมดาก็ดีนะครับ ที่ผมเคยทำมาด้วย css เวลาปริ้นออกมาแล้วเส้นขอบต่างๆไม่ออกมาตามแต่พอมาเปลี่ยนเป็น table ได้ปกติ ^ ^
|
|
|
|
|
Date :
2012-12-25 21:19:30 |
By :
somparn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากกค๊าฟ
|
|
|
|
|
Date :
2012-12-26 10:32:26 |
By :
nattkhanesha |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|