<?
echo "<table border=\"1\" >";
echo "<td><font size=\"4\">tb_hastriggers</font></td>";
..............
echo "<td>";
echo "<form method=\"post\" action=\"\" >";
echo "<input type=\"hidden\" name=\"tablename\" value=\"$tb_name[$tb_count]\" >";
echo "<input name=\"action\" type=\"submit\" value=\"OPEN\" style=\"height:25\" >";
echo "<input name=\"action\" type=\"submit\" value=\"EDIT\" style=\"height:25\" >";
echo "</form> \t";
echo "</td>";
echo "</tr>";
..........
echo "</table>";
?>
由于需要,程序被我写成这样了,但是为什么浏览器里看起来,button 的位置太过分了。
看了真不爽。大家帮忙美化一下。谢