Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,027

HOME > PHP > PHP Forum > สอบถามเรื่องการใช้ datatable ระยะความกว้าง ของthead และ tbodyไม่สัมพันธ์กัน



 

สอบถามเรื่องการใช้ datatable ระยะความกว้าง ของthead และ tbodyไม่สัมพันธ์กัน

 



Topic : 133226



โพสกระทู้ ( 288 )
บทความ ( 0 )



สถานะออฟไลน์
Twitter Facebook Hi5 Blogger



สอบถามเรื่องการใช้ datatable ระยะความกว้าง ของthead และ tbodyไม่สัมพันธ์กัน

ด้วยสาเหตุนี้ เลยทำให้มันเบี้ยวๆไปนิดนึงครับ ไม่ได้เป็นทุกเครื่องครับเป็นบางเครื่อง
ตรวจสอบresolution หน้าจอก็ขนาดเดียวกันหมดครับ ตอนแรกคิดว่าเป็นในส่วนนี้

วิธีแก้ของผมในตอนนี้คือ ย่อเบราเซอร์ให้จอเล็กลง และขยายขึ้นมาใหม่ครับ ก็จะเป็นปกติ
ย้ำอีกทีครับผมว่าเป็นบางเครื่องเท่านั้นครับ

ปล.ครับ ตรงthead ผมมี tr2ชุด ทำrowspan และ colspanด้วยครับ จะเกิดจากส่วนนี้ไหมครับ



Tag : PHP







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2019-02-28 15:58:46 By : tonmasterbp View : 1288 Reply : 7
 

 

No. 1



