อยากใส่เส้นใต้ text ต้องเขียนยังไงครับ
เก็บค่าเป็น textarea <?=$document['ref_doc']?> พอพิมพ์เยอะๆ หลายบรรทัด อยากให้มีเส้นบรรทัดทุกเส้นครับ
โค้ดตอนนี้
<?php
function DateThai($doc_date)
{
$strYear = date("Y",strtotime($doc_date))+543;
$strMonth= date("n",strtotime($doc_date));
$strDay= date("j",strtotime($doc_date));
$strMonthCut = Array("","มกราคม.","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม");
$strMonthThai=$strMonthCut[$strMonth];
return "$strDay $strMonthThai $strYear";
}
?>
<style>
table.wrap-box {
width: 100%;
text-align: left;
line-height: 97%;
}
table.wrap-top {
width: 100%;
text-align: left;
line-height: 97%;
}
table.wrap-content, table.wrap-total {
width: 100%;
text-align: left;
font-size: 18px;
line-height: 97%;
}
table.wrap-content tr th{
font-weight: bold;
text-align: center;
background-color: #eee;
}
table.wrap-content tr td{
border-bottom-color: #ddd;
border-bottom-style: solid;
border-bottom-width: 0.5px;
}
table.wrap-total tr td{
text-align: right;
}
.line-top{
border-top: -11px solid #ccc;
}
.line-bottom{
border-bottom: 1px solid #ccc;
}
.line-left{
border-left: 1px solid #ccc;
}
.line-right{
border-right: 1px solid #ccc;
}
.font-title {
font-size: 17px;
}
.font-titleb {
font-size: 17px;
font-weight: bold;
}
.header-title {
font-size: 22px;
font-weight: bold;
}
</style>
<table class="wrap-box" cellpadding="0" cellspacing="0">
<tr>
<td style="border-bottom: 0.5px solid #ccc; width: 100%;"><span class="font-title" ><?=$document['ref_doc']?></span></td>
</tr>
</table>
<div class="line"></div>
<?php if($count == $curr_page): ?>
<?php endif; ?>
สอบถาม code php เส้นบรรทัด ครับ
เก็บค่าเป็น textarea <?=$document['ref_doc']?> พอพิมพ์เยอะๆ หลายบรรทัด อยากให้มีเส้นบรรทัดทุกเส้นครับ
โค้ดตอนนี้
<?php
function DateThai($doc_date)
{
$strYear = date("Y",strtotime($doc_date))+543;
$strMonth= date("n",strtotime($doc_date));
$strDay= date("j",strtotime($doc_date));
$strMonthCut = Array("","มกราคม.","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม");
$strMonthThai=$strMonthCut[$strMonth];
return "$strDay $strMonthThai $strYear";
}
?>
<style>
table.wrap-box {
width: 100%;
text-align: left;
line-height: 97%;
}
table.wrap-top {
width: 100%;
text-align: left;
line-height: 97%;
}
table.wrap-content, table.wrap-total {
width: 100%;
text-align: left;
font-size: 18px;
line-height: 97%;
}
table.wrap-content tr th{
font-weight: bold;
text-align: center;
background-color: #eee;
}
table.wrap-content tr td{
border-bottom-color: #ddd;
border-bottom-style: solid;
border-bottom-width: 0.5px;
}
table.wrap-total tr td{
text-align: right;
}
.line-top{
border-top: -11px solid #ccc;
}
.line-bottom{
border-bottom: 1px solid #ccc;
}
.line-left{
border-left: 1px solid #ccc;
}
.line-right{
border-right: 1px solid #ccc;
}
.font-title {
font-size: 17px;
}
.font-titleb {
font-size: 17px;
font-weight: bold;
}
.header-title {
font-size: 22px;
font-weight: bold;
}
</style>
<table class="wrap-box" cellpadding="0" cellspacing="0">
<tr>
<td style="border-bottom: 0.5px solid #ccc; width: 100%;"><span class="font-title" ><?=$document['ref_doc']?></span></td>
</tr>
</table>
<div class="line"></div>
<?php if($count == $curr_page): ?>
<?php endif; ?>