|
|
|
สอบถามการทำเส้นประใน คอลัมน์ table ครับ..ไม่ทราบต้องเพิ่มคำสั่งอย่างไรบ้าง |
|
|
|
|
|
|
|
ที่อยากได้ประมาณนี้ครับ
Code (PHP)
<table width="550px" align="center" style="font-size:14px;">
<tr>
<td >1.</td>
<td colspan="3">ชื่อ <span style="border-bottom:1px dotted;">'.$p_name.'</span>
</td>
<td colspan="5" >นามสกุล
<span style="border-bottom:1px dotted;">'.$p_surename.'</span>
</td>
</tr>
<tr>
<td> </td>
<td>สัญชาติ </td>
<td align="center" >
<span style="border-bottom:1px dotted;"> '.$p_nationality.' </span>
</td>
<td >เชื้อชาติ </td>
<td align="center" colspan="2" >
<span style="border-bottom:1px dotted;"> '.$p_race.' </span>
</td>
<td >ศาสนา </td>
<td colspan="2"> <span style="border-bottom:1px dotted;"> '.$p_religion.' </span>
</td>
</tr>
<tr>
<td> 2. </td>
<td >เกิดวันที่ </td>
<td align="center" >
<span style="border-bottom:1px dotted;"> '.substr($p_birth_day,8,2).' </span>
</td>
<td >เดือน </td>
<td align="center" colspan="2">
<span style="border-bottom:1px dotted;"> '.thaiDate($p_birth_day).' </span>
</td>
<td >พ.ศ. </td>
<td colspan="2">
<span style="border-bottom:1px dotted;"> '.(substr($p_birth_day,0,4)+543).' </span>
</td>
</tr>
<tr>
<td width="35px" > </td>
<td>อายุถึงวันสมัคร </td>
<td width="110px" align="center" ><span style="border-bottom:1px dotted;"> '.$u_y.' </span>
</td>
<td width="50px">ปี </td>
<td width="110px" align="center" ><span style="border-bottom:1px dotted;"> '.$u_m.' </span>
</td>
<td width="40px" >เดือน </td>
<td width="40px"></td>
<td width="120px"><span style="border-bottom:1px dotted;"> '.$u_d.' </span></td>
<td width="5px" align="right">วัน</td>
</tr>
<tr>
<td > 3. </td>
<td>เกิดที่ตำบล </td>
<td align="center" >
<span style="border-bottom:1px dotted;"> '.$p_district_birth.'</span>
</td>
<td >อำเภอ</td>
<td colspan="2">
<span style="border-bottom:1px dotted;"> '.$p_amphoe_birth .'</span>
</td>
<td>จังหวัด</td>
<td colspan="2" ><span style="border-bottom:1px dotted;"> '.$p_province_birth .'</span>
</td>
</tr>
<tr>
<td > 4. </td>
<td colspan="5">เลขที่บัตรประจำตัวประชาชน<span style="border-bottom:1px dotted;"> '.substr($p_id_card,0,1).'-'. substr($p_id_card,1,4).'-'. substr($p_id_card,5,5).'-'. substr($p_id_card,10,2).'-'. substr($p_id_card,12,1).'</span> ออก ณ สำนักงาน </td>
<td colspan="3" align="center"> <span style="border-bottom:1px dotted;">'.$p_station_card .'</span></td>
</tr>
<tr>
<td ></td>
<td >เมื่อวันที่ </td>
<td align="right" >
<span style="border-bottom:1px dotted;">'.substr($p_when_card,8,2).' </span> เดือน
</td>
<td ></td>
<td align="center" >
<span style="border-bottom:1px dotted;"> '.thaiDate($p_when_card ).' </span>
</td>
<td >พ.ศ. </td>
<td></td>
<td colspan="2"><span style="border-bottom:1px dotted;"> '.(substr($p_when_card,0,4)+543).' </span>
</td>
</tr>
<tr>
<td > 5. </td>
<td >ที่อยู่ปัจจุบัน </td>
<td align="center" colspan="2" >
<span style="border-bottom:1px dotted;"> '.$p_address_curent.' </span>
</td>
<td colspan="2">ถนน
<span style="border-bottom:1px dotted;"> '.$p_street_curent.' </span>
</td>
<td>ตำบล</td>
<td colspan="2"> <span style="border-bottom:1px dotted;"> '.$p_district_curent.' </span>
</td>
</tr>
<tr>
<td > </td>
<td colspan="2">
อำเภอ
<span style="border-bottom:1px dotted;"> '.$p_amphoe_curent.' </span>
</td>
<td>จังหวัด</td>
<td colspan="5"><span style="border-bottom:1px dotted;"> '.$p_province_curent.' </span>
</td>
</tr>
<tr>
<td > 6. </td>
<td colspan="2">สำเร็จการศึกษาสูงสุดจาก</td>
<td colspan="6">
<span style="border-bottom:1px dotted;">'.$p_graduated.'</span>
</td>
</tr>
</table>
Tag : PHP, MySQL, HTML/CSS
|
|
|
|
|
|
Date :
2016-09-22 16:09:51 |
By :
suparop |
View :
2160 |
Reply :
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<tr>
<td >1.</td>
<td colspan="3" style="border-bottom:1px dotted;"><span style="background-color: #fff;padding:0px 10px 2px 10px;">ชื่อ</span> '.$p_name.'
</td>
<td colspan="5" style="border-bottom:1px dotted;"><span style="background-color: #fff;padding:0px 10px 2px 10px;">นามสกุล</span> '.$p_surename.'
</td>
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณ No.1 ครับ สำหรับวิธีการ..แต่พอจะมีหนทางทำให้เส้นประต่อจาก" ชื่อ" และ "นามสกุล" ไหมครับ ไม่อยากเพิ่ม <td> คลุมหัวข้อครับผม
|
|
|
|
|
Date :
2016-09-23 09:15:23 |
By :
suparop |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มันใช้ css dot หรือเปล่า
|
|
|
|
|
Date :
2016-09-23 12:34:39 |
By :
Dragons_first |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|