<!DOCTYPE html> <html> <head> <style> table, td, th { border: 1px solid; } table { width: 25%; border-collapse: collapse; } td { text-align: center; } .approved { background-color: green; color: white; } .pending { background-color: red; color: white; } </style> </head> <body> <table> <tr> <th>Firstname</th> <th>Status</th> </tr> <tr> <td>Peter</td> <td class="approved">Approved</td> </tr> <tr> <td>Lois</td> <td class="pending">Pending</td> </tr> </table> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง