<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <style type="text/css"> #content_all { margin:auto; width:1000px; border:1px solid #CCCCCC; } #box_1 { float:left; width:600px; height:300px; background-color:#FF9900; margin-left:40px; } #box_2 { float:left; width:300px; height:300px; background-color:#006699; margin-left:20px; } </style> </head> <body> <div id="content_all"> <div id="box_1"> </div> <div id="box_2"> </div> </div> </body> </html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <style type="text/css"> #content_all { margin:auto; width:1000px; border:1px solid #CCCCCC; padding:10px; } #box_1 { float:left; width:600px; height:300px; background-color:#FF9900; margin-left:40px; } #box_2 { float:left; width:300px; height:300px; background-color:#006699; margin-left:20px; } #clear { clear:both; margin:0; padding:0;} </style> </head> <body> <div id="content_all"> <div id="clear"></div> <div id="box_1"> </div> <div id="box_2"> </div> <div id="clear"></div> </div> </body> </html>
#content_all { margin:auto; width:1000px; border:1px solid #CCCCCC; padding:10px; overflow:hidden; // เพิ่มตรงนี้มาอีกบรรทัดครับ }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง