sarta
Programmer
- Nov 3, 2006
- 29
How can I vertically align the 2 buttons displayed by the following html?
BTW I'm only concerned with firefox, and the below example can be seen at
BTW I'm only concerned with firefox, and the below example can be seen at
Code:
<table>
<tr>
<td>
<input value="google" type=button onclick="location.href='[URL unfurl="true"]http://www.google.com'">[/URL]
</td>
<td>
<FORM name=f method=GET action="[URL unfurl="true"]http://www.google.com/search"[/URL] >
<INPUT type=hidden name=q value="html">
<input type=submit>
</FORM>
</td>
</tr>
</table>