โพสกระทู้ ( 3,844 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์
Twitter Facebook

น่าจะวาง html ผิด เอา code มาลงด้วยครับ






แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2019-02-28 16:57:03 By : mongkon.k
 


 

No. 2



โพสกระทู้ ( 288 )
บทความ ( 0 )



สถานะออฟไลน์
Twitter Facebook Hi5 Blogger

ประมานนี้ครับผม ผมตัดบางส่วนให้เหลือแต่HTML ครับ

Code (PHP)
 <table id="reportta" class="display nowrap table table-hover table-striped table-bordered" style="width:100%">
										<thead>
											<tr>
													<th class="bgsubject" rowspan=2>ผลิตภัณฑ์</th>
													<th class="txtcen bgmainforcast" rowspan=2>ประมาณการ <?php echo $_POST['year_target']; ?></th>

													<th class="txtcen bg3mat" colspan=2>มกราคม</th>
													<th class="txtcen bg3mat" colspan=2>กุมภาพันธ์</th>
													<th class="txtcen bg3mat" colspan=2>มีนาคม</th>
													<th class="txtcen bg3" colspan=2>ไตรมาส 1</th>

													<th class="txtcen bg3mat" colspan=2>เมษายน</th>
													<th class="txtcen bg3mat" colspan=2>พฤษภาคม</th>
													<th class="txtcen bg3mat" colspan=2>มิถุนายน</th>
													<th class="txtcen bg3" colspan=2>ไตรมาส 2</th>

													<th class="txtcen bg3mat" colspan=2>กรกฎาคม</th>
													<th class="txtcen bg3mat" colspan=2>สิงหาคม</th>
													<th class="txtcen bg3mat" colspan=2>กันยายน</th>
													<th class="txtcen bg3" colspan=2>ไตรมาส 3</th>

													<th class="txtcen bg3mat" colspan=2>ตุลาคม</th>
													<th class="txtcen bg3mat" colspan=2>พฤศจิกายน</th>
													<th class="txtcen bg3mat" colspan=2>ธันวาคม</th>
													<th class="txtcen bg3" colspan=2>ไตรมาส 4</th>

													<th class="txtcen bgsum" rowspan=2>รวม ยอดขายหักรับคืน</th>
											</tr>
											<tr>

													<th class="txtcen bgforcast">ประมาณการ</th>
													<th class="txtcen bgsold">ยอดขายหักรับคืน</th>
													<th class="txtcen bgforcast">ประมาณการ</th>
													<th class="txtcen bgsold">ยอดขายหักรับคืน</th>
													<th class="txtcen bgforcast">ประมาณการ</th>
													<th class="txtcen bgsold">ยอดขายหักรับคืน</th>
													<th class="txtcen bg3">รวมประมาณการ</th>
													<th class="txtcen bg3">รวมยอดขายหักรับคืน</th>

													<th class="txtcen bgforcast">ประมาณการ</th>
													<th class="txtcen bgsold">ยอดขายหักรับคืน</th>
													<th class="txtcen bgforcast">ประมาณการ</th>
													<th class="txtcen bgsold">ยอดขายหักรับคืน</th>
													<th class="txtcen bgforcast">ประมาณการ</th>
													<th class="txtcen bgsold">ยอดขายหักรับคืน</th>
													<th class="txtcen bg3">รวมประมาณการ</th>
													<th class="txtcen bg3">รวมยอดขายหักรับคืน</th>

													<th class="txtcen bgforcast">ประมาณการ</th>
													<th class="txtcen bgsold">ยอดขายหักรับคืน</th>
													<th class="txtcen bgforcast">ประมาณการ</th>
													<th class="txtcen bgsold">ยอดขายหักรับคืน</th>
													<th class="txtcen bgforcast">ประมาณการ</th>
													<th class="txtcen bgsold">ยอดขายหักรับคืน</th>
													<th class="txtcen bg3">รวมประมาณการ</th>
													<th class="txtcen bg3">รวมยอดขายหักรับคืน</th>

													<th class="txtcen bgforcast">ประมาณการ</th>
													<th class="txtcen bgsold">ยอดขายหักรับคืน</th>
													<th class="txtcen bgforcast">ประมาณการ</th>
													<th class="txtcen bgsold">ยอดขายหักรับคืน</th>
													<th class="txtcen bgforcast">ประมาณการ</th>
													<th class="txtcen bgsold">ยอดขายหักรับคืน</th>
													<th class="txtcen bg3">รวมประมาณการ</th>
													<th class="txtcen bg3">รวมยอดขายหักรับคืน</th>


												</tr>
										</thead>
										<tbody>
											<?php


													for($i=0;$i<55;$i++){
														

														echo"<tr class=\"\">
															<td class=\"bgsubject\">".$pee."</td>
															<td class=\"txtcen bgmainforcast\">".number_format($targetp[0],2,".",",")."</td>

															<td class=\"txtcen noright bgforcast\">".number_format($targetp[1],2,".",",")."</td>
															<td class=\"txtcen noleft bgsold\">".number_format($sumtotalarea['tol'][1],2,".",",")."</td>
															<td class=\"txtcen noright bgforcast\">".number_format($targetp[2],2,".",",")."</td>
															<td class=\"txtcen noleft bgsold\">".number_format($sumtotalarea['tol'][2],2,".",",")."</td>
															<td class=\"txtcen noright bgforcast\">".number_format($targetp[3],2,".",",")."</td>
															<td class=\"txtcen noleft bgsold\">".number_format($sumtotalarea['tol'][3],2,".",",")."</td>

															<td class=\"txtcen noright bg3\">".number_format($tritargetp1,2,".",",")."</td>
															<td class=\"txtcen noleft bg3\">".number_format($tri1,2,".",",")."</td>

															<td class=\"txtcen noright bgforcast\">".number_format($targetp[5],2,".",",")."</td>
															<td class=\"txtcen noleft bgsold\">".number_format($sumtotalarea['tol'][4],2,".",",")."</td>
															<td class=\"txtcen noright bgforcast\">".number_format($targetp[6],2,".",",")."</td>
															<td class=\"txtcen noleft bgsold\">".number_format($sumtotalarea['tol'][5],2,".",",")."</td>
															<td class=\"txtcen noright bgforcast\">".number_format($targetp[7],2,".",",")."</td>
															<td class=\"txtcen noleft bgsold\">".number_format($sumtotalarea['tol'][6],2,".",",")."</td>

															<td class=\"txtcen noright bg3\">".number_format($tritargetp2,2,".",",")."</td>
															<td class=\"txtcen noleft bg3\">".number_format($tri2,2,".",",")."</td>

															<td class=\"txtcen noright bgforcast\">".number_format($targetp[9],2,".",",")."</td>
															<td class=\"txtcen noleft bgsold\">".number_format($sumtotalarea['tol'][7],2,".",",")."</td>
															<td class=\"txtcen noright bgforcast\">".number_format($targetp[10],2,".",",")."</td>
															<td class=\"txtcen noleft bgsold\">".number_format($sumtotalarea['tol'][8],2,".",",")."</td>
															<td class=\"txtcen noright bgforcast\">".number_format($targetp[11],2,".",",")."</td>
															<td class=\"txtcen noleft bgsold\">".number_format($sumtotalarea['tol'][9],2,".",",")."</td>

															<td class=\"txtcen noright bg3\">".number_format($tritargetp3,2,".",",")."</td>
															<td class=\"txtcen noleft bg3\">".number_format($tri3,2,".",",")."</td>

															<td class=\"txtcen noright bgforcast\">".number_format($targetp[13],2,".",",")."</td>
															<td class=\"txtcen noleft bgsold\">".number_format($sumtotalarea['tol'][10],2,".",",")."</td>
															<td class=\"txtcen noright bgforcast\">".number_format($targetp[14],2,".",",")."</td>
															<td class=\"txtcen noleft bgsold\">".number_format($sumtotalarea['tol'][11],2,".",",")."</td>
															<td class=\"txtcen noright bgforcast\">".number_format($targetp[15],2,".",",")."</td>
															<td class=\"txtcen noleft bgsold\">".number_format($sumtotalarea['tol'][12],2,".",",")."</td>

															<td class=\"txtcen noright bg3\">".number_format($tritargetp4,2,".",",")."</td>
															<td class=\"txtcen noleft bg3\">".number_format($tri4,2,".",",")."</td>

															<td class=\"txtcen bgsum\">".number_format($tritotal,2,".",",")."</td>

														</tr>";
													}
														

														
												?>
										</tbody>
								</table>

แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2019-03-01 10:30:59 By : tonmasterbp
 

 

No. 3



โพสกระทู้ ( 9,559 )
บทความ ( 2 )



สถานะออฟไลน์


เวลาเอาโค๊ดมาลงจัด indent ซักหน่อยก็ดีนะครับ
เวลาอ่านจะได้เข้าใจง่าย

นับ จำนวน แล้วก็ถูกต้อง ลองcap รูปมาดูหน่อย
น่าจะเกิดจาก css
ตัวอย่างการใช้ โค๊ด ที่จะทำให้อ่านแล้วเข้าใจง่าย
Code (PHP)
<table id="reportta" class="display nowrap table table-hover table-striped table-bordered" style="width:100%">
	<thead>
		<tr>
			<th class="bgsubject" rowspan=2>ผลิตภัณฑ์</th>
			<th class="txtcen bgmainforcast" rowspan=2>ประมาณการ <?=$_POST['year_target']?></th>

			<th class="txtcen bg3mat" colspan=2>มกราคม</th>
			<th class="txtcen bg3mat" colspan=2>กุมภาพันธ์</th>
			<th class="txtcen bg3mat" colspan=2>มีนาคม</th>
			<th class="txtcen bg3" colspan=2>ไตรมาส 1</th>

			<th class="txtcen bg3mat" colspan=2>เมษายน</th>
			<th class="txtcen bg3mat" colspan=2>พฤษภาคม</th>
			<th class="txtcen bg3mat" colspan=2>มิถุนายน</th>
			<th class="txtcen bg3" colspan=2>ไตรมาส 2</th>

			<th class="txtcen bg3mat" colspan=2>กรกฎาคม</th>
			<th class="txtcen bg3mat" colspan=2>สิงหาคม</th>
			<th class="txtcen bg3mat" colspan=2>กันยายน</th>
			<th class="txtcen bg3" colspan=2>ไตรมาส 3</th>

			<th class="txtcen bg3mat" colspan=2>ตุลาคม</th>
			<th class="txtcen bg3mat" colspan=2>พฤศจิกายน</th>
			<th class="txtcen bg3mat" colspan=2>ธันวาคม</th>
			<th class="txtcen bg3" colspan=2>ไตรมาส 4</th>

			<th class="txtcen bgsum" rowspan=2>รวม ยอดขายหักรับคืน</th>
		</tr>
		<tr>
			<th class="txtcen bgforcast">ประมาณการ</th>
			<th class="txtcen bgsold">ยอดขายหักรับคืน</th>
			<th class="txtcen bgforcast">ประมาณการ</th>
			<th class="txtcen bgsold">ยอดขายหักรับคืน</th>
			<th class="txtcen bgforcast">ประมาณการ</th>
			<th class="txtcen bgsold">ยอดขายหักรับคืน</th>

			<th class="txtcen bg3">รวมประมาณการ</th>
			<th class="txtcen bg3">รวมยอดขายหักรับคืน</th>

			<th class="txtcen bgforcast">ประมาณการ</th>
			<th class="txtcen bgsold">ยอดขายหักรับคืน</th>
			<th class="txtcen bgforcast">ประมาณการ</th>
			<th class="txtcen bgsold">ยอดขายหักรับคืน</th>
			<th class="txtcen bgforcast">ประมาณการ</th>
			<th class="txtcen bgsold">ยอดขายหักรับคืน</th>

			<th class="txtcen bg3">รวมประมาณการ</th>
			<th class="txtcen bg3">รวมยอดขายหักรับคืน</th>

			<th class="txtcen bgforcast">ประมาณการ</th>
			<th class="txtcen bgsold">ยอดขายหักรับคืน</th>
			<th class="txtcen bgforcast">ประมาณการ</th>
			<th class="txtcen bgsold">ยอดขายหักรับคืน</th>
			<th class="txtcen bgforcast">ประมาณการ</th>
			<th class="txtcen bgsold">ยอดขายหักรับคืน</th>

			<th class="txtcen bg3">รวมประมาณการ</th>
			<th class="txtcen bg3">รวมยอดขายหักรับคืน</th>

			<th class="txtcen bgforcast">ประมาณการ</th>
			<th class="txtcen bgsold">ยอดขายหักรับคืน</th>
			<th class="txtcen bgforcast">ประมาณการ</th>
			<th class="txtcen bgsold">ยอดขายหักรับคืน</th>
			<th class="txtcen bgforcast">ประมาณการ</th>
			<th class="txtcen bgsold">ยอดขายหักรับคืน</th>

			<th class="txtcen bg3">รวมประมาณการ</th>
			<th class="txtcen bg3">รวมยอดขายหักรับคืน</th>
		</tr>
	</thead>
	<tbody>
<?php
	for($i=0;$i<55;$i++){:?>
		<tr class="">
			<td class="bgsubject"><?=$pee?></td>
			<td class="txtcen bgmainforcast"><?=number_format($targetp[0],2,".",",")?></td>

			<td class="txtcen noright bgforcast"><?=number_format($targetp[1],2,".",",")?></td>
			<td class="txtcen noleft bgsold"><?=number_format($sumtotalarea['tol'][1],2,".",",")?></td>
			<td class="txtcen noright bgforcast"><?=number_format($targetp[2],2,".",",")?></td>
			<td class="txtcen noleft bgsold"><?=number_format($sumtotalarea['tol'][2],2,".",",")?></td>
			<td class="txtcen noright bgforcast"><?=number_format($targetp[3],2,".",",")?></td>
			<td class="txtcen noleft bgsold"><?=number_format($sumtotalarea['tol'][3],2,".",",")?></td>

			<td class="txtcen noright bg3"><?=number_format($tritargetp1,2,".",",")?></td>
			<td class="txtcen noleft bg3"><?=number_format($tri1,2,".",",")?></td>

			<td class="txtcen noright bgforcast"><?=number_format($targetp[5],2,".",",")?></td>
			<td class="txtcen noleft bgsold"><?=number_format($sumtotalarea['tol'][4],2,".",",")?></td>
			<td class="txtcen noright bgforcast"><?=number_format($targetp[6],2,".",",")?></td>
			<td class="txtcen noleft bgsold"><?=number_format($sumtotalarea['tol'][5],2,".",",")?></td>
			<td class="txtcen noright bgforcast"><?=number_format($targetp[7],2,".",",")?></td>
			<td class="txtcen noleft bgsold"><?=number_format($sumtotalarea['tol'][6],2,".",",")?></td>

			<td class="txtcen noright bg3"><?=number_format($tritargetp2,2,".",",")?></td>
			<td class="txtcen noleft bg3"><?=number_format($tri2,2,".",",")?></td>

			<td class="txtcen noright bgforcast"><?=number_format($targetp[9],2,".",",")?></td>
			<td class="txtcen noleft bgsold"><?=number_format($sumtotalarea['tol'][7],2,".",",")?></td>
			<td class="txtcen noright bgforcast"><?=number_format($targetp[10],2,".",",")?></td>
			<td class="txtcen noleft bgsold"><?=number_format($sumtotalarea['tol'][8],2,".",",")?></td>
			<td class="txtcen noright bgforcast"><?=number_format($targetp[11],2,".",",")?></td>
			<td class="txtcen noleft bgsold"><?=number_format($sumtotalarea['tol'][9],2,".",",")?></td>

			<td class="txtcen noright bg3"><?=number_format($tritargetp3,2,".",",")?></td>
			<td class="txtcen noleft bg3"><?=number_format($tri3,2,".",",")?></td>

			<td class="txtcen noright bgforcast"><?=number_format($targetp[13],2,".",",")?></td>
			<td class="txtcen noleft bgsold"><?=number_format($sumtotalarea['tol'][10],2,".",",")?></td>
			<td class="txtcen noright bgforcast"><?=number_format($targetp[14],2,".",",")?></td>
			<td class="txtcen noleft bgsold"><?=number_format($sumtotalarea['tol'][11],2,".",",")?></td>
			<td class="txtcen noright bgforcast"><?=number_format($targetp[15],2,".",",")?></td>
			<td class="txtcen noleft bgsold"><?=number_format($sumtotalarea['tol'][12],2,".",",")?></td>

			<td class="txtcen noright bg3"><?=number_format($tritargetp4,2,".",",")?></td>
			<td class="txtcen noleft bg3"><?=number_format($tri4,2,".",",")?></td>

			<td class="txtcen bgsum"><?=number_format($tritotal,2,".",",")?></td>

		</tr>
<?php
	endfor;?>
</tbody>
</table>


แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2019-03-01 12:39:18 By : Chaidhanan
 


 

No. 4



โพสกระทู้ ( 288 )
บทความ ( 0 )



สถานะออฟไลน์
Twitter Facebook Hi5 Blogger

ขอบคุณพี่ Chaidhanan ครับ

ตอนแรกผมคิดว่าเป็นที่ขนาด solution หน้าจอ แต่ผมตรวจแล้วก็ตรงกันทุกเครื่องครับ
จากรูปเป็นผลประมานนี้ครับ เป็น2เครื่องครับจากที่ลองมา6เครื่อง วิธีแก้ผมต้องย่อขนาดchrome ย่อเล็กครับ ไม่ใช่การพับหน้าจอ แล้วขยายออกมาใหม่ตรงนี้ก็หายครับ แสดงผลปกติตรงทุกช่อง

จากภาพสังเกตุว่ามันขยับไปทีละนิดช่องท้ายๆจะเพี้ยนเยอะหน่อย เบื้องต้นผมให้ผู้ใช้งานแก้แบบวิธีย่อขยายแบบที่ผมแจ้งไปก่อนครับ แต่ก็อยากแก้ให้ได้100% เลย เพราะโดนบ่นมากับการคลิก2ที กับการแก้เบื้องต้นแบบของผมครับ

กกกกก

แแแแแ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2019-03-01 13:43:29 By : tonmasterbp
 


 

No. 5



โพสกระทู้ ( 2,249 )
บทความ ( 5 )

สมาชิกที่ใส่เสื้อไทยครีเอท

สถานะออฟไลน์
Twitter Facebook Hi5 Blogger

น่าจะติดที่ CSS นะครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2019-03-01 13:56:12 By : Manussawin
 


 

No. 6



โพสกระทู้ ( 288 )
บทความ ( 0 )



สถานะออฟไลน์
Twitter Facebook Hi5 Blogger

ขอบคุณครับ CSSของผมที่เขียนเพิ่มมามีเท่านี้ครับ


ตอบความคิดเห็นที่ : 5 เขียนโดย : Manussawin เมื่อวันที่ 2019-03-01 13:56:12
รายละเอียดของการตอบ ::

Code (PHP)
                   <style>
				       th, td { white-space: nowrap; }
					div.dataTables_wrapper {
						margin: 0 auto;
					}
				 
					div.container {
						width: 80%;
					}
					.txtcen {
					  text-align: center;
					}
					.noleft {
						border-left: 0 !important;
					}
					.noright {
						border-right: 0 !important;
					}
					.bgforcast {
						background: #E0FFFF !important;
					}
					.bgsold {
						background: #FFD700 !important; 
					}
					.bg3mat {
						background: #E6E6FA !important; 
					}
					.bg3 {
						background: #FFDAB9 !important; 
					}
					.bgsubject {
						background: #ADFF2F !important; 
					}
					.bgmainforcast {
						background: #FFB6C1 !important; 
					}
					.bgsum {
						background: #FF7F50 !important; 
					}

					.bgtotal {
						background: #99CCFF !important;
						color: red;
					}
				</style>








ประวัติการแก้ไข
2019-03-01 15:47:17
2019-03-01 15:47:55
2019-03-01 15:49:07
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2019-03-01 15:46:32 By : tonmasterbp
 


 

No. 7



โพสกระทู้ ( 9,559 )
บทความ ( 2 )



สถานะออฟไลน์


ลองใส่ width ให้กลับ class
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2019-03-01 18:28:10 By : Chaidhanan
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : สอบถามเรื่องการใช้ datatable ระยะความกว้าง ของthead และ tbodyไม่สัมพันธ์กัน
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 05
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่