ไม่ได้ศึกษาทางด้านนี้ จึงชอบมั่วมากกว่า พอดีก้อบโค้ดมาจาก ตปท แก้ไปมาๆได้แบบนี้

ต้องการให้ aaa อยุ่ตรงกลาง ใต้กรอบด้านซ้าย ต้องการให้ bbb อยุ่ตรงกลางของกรอบด้านขวา แบบนี้

ต้องปรับโค้ดยังไงครับ ไปดู css ของเขาเป็นแบบนี้
.button {
background:#00ff00;
font: normal normal bold 12pt/1em Arial;
}
โคด html เปนแบบนี้
<td valign="center" align="center">
<br>
<input type="button" class="button" value="aaa" onclick="findxxx();" style="
padding-top: 1px;
border-bottom-width: 1px;
padding-bottom: 1px;
width: 86px;
height: 30px;">
<input type="reset" class="button" value="bbb" style="
width: 80px;
height: 30px;
border-bottom-width: 1px;
padding-top: 1px;
border-top-width: 1px;">
</td>
จะแก้โคดยังไง ให้ได้ตามที่ต้องการ แม้ปรับ align valign เปน right ก้ไม่เปนผล ขอรับคับพ้ม
