There may be other issues, but each of your <center> tags inside the content divs are missing a closing angle bracket for the opening <center> tag:
Code:
<div class="contentdiv">
<a href="31-พรีคาสเทรนเนอร์-โรงงานผลิตพรีคาสบริการงานพรีคาส.html" target="_blank"><center<img src="/images/ด่วนเพียงจังหวัดละ2รายโรงงานผลิตพรีคาสสำหรับsmeอสังหากำลังผลิตบ้านเดี่ยว1หลังต่อวันลงทุนหลักแสนคุณภาพสากล.gif" alt="ด่วนเพียงจังหวัดละ2รายโรงงานผลิตพรีคาสสำหรับsmeอสังหากำลังผลิตบ้านเดี่ยว1หลังต่อวันลงทุนหลักแสนคุณภาพสากล" width="960" height="318" title="โรงงานผลิตพรีคาสถูกเร็วดีสำหรับธุรกิจอสังหาริมทรัพย์"></center></a>
</div>
See the error in red, which is repeated for every contentdiv on your page.
Bookmarks