ผมไม่ได้แก้ไขตัว code นะครับ
คืองี้ครับ
ผมได้ทำการสร้างตารางมา แล้วนำ code ไปวางไว้ที่กลางตารางแล้ว
ผมต้องการจะพิมพ์ข้อความด้านบนจะทำการ insert row โดยใช้โปรแกรม dream ครับแล้วทำให้ code เป็นแบบนี้
<!-- SiteSearch Google -->
<form method="get" action="http://www.google.co.th/custom" target="_top">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td nowrap="nowrap" valign="top" align="left" height="32"> </td>
<td nowrap="nowrap">ค้นหาข้อมูลจากเว็บครับ</td>
</tr><tr><td nowrap="nowrap" valign="top" align="left" height="32">
<a href="http://www.google.com/">
<img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a>
</td>
<td nowrap="nowrap">
<input type="hidden" name="domains" value="
www.xxxx.com 
"></input>
<input type="text" name="q" size="31" maxlength="255" value=""></input>
<input type="submit" name="sa" value="Search"></input></td></tr>
ปกติไม่ได้ทำการแก้ code
<!-- SiteSearch Google -->
<form method="get" action="http://www.google.co.th/custom" target="_top">
<table border="0" cellpadding="0" cellspacing="0">
<tr><td nowrap="nowrap" valign="top" align="left" height="32">
<a href="http://www.google.com/">
<img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a>
</td>
<td nowrap="nowrap">
<input type="hidden" name="domains" value="
www.xxxx.com 
"></input>
<input type="text" name="q" size="31" maxlength="255" value=""></input>
<input type="submit" name="sa" value="Search"></input></td></tr>
ที่มีการเปลี่ยนคือตัวหน้าครับ
แบบนี้ถือว่าแก้ไหมครับ ขอคำตอบอีกครั้งครับ