<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"/> <title>Apartment</title> <link rel="stylesheet" href="../style.css" type="text/css" charset="utf-8" /> <style type="text/css"> <!-- .style1 {font-size: 16px} --> </style> </head> <body> <div id="wrapper"> <div id="header"> <div> <p class="more">yod-rda restsident....</p> </div> </div> <div id="login"> <table width="750" border="0"> <tr> <td width="309"> </td> <td width="261"> </td> <td width="179"><? include("test_login.php"); ?></td> </tr> </table> </div> <div id="nav"> <a href="index.php">หน้าแรก</a> <a href="room.php">ห้องตัวอย่าง</a> <a href="about.php">ติดต่อเรา</a> <a href="register.php">สมัครสมาชิก</a> <a href="login.php">ผู้ดูแลระบบ</a> <a class="lastchild" href="logout.php">ออกจากระบบ</a> </div> <div id="body"> <div id="body-top"> <div id="body-bot"> <div id="express-box"> <h2><b>Express</b></h2> <p> </p> <img src="../images/SDC17319.JPG" alt="" width="246" height="181" /> <p> </p> <div class="narrow-text"> <p>เรามีความยินดีต้อนรับ....</p> <p>เพื่อให้คุณเข้าชมและเข้ารับบริการจากเราได้ทันที เพื่อให้คุณมีความสุขในตลอดระบะเวลาการพักผ่อนอยู่กับเรา....</p> <p> </p> </div> <p class="more"> </p> </div> <div class="clear"></div> </div> </div> </div> <div id="foot"> <div id="foot-top"> <div id="foot-bot"> <div id="news-box"> <h2><b>News</b> & events</h2> <img src="../images/SDC17322.JPG" alt="" width="146" height="191" /> <ul> <li>พิเศษ สำหรับห้องสูท<strong> (suite room)</strong> วันนี้่..ในราคาโปรโมชั่นที่คุณต้องประทำใจ</li> <li>เปิดแล้ว สำหรับห้อง สวีทรูม (sweet room) ในวันนี้ รีบชมรีบจองก่อนใคร.</li> </ul> <p class="more clear"> </p> </div> <div class="clear"></div> </div> </div> </div></div> </body> </html>
html { margin: 0; padding: 0; } body { background: #CDC2B3 url(images/bg.gif); text-align: center; color: #5F3E2F; font: 11px verdana, sans-serif; margin: 0px; padding: 20px 0px 20px 0px; } a { color: #5F3E2F; font-weight: bold; text-decoration: none; } a:hover { color: #1D110B; text-decoration: underline; } img { border: 0px; } #wrapper { width: 778px; margin: auto; text-align: left; } #header p { font-size:18px; font-style:italic; color:#FFFFFF; font-family:Georgia, "Times New Roman", Times, serif; width:300px; } #header p.more { padding-right: 22px; } #header { height: 320px; background: url(images/header.png) no-repeat; } #header div { padding: 183px 213px 0px 82px; } #header p { margin: 0px; padding: 0px; } #header a { color:#FFFFFF; } #login { width: 750px; margin: 0px 0px 0px 20px; display:inline; float:left; } #nav { width: 780px; height:48px; background-image:url(images/nav2.gif); background-repeat:no-repeat; display:inline; float:left; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } #nav a { font-size:17px; font-style:italic; color:#260403; font-family:Georgia, "Times New Roman", Times, serif; margin: 12px 0px 0px 0px; padding: 0px 20px 0px 20px; display:inline; float:left; border-right-width: 2px; border-right-style: inset; border-right-color: #76644f; } #nav a:hover { color:#862e06; text-decoration:none; } .lastchild { border-right: none 0px !important; } #body { background: url(images/body_bg.gif) repeat-y; clear: both; width: 100%; } #body-top { background: url(images/body_top.gif) no-repeat; } #body-bot { background: bottom url(images/body_bot.gif) no-repeat; padding: 21px 25px 15px 42px; } #about-box { float: left; width: 315px; } #about-box ul { margin-left: 8px; } #express-box { float: right; width: 327px; } #foot { width: 738px; margin-left: 20px; background: url(images/foot_bg.gif) repeat-y; } #foot-top { background: url(images/foot_top.jpg) no-repeat; } #foot-bot { background: bottom url(images/foot_bot.gif) no-repeat; padding: 13px 21px 12px 28px; } #what-box { float: left; width: 332px; } #what-box img.left { margin-left: 10px; } #what-box ul { float: left; margin-left: 2px; width: 184px; } #news-box { float: right; width: 316px; } #news-box ul { float: left; margin-left: 2px; width: 184px; } #footer { margin: 14px; text-align: center; } h2 { margin: 0px; padding: 0px 0px 10px 0px; font:Arial, Helvetica, sans-serif; font-size:20px; font-style:italic; color:#862e06; } h2 b{ color:#341c12; } ul { margin: 0px; padding: 0px; } li { margin: 0px; padding: 0px 0px 5px 20px; list-style: none; background: 0px 3px url(images/bullet.gif) no-repeat; } p { margin-top: 0px; margin-bottom: 10px; } div.narrow-text { margin-right: 18px; } img.left { float: left; padding-right: 14px; padding-bottom: 16px; } #body p.more { padding-top: 6px; } #news-box p.more { padding-top: 0px; margin-top: 0px; } p.more { text-align: right; } .clear { clear: both; }
#body #body-left{ float:left; width:200px; height:500px; border:1px solid #CCC; background:#FFF; }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<meta http-equiv="Content-Type" content="text/html; charset=windows-874"/>
div#slide-holder { position : absolute; top: 150px;/*กำหนดเอาเองนะครับ*/ width : 650px;/*กำหนดเอาเองนะครับ*/ height : 196px;/*กำหนดเอาเองนะครับ*/ z-index : 40; }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง